Logo AND Algorithmique Numérique Distribuée

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