Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
* Cleanup the DTD by renaming:
[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 /* Indicates whether we have the GTNETS library or not */
75 #undef HAVE_GTNETS
76
77 /* Define to 1 if you have the <inttypes.h> header file. */
78 #undef HAVE_INTTYPES_H
79
80 /* Define to 1 if you have the <jni.h> header file. */
81 #undef HAVE_JNI_H
82
83 /* Define to 1 if you have the `makecontext' function. */
84 #undef HAVE_MAKECONTEXT
85
86 /* Define to 1 if you have the <memory.h> header file. */
87 #undef HAVE_MEMORY_H
88
89 /* Define to 1 if you have the `popen' function. */
90 #undef HAVE_POPEN
91
92 /* Define to 1 if you have the <pthread.h> header file. */
93 #undef HAVE_PTHREAD_H
94
95 /* Define to 1 if you have the `readv' function. */
96 #undef HAVE_READV
97
98 /* Indicates whether we have the CSDP library or not */
99 #undef HAVE_SDP
100
101 /* Define if the sem_timedwait is avaible or not (part of XPG6 standard only)
102    */
103 #undef HAVE_SEM_TIMEDWAIT
104
105 /* Define to 1 if you have the `signal' function. */
106 #undef HAVE_SIGNAL
107
108 /* Define to 1 if you have the <signal.h> header file. */
109 #undef HAVE_SIGNAL_H
110
111 /* Define to 1 if you have the `snprintf' function. */
112 #undef HAVE_SNPRINTF
113
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #undef HAVE_STDINT_H
116
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #undef HAVE_STDLIB_H
119
120 /* Define to 1 if you have the <strings.h> header file. */
121 #undef HAVE_STRINGS_H
122
123 /* Define to 1 if you have the <string.h> header file. */
124 #undef HAVE_STRING_H
125
126 /* Define to 1 if you have the `sysconf' function. */
127 #undef HAVE_SYSCONF
128
129 /* Define to 1 if you have the <sys/socket.h> header file. */
130 #undef HAVE_SYS_SOCKET_H
131
132 /* Define to 1 if you have the <sys/stat.h> header file. */
133 #undef HAVE_SYS_STAT_H
134
135 /* Define to 1 if you have the <sys/time.h> header file. */
136 #undef HAVE_SYS_TIME_H
137
138 /* Define to 1 if you have the <sys/types.h> header file. */
139 #undef HAVE_SYS_TYPES_H
140
141 /* Define to 1 if you have the <unistd.h> header file. */
142 #undef HAVE_UNISTD_H
143
144 /* Define to 1 if you have the `usleep' function. */
145 #undef HAVE_USLEEP
146
147 /* Define if va_copy() macro exists (and no fallback implementation is
148    required) */
149 #undef HAVE_VA_COPY
150
151 /* Define to 1 if you have the `vsnprintf' function. */
152 #undef HAVE_VSNPRINTF
153
154 /* Define to 1 if you have the <windows.h> header file. */
155 #undef HAVE_WINDOWS_H
156
157 /* Define to 1 if you have the <winsock2.h> header file. */
158 #undef HAVE_WINSOCK2_H
159
160 /* Define to 1 if you have the <winsock.h> header file. */
161 #undef HAVE_WINSOCK_H
162
163 /* enable the asprintf replacement */
164 #undef NEED_ASPRINTF
165
166 /* enable the vasprintf replacement */
167 #undef NEED_VASPRINTF
168
169 /* Name of package */
170 #undef PACKAGE
171
172 /* Define to the address where bug reports for this package should be sent. */
173 #undef PACKAGE_BUGREPORT
174
175 /* Define to the full name of this package. */
176 #undef PACKAGE_NAME
177
178 /* Define to the full name and version of this package. */
179 #undef PACKAGE_STRING
180
181 /* Define to the one symbol short name of this package. */
182 #undef PACKAGE_TARNAME
183
184 /* Define to the version of this package. */
185 #undef PACKAGE_VERSION
186
187 /* "enable replacement (v)snprintf if system (v)snprintf is broken" */
188 #undef PREFER_PORTABLE_SNPRINTF
189
190 /* Indicates whether printf("%s",NULL) works */
191 #undef PRINTF_NULL_WORKING
192
193 /* define for stack growth */
194 #undef PTH_STACKGROWTH
195
196 /* The maximal size of any scalar on this arch */
197 #undef SIZEOF_MAX
198
199 /* Define to 1 if you have the ANSI C header files. */
200 #undef STDC_HEADERS
201
202 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
203 #undef TIME_WITH_SYS_TIME
204
205 /* Version number of package */
206 #undef VERSION
207
208 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
209    `char[]'. */
210 #undef YYTEXT_POINTER
211
212 /* Optional va_copy() implementation activation */
213 #ifndef HAVE_VA_COPY
214 #define va_copy(d, s) __VA_COPY_USE(d, s)
215 #endif
216
217
218 /* Define to id of used va_copy() implementation */
219 #undef __VA_COPY_USE
220
221 /* Define to empty if `const' does not conform to ANSI C. */
222 #undef const
223
224 /* Define to `__inline__' or `__inline' if that's what the C compiler
225    calls it, or to nothing if 'inline' is not supported under any name.  */
226 #ifndef __cplusplus
227 #undef inline
228 #endif
229
230 /* Define to `unsigned int' if <sys/types.h> does not define. */
231 #undef size_t