Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics and generate lib links for bindings correctely.
[simgrid.git] / buildtools / Cmake / gras_config.h.in
1 // <root>/buildtools/Cmake/gras_config.h.in is user-written.
2 // With Cmake it creates <root>/src/gras_config.h
3
4 /* Set to true if enable_model-checking is true */
5 #cmakedefine MMALLOC_WANT_OVERIDE_LEGACY @MMALLOC_WANT_OVERIDE_LEGACY@
6
7 /* Define if building universal (internal helper macro) */
8 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
9
10 /* Arguments passed to the configure script */
11 #cmakedefine AC_CONFIGURE_ARGS @AC_CONFIGURE_ARGS@
12
13 /* Path to the addr2line tool */
14 #cmakedefine ADDR2LINE "@ADDR2LINE@"
15
16 /* Predefined possible va_copy() implementation (id: ASP) */
17 #cmakedefine __VA_COPY_USE_ASP @__VA_COPY_USE_ASP@
18
19 /* Predefined possible va_copy() implementation (id: ASS) */
20 #cmakedefine __VA_COPY_USE_ASS @__VA_COPY_USE_ASS@
21
22 /* Predefined possible va_copy() implementation (id: C99) */
23 #cmakedefine __VA_COPY_USE_C99 @__VA_COPY_USE_C99@
24
25 /* Define if xbt contexts are based on our threads implementation or not */
26 #cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@
27
28 /* Define if xbt contexts are based on ucontext or not */
29 #cmakedefine CONTEXT_UCONTEXT @CONTEXT_UCONTEXT@
30
31 /* Predefined possible va_copy() implementation (id: CPP) */
32 #cmakedefine __VA_COPY_USE_CPP @__VA_COPY_USE_CPP@
33
34 /* Predefined possible va_copy() implementation (id: CPS) */
35 #cmakedefine __VA_COPY_USE_CPS @__VA_COPY_USE_CPS@
36
37 /* Predefined possible va_copy() implementation (id: GCB) */
38 #cmakedefine __VA_COPY_USE_GCB @__VA_COPY_USE_GCB@
39
40 /* Predefined possible va_copy() implementation (id: GCH) */
41 #cmakedefine __VA_COPY_USE_GCH @__VA_COPY_USE_GCH@
42
43 /* Predefined possible va_copy() implementation (id: GCM) */
44 #cmakedefine __VA_COPY_USE_GCM @__VA_COPY_USE_GCM@
45
46 /* Defined if arrays in struct can straddle struct alignment boundaries. This
47    is like than the structure compaction above, but this time, the argument to
48    be compacted is an array whom each element would be normally compacted.
49    Exemple: struct s { double d; int i; char c[6]; }; Arrays can straddle if c
50    is allowed to come just after i. Note that GRAS only support architecture
51    presenting this caracteristic so far. */
52 #cmakedefine GRAS_ARRAY_STRADDLE_STRUCT @GRAS_ARRAY_STRADDLE_STRUCT@
53
54 /* define if big endian */
55 #define GRAS_BIGENDIAN @GRAS_BIGENDIAN@
56
57 /* Defined if structures are compacted when possible. Consider this structure:
58    struct s {double d; int i; char c;}; If it is allowed, the char is placed
59    just after the int. If not, it has to be on the 8 bytes boundary imposed by
60    the double. For now, GRAS requires the structures to be compacted. */
61 #cmakedefine GRAS_STRUCT_COMPACT @GRAS_STRUCT_COMPACT@
62
63 /* defines the GRAS architecture signature of this machine */
64 #define GRAS_THISARCH @GRAS_THISARCH@
65
66 /* Define to 1 if you have the <dlfcn.h> header file. */
67 #cmakedefine HAVE_DLFCN_H @HAVE_DLFCN_H@
68
69 /* Define to 1 if you have the <errno.h> header file. */
70 #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
71
72 /* Define to 1 if you have the <execinfo.h> header file. */
73 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
74
75 /* Define to 1 if you have the `mmap' function. */
76 #cmakedefine HAVE_MMAP @HAVE_MMAP@
77
78 /* Define to 1 if you have the `getdtablesize' function. */
79 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
80
81 /* Define to 1 if you have the `gettimeofday' function. */
82 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
83
84 /* Define to 1 if you have the `clock_gettime' function. */
85 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
86
87 /* Indicates that we have GTNETS support */
88 #cmakedefine HAVE_GTNETS @HAVE_GTNETS@
89
90 /* Define to 1 if you have the <inttypes.h> header file. */
91 #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
92
93 /* defines whether Java bindings must be compiled or not */
94 #cmakedefine HAVE_JAVA @HAVE_JAVA@
95
96 /* Define to 1 if you have the <jni.h> header file. */
97 #cmakedefine HAVE_JNI_H @HAVE_JNI_H@
98
99 /* defines whether Ruby bindings must be compiled or not */
100 #cmakedefine HAVE_RUBY @HAVE_RUBY@
101
102 /* defines whether Lua bindings must be compiled or not */
103 #cmakedefine HAVE_LUA @HAVE_LUA@
104
105 /* Define to 1 if you have the <lua5.1/lualib.h> header file. */
106 #cmakedefine HAVE_LUA5_1_LUALIB_H @HAVE_LUA5_1_LUALIB_H@
107
108 /* Define to 1 if you have the `makecontext' function. */
109 #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@
110
111 /* Define to 1 if you have the <memory.h> header file. */
112 #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
113
114 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6
115    standard only?) */
116 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
117
118 /* Define to 1 if you have the `popen' function. */
119 #cmakedefine HAVE_POPEN @HAVE_POPEN@
120
121 /* Define to 1 if you have the <pthread.h> header file. */
122 #cmakedefine HAVE_PTHREAD_H @HAVE_PTHREAD_H@
123
124 /* Define to 1 if you have the `readv' function. */
125 #cmakedefine HAVE_READV @HAVE_READV@
126
127 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
128 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
129
130 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
131 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
132
133 /* Define to 1 if you have the `signal' function. */
134 #cmakedefine HAVE_SIGNAL @HAVE_SIGNAL@
135
136 /* Define to 1 if you have the <signal.h> header file. */
137 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
138
139 /* Define to 1 if you have the `snprintf' function. */
140 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
141
142 /* Define to 1 if you have the <stdint.h> header file. */
143 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
144
145 /* Define to 1 if you have the <stdlib.h> header file. */
146 #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
147
148 /* Define to 1 if you have the <strings.h> header file. */
149 #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
150
151 /* Define to 1 if you have the <string.h> header file. */
152 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
153
154 /* Define to 1 if you have the `sysconf' function. */
155 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
156
157 /* Define to 1 if you have the <sys/socket.h> header file. */
158 #cmakedefine HAVE_SYS_SOCKET_H @HAVE_SYS_SOCKET_H@
159
160 /* Define to 1 if you have the <sys/stat.h> header file. */
161 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
162
163 /* Define to 1 if you have the <sys/time.h> header file. */
164 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
165
166 /* Define to 1 if you have the <sys/types.h> header file. */
167 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
168
169 /* Define to 1 if you have the <unistd.h> header file. */
170 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
171
172 /* Define to 1 if you have the `usleep' function. */
173 #cmakedefine HAVE_USLEEP @HAVE_USLEEP@
174
175 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
176 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
177
178 /* Define if va_copy() macro exists (and no fallback implementation is
179    required) */
180 #cmakedefine HAVE_VA_COPY @HAVE_VA_COPY@
181
182 /* Define to 1 if you have the `vsnprintf' function. */
183 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
184
185 /* Define to 1 if you have the <windows.h> header file. */
186 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
187
188 /* Define to 1 if you have the <winsock2.h> header file. */
189 #cmakedefine HAVE_WINSOCK2_H @HAVE_WINSOCK2_H@
190
191 /* Define to 1 if you have the <winsock.h> header file. */
192 #cmakedefine HAVE_WINSOCK_H @HAVE_WINSOCK_H@
193
194 /* Define to the sub-directory in which libtool stores uninstalled libraries.*/
195 #cmakedefine LT_OBJDIR @LT_OBJDIR@
196
197 /* enable the asprintf replacement */
198 #cmakedefine NEED_ASPRINTF @NEED_ASPRINTF@
199
200 /* enable the vasprintf replacement */
201 #cmakedefine NEED_VASPRINTF @NEED_VASPRINTF@
202
203 /* Name of package */
204 #cmakedefine PACKAGE @PACKAGE@
205
206 /* Define to the address where bug reports for this package should be sent. */
207 #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ 
208
209 /* Define to the full name of this package. */
210 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
211
212 /* Define to the full name and version of this package. */
213 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
214
215 /* Define to the one symbol short name of this package. */
216 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
217
218 /* Define to the home page for this package. */
219 #cmakedefine PACKAGE_URL @PACKAGE_URL@
220
221 /* Define to the version of this package. */
222 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
223
224 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
225 #cmakedefine PREFER_PORTABLE_SNPRINTF @PREFER_PORTABLE_SNPRINTF@
226
227 /* Indicates whether printf("%s",NULL) works */
228 #cmakedefine PRINTF_NULL_WORKING @PRINTF_NULL_WORKING@
229
230 /* define for stack growth */
231 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
232
233 /* enable the getline replacement */
234 #cmakedefine SIMGRID_NEED_GETLINE @SIMGRID_NEED_GETLINE@
235
236 /* The maximal size of any scalar on this arch */
237 #cmakedefine SIZEOF_MAX @SIZEOF_MAX@
238
239 /* Define to 1 if you have the ANSI C header files. */
240 #cmakedefine STDC_HEADERS @STDC_HEADERS@
241
242 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
243 #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@
244
245 /* Version number of package */
246 #cmakedefine VERSION @VERSION@
247
248 /* Tracing SimGrid */
249 #cmakedefine HAVE_TRACING @HAVE_TRACING@
250
251 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
252    significant byte first (like Motorola and SPARC, unlike Intel). */
253 #if defined AC_APPLE_UNIVERSAL_BUILD
254 # if defined __BIG_ENDIAN__
255 #  define WORDS_BIGENDIAN 1
256 # endif
257 #else
258 # ifndef WORDS_BIGENDIAN
259 /* #  undef WORDS_BIGENDIAN */
260 # endif
261 #endif
262
263 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
264    `char[]'. */
265 #cmakedefine YYTEXT_POINTER 
266
267 /* Optional va_copy() implementation activation */
268 #ifndef HAVE_VA_COPY
269 #define va_copy(d, s) __VA_COPY_USE
270 #endif
271
272
273 /* Define to id of used va_copy() implementation */
274 #cmakedefine __VA_COPY_USE @__VA_COPY_USE@
275
276 /* Define to empty if `const' does not conform to ANSI C. */
277 #cmakedefine const @const@
278
279 /* Define to `__inline__' or `__inline' if that's what the C compiler
280    calls it, or to nothing if 'inline' is not supported under any name.  */
281 #ifndef __cplusplus
282 #cmakedefine inline @inline@
283 #endif
284
285 /* Define to `unsigned int' if <sys/types.h> does not define. */
286 #cmakedefine size_t @size_t@