SST/macro
spkt_config.h
Go to the documentation of this file.
1 #ifndef _SPROCKIT_SPKT_CONFIG_H
2 #define _SPROCKIT_SPKT_CONFIG_H 1
3 
4 /* sprockit/spkt_config.h. Generated automatically at end of configure. */
5 /* sprockit/sprockitconfig-generated.h. Generated from sprockitconfig-generated.h.in by configure. */
6 /* sprockit/sprockitconfig-generated.h.in. Generated from configure.ac by autoheader. */
7 
8 /* Use atomic refcount */
9 /* #undef ATOMIC_REFCOUNT */
10 
11 /* Do not compile support for regex */
12 #ifndef SPKT_DISABLE_REGEXP
13 #define SPKT_DISABLE_REGEXP 1
14 #endif
15 
16 /* Do not use C++98 ordered containers instead of unordered containers */
17 #ifndef SPKT_ENABLE_ORDERED_MAP
18 #define SPKT_ENABLE_ORDERED_MAP 0
19 #endif
20 
21 /* define if the Boost library is available */
22 #ifndef SPKT_HAVE_BOOST
23 #define SPKT_HAVE_BOOST /**/
24 #endif
25 
26 /* define if the Boost::Regex library is available */
27 /* #undef HAVE_BOOST_REGEX */
28 
29 /* Whether to use C++11 language features */
30 #ifndef SPKT_HAVE_CPP11
31 #define SPKT_HAVE_CPP11 1
32 #endif
33 
34 /* define if the compiler supports basic C++11 syntax */
35 /* #undef HAVE_CXX11 */
36 
37 /* Define to 1 if you have the <dlfcn.h> header file. */
38 #ifndef SPKT_HAVE_DLFCN_H
39 #define SPKT_HAVE_DLFCN_H 1
40 #endif
41 
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #ifndef SPKT_HAVE_INTTYPES_H
44 #define SPKT_HAVE_INTTYPES_H 1
45 #endif
46 
47 /* Define to 1 if you have the <memory.h> header file. */
48 #ifndef SPKT_HAVE_MEMORY_H
49 #define SPKT_HAVE_MEMORY_H 1
50 #endif
51 
52 /* Define to 1 if you have the <stdint.h> header file. */
53 #ifndef SPKT_HAVE_STDINT_H
54 #define SPKT_HAVE_STDINT_H 1
55 #endif
56 
57 /* Define to 1 if you have the <stdlib.h> header file. */
58 #ifndef SPKT_HAVE_STDLIB_H
59 #define SPKT_HAVE_STDLIB_H 1
60 #endif
61 
62 /* Define to 1 if you have the <strings.h> header file. */
63 #ifndef SPKT_HAVE_STRINGS_H
64 #define SPKT_HAVE_STRINGS_H 1
65 #endif
66 
67 /* Define to 1 if you have the <string.h> header file. */
68 #ifndef SPKT_HAVE_STRING_H
69 #define SPKT_HAVE_STRING_H 1
70 #endif
71 
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #ifndef SPKT_HAVE_SYS_STAT_H
74 #define SPKT_HAVE_SYS_STAT_H 1
75 #endif
76 
77 /* Define to 1 if you have the <sys/types.h> header file. */
78 #ifndef SPKT_HAVE_SYS_TYPES_H
79 #define SPKT_HAVE_SYS_TYPES_H 1
80 #endif
81 
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #ifndef SPKT_HAVE_UNISTD_H
84 #define SPKT_HAVE_UNISTD_H 1
85 #endif
86 
87 /* Define to 1 if you have the <unordered_map> header file. */
88 #ifndef SPKT_HAVE_UNORDERED_MAP
89 #define SPKT_HAVE_UNORDERED_MAP 1
90 #endif
91 
92 /* Do not run on integrated SST core */
93 #ifndef SPKT_INTEGRATED_SST_CORE
94 #define SPKT_INTEGRATED_SST_CORE 0
95 #endif
96 
97 /* Define to the sub-directory where libtool stores uninstalled libraries. */
98 #ifndef SPKT_LT_OBJDIR
99 #define SPKT_LT_OBJDIR ".libs/"
100 #endif
101 
102 /* Name of package */
103 #ifndef SPKT_PACKAGE
104 #define SPKT_PACKAGE "sprockit"
105 #endif
106 
107 /* Define to the address where bug reports for this package should be sent. */
108 #ifndef SPKT_PACKAGE_BUGREPORT
109 #define SPKT_PACKAGE_BUGREPORT "jjwilke@sandia.gov"
110 #endif
111 
112 /* Define to the full name of this package. */
113 #ifndef SPKT_PACKAGE_NAME
114 #define SPKT_PACKAGE_NAME "sprockit"
115 #endif
116 
117 /* Define to the full name and version of this package. */
118 #ifndef SPKT_PACKAGE_STRING
119 #define SPKT_PACKAGE_STRING "sprockit 1.0.0"
120 #endif
121 
122 /* Define to the one symbol short name of this package. */
123 #ifndef SPKT_PACKAGE_TARNAME
124 #define SPKT_PACKAGE_TARNAME "sprockit"
125 #endif
126 
127 /* Define to the home page for this package. */
128 #ifndef SPKT_PACKAGE_URL
129 #define SPKT_PACKAGE_URL ""
130 #endif
131 
132 /* Define to the version of this package. */
133 #ifndef SPKT_PACKAGE_VERSION
134 #define SPKT_PACKAGE_VERSION "1.0.0"
135 #endif
136 
137 /* Whether safe mode should be run with sanity checks */
138 #ifndef SPKT_SANITY_CHECK
139 #define SPKT_SANITY_CHECK 0
140 #endif
141 
142 /* Major version number */
143 #ifndef SPKT_SPROCKIT_SUBSUBVERSION
144 #define SPKT_SPROCKIT_SUBSUBVERSION 0
145 #endif
146 
147 /* Major version number */
148 #ifndef SPKT_SPROCKIT_SUBVERSION
149 #define SPKT_SPROCKIT_SUBVERSION 0
150 #endif
151 
152 /* Major version number */
153 #ifndef SPKT_SPROCKIT_VERSION
154 #define SPKT_SPROCKIT_VERSION 1
155 #endif
156 
157 /* Define to 1 if you have the ANSI C header files. */
158 #ifndef SPKT_STDC_HEADERS
159 #define SPKT_STDC_HEADERS 1
160 #endif
161 
162 /* Version number of package */
163 #ifndef SPKT_VERSION
164 #define SPKT_VERSION "1.0.0"
165 #endif
166 
167 /* once: _SPROCKIT_SPKT_CONFIG_H */
168 #endif