Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update autogenerated
[simgrid.git] / src / gras_config.h.in
1 /* src/gras_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Path to the addr2line tool */
4 #undef ADDR2LINE
5
6 /* Predefined possible va_copy() implementation (id: ASP) */
7 #define __VA_COPY_USE_ASP(d, s) do { *(d) = *(s); } while (0)
8
9 /* Predefined possible va_copy() implementation (id: ASS) */
10 #define __VA_COPY_USE_ASS(d, s) do { (d) = (s); } while (0)
11
12 /* Predefined possible va_copy() implementation (id: C99) */
13 #define __VA_COPY_USE_C99(d, s) va_copy((d), (s))
14
15 /* Define if xbt contexts are based on our threads implementation or not */
16 #undef CONTEXT_THREADS
17
18 /* Define if xbt contexts are based on ucontext or not */
19 #undef CONTEXT_UCONTEXT
20
21 /* Predefined possible va_copy() implementation (id: CPP) */
22 #define __VA_COPY_USE_CPP(d, s) memcpy((void *)(d), (void *)(s)), sizeof(*(s))
23
24 /* Predefined possible va_copy() implementation (id: CPS) */
25 #define __VA_COPY_USE_CPS(d, s) memcpy((void *)&(d), (void *)&(s)), sizeof((s))
26
27 /* Predefined possible va_copy() implementation (id: GCB) */
28 #define __VA_COPY_USE_GCB(d, s) __builtin_va_copy((d), (s))
29
30 /* Predefined possible va_copy() implementation (id: GCH) */
31 #define __VA_COPY_USE_GCH(d, s) __va_copy((d), (s))
32
33 /* Predefined possible va_copy() implementation (id: GCM) */
34 #define __VA_COPY_USE_GCM(d, s) VA_COPY((d), (s))
35
36 /* Defined if arrays in struct can straddle struct alignment boundaries. This
37    is like than the structure compaction above, but this time, the argument to
38    be compacted is an array whom each element would be normally compacted.
39    Exemple: struct s { double d; int i; char c[6]; }; Arrays can straddle if c
40    is allowed to come just after i. Note that GRAS only support architecture
41    presenting this caracteristic so far. */
42 #undef GRAS_ARRAY_STRADDLE_STRUCT
43
44 /* define if big endian */
45 #undef GRAS_BIGENDIAN
46
47 /* Defined if structures are compacted when possible. Consider this structure:
48    struct s {double d; int i; char c;}; If it is allowed, the char is placed
49    just after the int. If not, it has to be on the 8 bytes boundary imposed by
50    the double. For now, GRAS requires the structures to be compacted. */
51 #undef GRAS_STRUCT_COMPACT
52
53 /* defines the GRAS architecture signature of this machine */
54 #undef GRAS_THISARCH
55
56 /* Define to 1 if you have the <dlfcn.h> header file. */
57 #undef HAVE_DLFCN_H
58
59 /* Define to 1 if you have the <errno.h> header file. */
60 #undef HAVE_ERRNO_H
61
62 /* Define to 1 if you have the <execinfo.h> header file. */
63 #undef HAVE_EXECINFO_H
64
65 /* Define to 1 if you have the `getdtablesize' function. */
66 #undef HAVE_GETDTABLESIZE
67
68 /* Define to 1 if you have the `getline' function. */
69 #undef HAVE_GETLINE
70
71 /* Define to 1 if you have the `gettimeofday' function. */
72 #undef HAVE_GETTIMEOFDAY
73
74 /* Define to 1 if you have the <inttypes.h> header file. */
75 #undef HAVE_INTTYPES_H
76
77 /* Define to 1 if you have the `pthread' library (-lpthread). */
78 #undef HAVE_LIBPTHREAD
79
80 /* Define to 1 if you have the `makecontext' function. */
81 #undef HAVE_MAKECONTEXT
82
83 /* Define to 1 if you have the <memory.h> header file. */
84 #undef HAVE_MEMORY_H
85
86 /* Define to 1 if you have the `popen' function. */
87 #undef HAVE_POPEN
88
89 /* Define to 1 if you have the <pthread.h> header file. */
90 #undef HAVE_PTHREAD_H
91
92 /* Define to 1 if you have the `readv' function. */
93 #undef HAVE_READV
94
95 /* Indicates whether we have the CSDP library or not */
96 #undef HAVE_SDP
97
98 /* Define to 1 if you have the `signal' function. */
99 #undef HAVE_SIGNAL
100
101 /* Define to 1 if you have the <signal.h> header file. */
102 #undef HAVE_SIGNAL_H
103
104 /* Define to 1 if you have the `snprintf' function. */
105 #undef HAVE_SNPRINTF
106
107 /* Define to 1 if you have the <stdint.h> header file. */
108 #undef HAVE_STDINT_H
109
110 /* Define to 1 if you have the <stdlib.h> header file. */
111 #undef HAVE_STDLIB_H
112
113 /* Define to 1 if you have the <strings.h> header file. */
114 #undef HAVE_STRINGS_H
115
116 /* Define to 1 if you have the <string.h> header file. */
117 #undef HAVE_STRING_H
118
119 /* Define to 1 if you have the `sysconf' function. */
120 #undef HAVE_SYSCONF
121
122 /* Define to 1 if you have the <sys/socket.h> header file. */
123 #undef HAVE_SYS_SOCKET_H
124
125 /* Define to 1 if you have the <sys/stat.h> header file. */
126 #undef HAVE_SYS_STAT_H
127
128 /* Define to 1 if you have the <sys/time.h> header file. */
129 #undef HAVE_SYS_TIME_H
130
131 /* Define to 1 if you have the <sys/types.h> header file. */
132 #undef HAVE_SYS_TYPES_H
133
134 /* Define to 1 if you have the <unistd.h> header file. */
135 #undef HAVE_UNISTD_H
136
137 /* Define to 1 if you have the `usleep' function. */
138 #undef HAVE_USLEEP
139
140 /* Define if va_copy() macro exists (and no fallback implementation is
141    required) */
142 #undef HAVE_VA_COPY
143
144 /* Define to 1 if you have the `vsnprintf' function. */
145 #undef HAVE_VSNPRINTF
146
147 /* Define to 1 if you have the <windows.h> header file. */
148 #undef HAVE_WINDOWS_H
149
150 /* Define to 1 if you have the <winsock2.h> header file. */
151 #undef HAVE_WINSOCK2_H
152
153 /* Define to 1 if you have the <winsock.h> header file. */
154 #undef HAVE_WINSOCK_H
155
156 /* enable the asprintf replacement */
157 #undef NEED_ASPRINTF
158
159 /* enable the vasprintf replacement */
160 #undef NEED_VASPRINTF
161
162 /* Name of package */
163 #undef PACKAGE
164
165 /* Define to the address where bug reports for this package should be sent. */
166 #undef PACKAGE_BUGREPORT
167
168 /* Define to the full name of this package. */
169 #undef PACKAGE_NAME
170
171 /* Define to the full name and version of this package. */
172 #undef PACKAGE_STRING
173
174 /* Define to the one symbol short name of this package. */
175 #undef PACKAGE_TARNAME
176
177 /* Define to the version of this package. */
178 #undef PACKAGE_VERSION
179
180 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
181 #undef PREFER_PORTABLE_SNPRINTF
182
183 /* Indicates whether printf("%s",NULL) works */
184 #undef PRINTF_NULL_WORKING
185
186 /* define for stack growth */
187 #undef PTH_STACKGROWTH
188
189 /* The maximal size of any scalar on this arch */
190 #undef SIZEOF_MAX
191
192 /* Define to 1 if you have the ANSI C header files. */
193 #undef STDC_HEADERS
194
195 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
196 #undef TIME_WITH_SYS_TIME
197
198 /* Indicates whether we should use GTNetS or not */
199 #undef USE_GTNETS
200
201 /* Indicates whether we should use SimIX or not */
202 #undef USE_SIMIX
203
204 /* Version number of package */
205 #undef VERSION
206
207 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
208    `char[]'. */
209 #undef YYTEXT_POINTER
210
211 /* Optional va_copy() implementation activation */
212 #ifndef HAVE_VA_COPY
213 #define va_copy(d, s) __VA_COPY_USE(d, s)
214 #endif
215
216
217 /* Define to id of used va_copy() implementation */
218 #undef __VA_COPY_USE
219
220 /* Define to empty if `const' does not conform to ANSI C. */
221 #undef const
222
223 /* Define to `__inline__' or `__inline' if that's what the C compiler
224    calls it, or to nothing if 'inline' is not supported under any name.  */
225 #ifndef __cplusplus
226 #undef inline
227 #endif
228
229 /* Define to `unsigned int' if <sys/types.h> does not define. */
230 #undef size_t