verdict_config.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Module: verdict_config.h.in
4 
5  Copyright 2003,2006,2019 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
6  Under the terms of Contract DE-NA0003525 with NTESS,
7  the U.S. Government retains certain rights in this software.
8 
9  See LICENSE for details.
10 
11 =========================================================================*/
12 
21 #ifndef __verdict_config_h
22 #define __verdict_config_h
23 
24 #define VERDICT_VERSION
25 
26 #define BUILD_SHARED_LIBS
27 #ifdef BUILD_SHARED_LIBS
28 # define VERDICT_SHARED_LIB
29 #endif
30 
31 /* #undef VERDICT_MANGLE */
32 #ifdef VERDICT_MANGLE
33 # define VERDICT_NAMESPACE
34 #endif
35 
36 #endif /* __verdict_config_h */