Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake] kill useless endianess testing: we don't use it
[simgrid.git] / tools / 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 tools/cmake/src/internal_config.h.in                    */
5
6 /* Copyright (c) 2004-2014. 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 /* Set somes variables for Windows compilation */
13
14 #ifdef _XBT_DLL_EXPORT
15         #ifndef DLL_EXPORT
16                 #define DLL_EXPORT
17         #endif
18 #else
19         #ifdef _XBT_DLL_STATIC
20                 #ifndef DLL_STATIC
21                         #define DLL_STATIC
22                 #endif
23         #else
24                 #ifndef DLL_EXPORT
25                         #define DLL_IMPORT
26                 #endif
27         #endif
28 #endif
29
30 /* If __thread is available */
31 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
32
33 #ifndef __STRICT_ANSI__
34         #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
35 #endif
36 #ifndef _MSC_VER
37         #cmakedefine _MSC_VER @_MSC_VER@
38 #endif
39 #ifndef _M_IX86
40         #cmakedefine _M_IX86 @_M_IX86@
41 #endif
42 #cmakedefine _XBT_WIN32 @_XBT_WIN32@    //this variable is set if it is a windows platform
43 #cmakedefine _WIN32 @_WIN32@                    //this variable is set if it is a 32 bits windows platform
44 #cmakedefine _WIN64 @_WIN64@                    //this variable is set if it is a 64 bits  windows platform
45 #cmakedefine __VISUALC__ @__VISUALC__@
46 #cmakedefine __BORLANDC__ @__BORLANDC__@
47 #cmakedefine APPLE @APPLE@
48 #ifdef _MSC_VER
49         #define HAVE_VA_COPY
50 #endif
51 /* Set to true if enable_model-checking is true */
52 #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@
53 #cmakedefine HAVE_MC @HAVE_MC@
54
55 /* If have linux_futex.h */
56 #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@
57
58 /* Some variable for libsigc++ */
59 #cmakedefine HAVE_LIBSIGC @HAVE_LIBSIGC++@
60
61 /* Some variable for graphviz */
62 #cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@
63 #cmakedefine HAVE_GRAPH_H @GRAPH_H@
64 #cmakedefine HAVE_CGRAPH_H @CGRAPH_H@
65 #cmakedefine HAVE_AGRAPH_H @AGRAPH_H@
66
67 /* Define if building universal (internal helper macro) */
68 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
69
70 /* Arguments passed to the configure script */
71 #cmakedefine AC_CONFIGURE_ARGS @AC_CONFIGURE_ARGS@
72
73 /* Path to the addr2line tool */
74 #cmakedefine ADDR2LINE "@ADDR2LINE@"
75
76 /* Predefined possible va_copy() implementation (id: ASP) */
77 #cmakedefine __VA_COPY_USE_ASP(d, s) @__VA_COPY_USE_ASP@
78
79 /* Predefined possible va_copy() implementation (id: ASS) */
80 #cmakedefine __VA_COPY_USE_ASS(d, s) @__VA_COPY_USE_ASS@
81
82 /* Predefined possible va_copy() implementation (id: C99) */
83 #cmakedefine __VA_COPY_USE_C99(d, s) @__VA_COPY_USE_C99@
84
85 /* Define if xbt contexts are based on our threads implementation or not */
86 #cmakedefine CONTEXT_THREADS @CONTEXT_THREADS@
87
88 /* Define to 1 if you have the <ucontext.h> header file. */
89 #cmakedefine HAVE_UCONTEXT_H @HAVE_UCONTEXT_H@
90
91 /* Define if xbt contexts are based on ucontext or not */
92 #cmakedefine CONTEXT_UCONTEXT @CONTEXT_UCONTEXT@
93
94 /* Predefined possible va_copy() implementation (id: CPP) */
95 #cmakedefine __VA_COPY_USE_CPP(d, s) @__VA_COPY_USE_CPP@
96
97 /* Predefined possible va_copy() implementation (id: CPS) */
98 #cmakedefine __VA_COPY_USE_CPS(d, s) @__VA_COPY_USE_CPS@
99
100 /* Predefined possible va_copy() implementation (id: GCB) */
101 #cmakedefine __VA_COPY_USE_GCB(d, s) @__VA_COPY_USE_GCB@
102
103 /* Predefined possible va_copy() implementation (id: GCH) */
104 #cmakedefine __VA_COPY_USE_GCH(d, s) @__VA_COPY_USE_GCH@
105
106 /* Predefined possible va_copy() implementation (id: GCM) */
107 #cmakedefine __VA_COPY_USE_GCM(d, s) @__VA_COPY_USE_GCM@
108
109 /* Used to select the flavor of assembly that we need today */
110 #cmakedefine PROCESSOR_i686 @PROCESSOR_i686@
111 #cmakedefine PROCESSOR_x86_64 @PROCESSOR_x86_64@
112 #cmakedefine CMAKE_SYSTEM_PROCESSOR @CMAKE_SYSTEM_PROCESSOR@
113 #cmakedefine HAVE_RAWCTX @HAVE_RAWCTX@
114 #cmakedefine HAVE_BOOST_CONTEXT @HAVE_BOOST_CONTEXT@
115
116 /* Define to 1 if you have the GNU ld library */
117 #cmakedefine HAVE_GNU_LD @HAVE_GNU_LD@
118
119 /* Define to 1 if you have the <errno.h> header file. */
120 #cmakedefine HAVE_ERRNO_H @HAVE_ERRNO_H@
121
122 /* Define to 1 if you have the <execinfo.h> header file. */
123 #cmakedefine HAVE_EXECINFO_H @HAVE_EXECINFO_H@
124
125 /* Define to 1 if mmalloc is compiled in. */
126 #cmakedefine HAVE_MMALLOC @HAVE_MMALLOC@
127
128 /* Define to 1 if mmap is available */
129 #cmakedefine HAVE_MMAP @HAVE_MMAP@
130
131 /* Define to 1 if process_vm_readv is available */
132 #cmakedefine HAVE_PROCESS_VM_READV @HAVE_PROCESS_VM_READV@
133
134 /* Define to 1 if you have the `getdtablesize' function. */
135 #cmakedefine HAVE_GETDTABLESIZE @HAVE_GETDTABLESIZE@
136
137 /* Define to 1 if you have the `gettimeofday' function. */
138 #cmakedefine HAVE_GETTIMEOFDAY @HAVE_GETTIMEOFDAY@
139
140 /* Define to 1 if you have the `clock_gettime' function. */
141 #cmakedefine HAVE_POSIX_GETTIME @HAVE_POSIX_GETTIME@
142
143 /* Indicates that we have SMPI support */
144 #cmakedefine HAVE_SMPI @HAVE_SMPI@
145
146 /* Indicates that we have SMPI FORTRAN support */
147 #cmakedefine  SMPI_FORTRAN @SMPI_FORTRAN@
148
149 /* We have mmap and objdump to handle privatization */
150 #cmakedefine HAVE_PRIVATIZATION @HAVE_PRIVATIZATION@
151
152 /* Indicates that we have NS3 support */
153 #cmakedefine HAVE_NS3 @HAVE_NS3@
154
155 /* defines whether Lua bindings must be compiled or not */
156 #cmakedefine HAVE_LUA @HAVE_LUA@
157
158 /* Define to 1 if you have the <lua5.1/lualib.h> header file. */
159 #cmakedefine HAVE_LUA5_1_LUALIB_H @HAVE_LUA5_1_LUALIB_H@
160
161 /* Define to 1 if you have the `makecontext' function. */
162 #cmakedefine HAVE_MAKECONTEXT @HAVE_MAKECONTEXT@
163
164 /* Define if pthread_mutex_timedlock() is avaible or not (part of XPG6
165    standard only?) */
166 #cmakedefine HAVE_MUTEX_TIMEDLOCK @HAVE_MUTEX_TIMEDLOCK@
167
168 /* Define to 1 if you have the `popen' function. */
169 #cmakedefine HAVE_POPEN @HAVE_POPEN@
170
171 /* Define to 1 if threads are usable . */
172 #cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
173
174 /* Define to 1 if you have the `readv' function. */
175 #cmakedefine HAVE_READV @HAVE_READV@
176
177 /* Define if sem_init() is avaible or not (part of XPG6 standard only) */
178 #cmakedefine HAVE_SEM_INIT @HAVE_SEM_INIT@
179
180 /* Define if sem_timedwait() is avaible or not (part of XPG6 standard only) */
181 #cmakedefine HAVE_SEM_TIMEDWAIT @HAVE_SEM_TIMEDWAIT@
182
183 /* Define to 1 if you have the `signal' function. */
184 #cmakedefine HAVE_SIGNAL @HAVE_SIGNAL@
185
186 /* Define to 1 if you have the <signal.h> header file. */
187 #cmakedefine HAVE_SIGNAL_H @HAVE_SIGNAL_H@
188
189 /* Define to 1 if you have the `snprintf' function. */
190 #cmakedefine HAVE_SNPRINTF @HAVE_SNPRINTF@
191
192 /* Define to 1 if you have the <stdint.h> header file. */
193 #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@
194
195 /* Define to 1 if you have the <string.h> header file. */
196 #cmakedefine HAVE_STRING_H @HAVE_STRING_H@
197
198 /* Define to 1 if you have the `sysconf' function. */
199 #cmakedefine HAVE_SYSCONF @HAVE_SYSCONF@
200
201 /* Define to 1 if you have the <sys/stat.h> header file. */
202 #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@
203
204 /* Define to 1 if you have the <sys/time.h> header file. */
205 #cmakedefine HAVE_SYS_TIME_H @HAVE_SYS_TIME_H@
206
207 /* Define to 1 if you have the <sys/types.h> header file. */
208 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
209
210 /* Define to 1 if you have the <unistd.h> header file. */
211 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
212
213 /* Define to 1 if you have the `nanosleep' function. */
214 #cmakedefine HAVE_NANOSLEEP @HAVE_NANOSLEEP@
215
216 /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
217 #cmakedefine HAVE_VALGRIND_VALGRIND_H @HAVE_VALGRIND_VALGRIND_H@
218
219 /* Define if va_copy() macro exists (and no fallback implementation is
220    required) */
221 #cmakedefine HAVE_VA_COPY @HAVE_VA_COPY@
222
223 /* Define to 1 if you have the `vsnprintf' function. */
224 #cmakedefine HAVE_VSNPRINTF @HAVE_VSNPRINTF@
225
226 /* Define to 1 if you have the <windows.h> header file. */
227 #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@
228
229 /* Define to the sub-directory in which libtool stores uninstalled libraries.*/
230 #cmakedefine LT_OBJDIR @LT_OBJDIR@
231
232 /* enable the asprintf replacement */
233 #cmakedefine NEED_ASPRINTF @NEED_ASPRINTF@
234
235 /* enable the vasprintf replacement */
236 #cmakedefine NEED_VASPRINTF @NEED_VASPRINTF@
237
238 /* Name of package */
239 #cmakedefine PACKAGE @PACKAGE@
240
241 /* Define to the address where bug reports for this package should be sent. */
242 #cmakedefine PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@ 
243
244 /* Define to the full name of this package. */
245 #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
246
247 /* Define to the full name and version of this package. */
248 #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
249
250 /* Define to the one symbol short name of this package. */
251 #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
252
253 /* Define to the home page for this package. */
254 #cmakedefine PACKAGE_URL @PACKAGE_URL@
255
256 /* Define to the version of this package. */
257 #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
258
259 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
260 #cmakedefine PREFER_PORTABLE_SNPRINTF @PREFER_PORTABLE_SNPRINTF@
261
262 /* define for stack growth */
263 #cmakedefine PTH_STACKGROWTH @PTH_STACKGROWTH@
264
265 /* The maximal size of any scalar on this arch */
266 #cmakedefine SIZEOF_MAX @SIZEOF_MAX@
267
268 /* Define to 1 if you have the ANSI C header files. */
269 #cmakedefine STDC_HEADERS @STDC_HEADERS@
270
271 /* Tracking of latency bound */
272 #cmakedefine HAVE_LATENCY_BOUND_TRACKING @HAVE_LATENCY_BOUND_TRACKING@
273
274 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
275    `char[]'. */
276 #cmakedefine YYTEXT_POINTER 
277
278 /* Optional va_copy() implementation activation */
279 #ifndef HAVE_VA_COPY
280 #define va_copy(d, s) __VA_COPY_USE(d, s)
281 #endif
282 /* Define to id of used va_copy() implementation */
283 #cmakedefine __VA_COPY_USE(d, s) @__VA_COPY_USE@
284
285 /* Define to empty if `const' does not conform to ANSI C. */
286 #cmakedefine const @const@
287
288 /* Define to `__inline__' or `__inline' if that's what the C compiler
289    calls it, or to nothing if 'inline' is not supported under any name.  */
290 #ifndef __cplusplus
291 #cmakedefine inline @inline@
292 #endif
293
294 /* Define to `unsigned int' if <sys/types.h> does not define. */
295 #cmakedefine size_t @size_t@