Logo AND Algorithmique Numérique Distribuée

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