Logo AND Algorithmique Numérique Distribuée

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