Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / buildtools / Cmake / src / internal_config.h.in
1 /* internal_config.h -- characteristics of the platform, as probed by Cmake */
2
3 /* This file is AUTOMATICALLY GENERATED by Cmake. Edit the following
4    template instead buildtools/Cmake/src/internal_config.h.in               */
5
6 /* Copyright (c) 2004-2013. The SimGrid Team.
7  * All rights reserved.                                                     */
8
9 /* This program is free software; you can redistribute it and/or modify it
10  * under the terms of the license (GNU LGPL) which comes with this package. */
11
12
13 /* Set somes variables for Windows compilation */
14
15 #ifdef _XBT_DLL_EXPORT
16         #ifndef DLL_EXPORT
17                 #define DLL_EXPORT
18         #endif
19 #else
20         #ifdef _XBT_DLL_STATIC
21                 #ifndef DLL_STATIC
22                         #define DLL_STATIC
23                 #endif
24         #else
25                 #ifndef DLL_EXPORT
26                         #define DLL_IMPORT
27                 #endif
28         #endif
29 #endif
30
31 #cmakedefine SIZEOF_INT @SIZEOF_INT@
32 #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
33
34 /* If __thread is available */
35 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
36
37 #ifndef __STRICT_ANSI__
38         #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
39 #endif
40 #ifndef _MSC_VER
41         #cmakedefine _MSC_VER @_MSC_VER@
42 #endif
43 #ifndef _M_IX86
44         #cmakedefine _M_IX86 @_M_IX86@
45 #endif
46 #cmakedefine _XBT_WIN32 @_XBT_WIN32@    //this variable is set if it is a windows platform
47 #cmakedefine _WIN32 @_WIN32@                    //this variable is set if it is a 32 bits windows platform
48 #cmakedefine _WIN64 @_WIN64@                    //this variable is set if it is a 64 bits  windows platform
49 #cmakedefine __VISUALC__ @__VISUALC__@
50 #cmakedefine __BORLANDC__ @__BORLANDC__@
51 #cmakedefine APPLE @APPLE@
52 #ifdef _XBT_WIN32
53         #ifndef __GNUC__
54                 #cmakedefine __GNUC__ @__GNUC__@
55         #endif
56 #endif
57 /* Set to true if enable_model-checking is true */
58 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@
59 #cmakedefine HAVE_MC @HAVE_MC@
60
61 /* Set to true if have the mergesort function */
62 #cmakedefine HAVE_MERGESORT @HAVE_MERGESORT@
63
64 /* If have linux_futex.h */
65 #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@
66
67 /* Some variable for graphviz */
68 #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@
69 #cmakedefine HAVE_GRAPH_H @GRAPH_H@
70 #cmakedefine HAVE_CGRAPH_H @CGRAPH_H@
71 #cmakedefine HAVE_AGRAPH_H @AGRAPH_H@
72
73 /* Define if building universal (internal helper macro) */
74 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
75
76 /* Arguments passed to the configure script */
77 #cmakedefine AC_CONFIGURE_ARGS @AC_CONFIGURE_ARGS@
78
79 /* Path to the addr2line tool */
80 #cmakedefine ADDR2LINE "@ADDR2LINE@"
81
82 /* Predefined possible va_copy() implementation (id: ASP) */
83 #cmakedefine __VA_COPY_USE_ASP(d, s) @__VA_COPY_USE_ASP@
84
85 /* Predefined possible va_copy() implementation (id: ASS) */
86 #cmakedefine __VA_COPY_USE_ASS(d, s) @__VA_COPY_USE_ASS@
87
88 /* Predefined possible va_copy() implementation (id: C99) */
89 #cmakedefine __VA_COPY_USE_C99(d, s) @__VA_COPY_USE_C99@
90
91 /* Define if xbt contexts are based on our threads implementation or not */
92 #cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@
93
94 /* Define to 1 if you have the <ucontext.h> header file. */
95 #cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@
96
97 /* Define if xbt contexts are based on ucontext or not */
98 #cmakedefine CONTEXT_UCONTEXT @CONTEXT_UCONTEXT@
99
100 /* Predefined possible va_copy() implementation (id: CPP) */
101 #cmakedefine __VA_COPY_USE_CPP(d, s) @__VA_COPY_USE_CPP@
102
103 /* Predefined possible va_copy() implementation (id: CPS) */
104 #cmakedefine __VA_COPY_USE_CPS(d, s) @__VA_COPY_USE_CPS@
105
106 /* Predefined possible va_copy() implementation (id: GCB) */
107 #cmakedefine __VA_COPY_USE_GCB(d, s) @__VA_COPY_USE_GCB@
108
109 /* Predefined possible va_copy() implementation (id: GCH) */
110 #cmakedefine __VA_COPY_USE_GCH(d, s) @__VA_COPY_USE_GCH@
111
112 /* Predefined possible va_copy() implementation (id: GCM) */
113 #cmakedefine __VA_COPY_USE_GCM(d, s) @__VA_COPY_USE_GCM@
114
115 /* Used to select the flavor of assembly that we need today */
116 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
117 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
118 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
119 #cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@
120
121 /* Define to 1 if you have the GNU ld library */
122 #cmakedefine HAVE_GNU_LD @HAVE_GNU_LD@
123
124 /* Define to 1 if you have the <errno.h> header file. */
125 #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
126
127 /* Define to 1 if you have the <execinfo.h> header file. */
128 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
129
130 /* Define to 1 if you have the `mmap' function. */
131 #cmakedefine HAVE_MMAP @HAVE_MMAP@
132
133 /* Define to 1 if you have the `getdtablesize' function. */
134 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
135
136 /* Define to 1 if you have the `gettimeofday' function. */
137 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
138
139 /* Define to 1 if you have the `clock_gettime' function. */
140 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
141
142 /* Indicates that we have GTNETS support */
143 #cmakedefine HAVE_GTNETS @HAVE_GTNETS@
144
145 /* Indicates that we have SMPI support */
146 #cmakedefine HAVE_SMPI @HAVE_SMPI@
147
148 /* Indicates that we have SMPI F2C support */
149 #cmakedefine  SMPI_F2C @SMPI_F2C@
150
151 /* Indicates that we have NS3 support */
152 #cmakedefine HAVE_NS3 @HAVE_NS3@
153
154 /* Define to 1 if you have the <inttypes.h> header file. */
155 #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@
156
157 /* defines whether Lua bindings must be compiled or not */
158 #cmakedefine HAVE_LUA @HAVE_LUA@
159
160 /* Define to 1 if you have the <lua5.1/lualib.h> header file. */
161 #cmakedefine HAVE_LUA5_1_LUALIB_H @HAVE_LUA5_1_LUALIB_H@
162
163 /* Define to 1 if you have the `makecontext' function. */
164 #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@
165
166 /* Define to 1 if you have the <memory.h> header file. */
167 #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
168
169 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6
170    standard only?) */
171 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
172
173 /* Define to 1 if you have the `popen' function. */
174 #cmakedefine HAVE_POPEN @HAVE_POPEN@
175
176 /* Define to 1 if you have the <pthread.h> header file. */
177 #cmakedefine HAVE_PTHREAD_H @HAVE_PTHREAD_H@
178
179 /* Define to 1 if you have the `readv' function. */
180 #cmakedefine HAVE_READV @HAVE_READV@
181
182 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
183 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
184
185 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
186 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
187
188 /* Define to 1 if you have the `signal' function. */
189 #cmakedefine HAVE_SIGNAL @HAVE_SIGNAL@
190
191 /* Define to 1 if you have the <signal.h> header file. */
192 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
193
194 /* Define to 1 if you have the `snprintf' function. */
195 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
196
197 /* Define to 1 if you have the <stdint.h> header file. */
198 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
199
200 /* Define to 1 if you have the <stdlib.h> header file. */
201 #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@
202
203 /* Define to 1 if you have the <strings.h> header file. */
204 #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@
205
206 /* Define to 1 if you have the <string.h> header file. */
207 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
208
209 /* Define to 1 if you have the `sysconf' function. */
210 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
211
212 /* Define to 1 if you have the <sys/socket.h> header file. */
213 #cmakedefine HAVE_SYS_SOCKET_H @HAVE_SYS_SOCKET_H@
214
215 /* Define to 1 if you have the <sys/stat.h> header file. */
216 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
217
218 /* Define to 1 if you have the <sys/time.h> header file. */
219 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
220
221 /* Define to 1 if you have the <sys/types.h> header file. */
222 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
223
224 /* Define to 1 if you have the <unistd.h> header file. */
225 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
226
227 /* Define to 1 if you have the `nanosleep' function. */
228 #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
229
230 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
231 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
232
233 /* Define if va_copy() macro exists (and no fallback implementation is
234    required) */
235 #cmakedefine HAVE_VA_COPY @HAVE_VA_COPY@
236
237 /* Define to 1 if you have the `vsnprintf' function. */
238 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
239
240 /* Define to 1 if you have the <windows.h> header file. */
241 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
242
243 /* Define to 1 if you have the <winsock2.h> header file. */
244 #cmakedefine HAVE_WINSOCK2_H @HAVE_WINSOCK2_H@
245
246 /* Define to 1 if you have the <winsock.h> header file. */
247 #cmakedefine HAVE_WINSOCK_H @HAVE_WINSOCK_H@
248
249 /* Define to the sub-directory in which libtool stores uninstalled libraries.*/
250 #cmakedefine LT_OBJDIR @LT_OBJDIR@
251
252 /* enable the asprintf replacement */
253 #cmakedefine NEED_ASPRINTF @NEED_ASPRINTF@
254
255 /* enable the vasprintf replacement */
256 #cmakedefine NEED_VASPRINTF @NEED_VASPRINTF@
257
258 /* Name of package */
259 #cmakedefine PACKAGE @PACKAGE@
260
261 /* Define to the address where bug reports for this package should be sent. */
262 #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ 
263
264 /* Define to the full name of this package. */
265 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
266
267 /* Define to the full name and version of this package. */
268 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
269
270 /* Define to the one symbol short name of this package. */
271 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
272
273 /* Define to the home page for this package. */
274 #cmakedefine PACKAGE_URL @PACKAGE_URL@
275
276 /* Define to the version of this package. */
277 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
278
279 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
280 #cmakedefine PREFER_PORTABLE_SNPRINTF @PREFER_PORTABLE_SNPRINTF@
281
282 /* Indicates whether printf("%s",NULL) works */
283 #cmakedefine PRINTF_NULL_WORKING @PRINTF_NULL_WORKING@
284
285 /* define for stack growth */
286 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
287
288 /* The maximal size of any scalar on this arch */
289 #cmakedefine SIZEOF_MAX @SIZEOF_MAX@
290
291 /* Define to 1 if you have the ANSI C header files. */
292 #cmakedefine STDC_HEADERS @STDC_HEADERS@
293
294 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
295 #cmakedefine TIME_WITH_SYS_TIME @TIME_WITH_SYS_TIME@
296
297 /* Tracing SimGrid */
298 #cmakedefine HAVE_TRACING @HAVE_TRACING@
299
300 /* Tracking of latency bound */
301 #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@
302
303 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
304    significant byte first (like Motorola and SPARC, unlike Intel). */
305 #if defined AC_APPLE_UNIVERSAL_BUILD
306 # if defined __BIG_ENDIAN__
307 #  define WORDS_BIGENDIAN 1
308 # endif
309 #else
310 # ifndef WORDS_BIGENDIAN
311 /* #  undef WORDS_BIGENDIAN */
312 # endif
313 #endif
314
315 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
316    `char[]'. */
317 #cmakedefine YYTEXT_POINTER 
318
319 /* Optional va_copy() implementation activation */
320 #ifndef HAVE_VA_COPY
321 #define va_copy(d, s) __VA_COPY_USE(d, s)
322 #endif
323 /* Define to id of used va_copy() implementation */
324 #cmakedefine __VA_COPY_USE(d, s) @__VA_COPY_USE@
325
326 /* Define to empty if `const' does not conform to ANSI C. */
327 #cmakedefine const @const@
328
329 /* Define to `__inline__' or `__inline' if that's what the C compiler
330    calls it, or to nothing if 'inline' is not supported under any name.  */
331 #ifndef __cplusplus
332 #cmakedefine inline @inline@
333 #endif
334
335 /* Define to `unsigned int' if <sys/types.h> does not define. */
336 #cmakedefine size_t @size_t@