comparison lwasm/config.h.in @ 265:68fbca173508 2.6

Added generated files for release
author lost
date Tue, 22 Dec 2009 05:31:23 +0000
parents
children 6cbc409ff09f
comparison
equal deleted inserted replaced
264:61d1db1dfe2a 265:68fbca173508
1 /* lwasm/config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define if the compiler is building for multiple architectures of Apple
4 platforms at once. */
5 #undef AA_APPLE_UNIVERSAL_BUILD
6
7 /* Define to the number of bits in type 'ptrdiff_t'. */
8 #undef BITSIZEOF_PTRDIFF_T
9
10 /* Define to the number of bits in type 'sig_atomic_t'. */
11 #undef BITSIZEOF_SIG_ATOMIC_T
12
13 /* Define to the number of bits in type 'size_t'. */
14 #undef BITSIZEOF_SIZE_T
15
16 /* Define to the number of bits in type 'wchar_t'. */
17 #undef BITSIZEOF_WCHAR_T
18
19 /* Define to the number of bits in type 'wint_t'. */
20 #undef BITSIZEOF_WINT_T
21
22 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
23 systems. This function is required for `alloca.c' support on those systems.
24 */
25 #undef CRAY_STACKSEG_END
26
27 /* Define to 1 if using `alloca.c'. */
28 #undef C_ALLOCA
29
30 /* Define to 1 if // is a file system root distinct from /. */
31 #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
32
33 /* Define on systems for which file names may have a so-called `drive letter'
34 prefix, define this to compute the length of that prefix, including the
35 colon. */
36 #undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
37
38 /* Define if the backslash character may also serve as a file name component
39 separator. */
40 #undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
41
42 /* Define if a drive letter prefix denotes a relative path if it is not
43 followed by a file name component separator. */
44 #undef FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE
45
46 /* Define to indicate the 'malloc' module. */
47 #undef GNULIB_MALLOC_GNU
48
49 /* Define to 1 to add extern declaration of program_invocation_name to argp.h
50 */
51 #undef GNULIB_PROGRAM_INVOCATION_NAME
52
53 /* Define to 1 to add extern declaration of program_invocation_short_name to
54 argp.h */
55 #undef GNULIB_PROGRAM_INVOCATION_SHORT_NAME
56
57 /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
58 may be supplied by this distribution. */
59 #undef HAVE_ALLOCA
60
61 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
62 */
63 #undef HAVE_ALLOCA_H
64
65 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
66 you don't. */
67 #undef HAVE_DECL_CLEARERR_UNLOCKED
68
69 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
70 don't. */
71 #undef HAVE_DECL_FEOF_UNLOCKED
72
73 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
74 you don't. */
75 #undef HAVE_DECL_FERROR_UNLOCKED
76
77 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
78 you don't. */
79 #undef HAVE_DECL_FFLUSH_UNLOCKED
80
81 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
82 you don't. */
83 #undef HAVE_DECL_FGETS_UNLOCKED
84
85 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
86 you don't. */
87 #undef HAVE_DECL_FPUTC_UNLOCKED
88
89 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
90 you don't. */
91 #undef HAVE_DECL_FPUTS_UNLOCKED
92
93 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
94 you don't. */
95 #undef HAVE_DECL_FREAD_UNLOCKED
96
97 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
98 you don't. */
99 #undef HAVE_DECL_FWRITE_UNLOCKED
100
101 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
102 you don't. */
103 #undef HAVE_DECL_GETCHAR_UNLOCKED
104
105 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
106 don't. */
107 #undef HAVE_DECL_GETC_UNLOCKED
108
109 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
110 */
111 #undef HAVE_DECL_GETENV
112
113 /* Define if program_invocation_name is declared */
114 #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
115
116 /* Define if program_invocation_short_name is declared */
117 #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
118
119 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
120 you don't. */
121 #undef HAVE_DECL_PUTCHAR_UNLOCKED
122
123 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
124 don't. */
125 #undef HAVE_DECL_PUTC_UNLOCKED
126
127 /* Define to 1 if you have the declaration of `sleep', and to 0 if you don't.
128 */
129 #undef HAVE_DECL_SLEEP
130
131 /* Define to 1 if you have the declaration of `strerror', and to 0 if you
132 don't. */
133 #undef HAVE_DECL_STRERROR
134
135 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
136 don't. */
137 #undef HAVE_DECL_STRERROR_R
138
139 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
140 don't. */
141 #undef HAVE_DECL_STRNCASECMP
142
143 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
144 don't. */
145 #undef HAVE_DECL_STRNDUP
146
147 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
148 don't. */
149 #undef HAVE_DECL_STRNLEN
150
151 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
152 don't. */
153 #undef HAVE_DECL_VSNPRINTF
154
155 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
156 don't. */
157 #undef HAVE_DECL__SNPRINTF
158
159 /* Define to 1 if you have the <errno.h> header file. */
160 #undef HAVE_ERRNO_H
161
162 /* Define to 1 if you have the <features.h> header file. */
163 #undef HAVE_FEATURES_H
164
165 /* Define to 1 if you have the <float.h> header file. */
166 #undef HAVE_FLOAT_H
167
168 /* Define to 1 if you have the `flockfile' function. */
169 #undef HAVE_FLOCKFILE
170
171 /* Define to 1 if you have the `funlockfile' function. */
172 #undef HAVE_FUNLOCKFILE
173
174 /* Define to 1 if you have the <getopt.h> header file. */
175 #undef HAVE_GETOPT_H
176
177 /* Define to 1 if you have the `getopt_long_only' function. */
178 #undef HAVE_GETOPT_LONG_ONLY
179
180 /* Define to 1 if the compiler supports one of the keywords 'inline',
181 '__inline__', '__inline' and effectively inlines functions marked as such.
182 */
183 #undef HAVE_INLINE
184
185 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
186 #undef HAVE_INTMAX_T
187
188 /* Define to 1 if you have the <inttypes.h> header file. */
189 #undef HAVE_INTTYPES_H
190
191 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
192 declares uintmax_t. */
193 #undef HAVE_INTTYPES_H_WITH_UINTMAX
194
195 /* Define to 1 if you have the <linewrap.h> header file. */
196 #undef HAVE_LINEWRAP_H
197
198 /* Define to 1 if the system has the type `long long int'. */
199 #undef HAVE_LONG_LONG_INT
200
201 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
202 to 0 otherwise. */
203 #undef HAVE_MALLOC
204
205 /* Define if the 'malloc' function is POSIX compliant. */
206 #undef HAVE_MALLOC_POSIX
207
208 /* Define to 1 if you have the `mbrtowc' function. */
209 #undef HAVE_MBRTOWC
210
211 /* Define to 1 if you have the <memory.h> header file. */
212 #undef HAVE_MEMORY_H
213
214 /* Define to 1 if you have the `mempcpy' function. */
215 #undef HAVE_MEMPCPY
216
217 /* Define if program_invocation_name is defined */
218 #undef HAVE_PROGRAM_INVOCATION_NAME
219
220 /* Define if program_invocation_short_name is defined */
221 #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME
222
223 /* Define to 1 if you have the <random.h> header file. */
224 #undef HAVE_RANDOM_H
225
226 /* Define to 1 if you have the `rawmemchr' function. */
227 #undef HAVE_RAWMEMCHR
228
229 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
230 #undef HAVE_SIGNED_SIG_ATOMIC_T
231
232 /* Define to 1 if 'wchar_t' is a signed integer type. */
233 #undef HAVE_SIGNED_WCHAR_T
234
235 /* Define to 1 if 'wint_t' is a signed integer type. */
236 #undef HAVE_SIGNED_WINT_T
237
238 /* Define to 1 if you have the `snprintf' function. */
239 #undef HAVE_SNPRINTF
240
241 /* Define to 1 if stdbool.h conforms to C99. */
242 #undef HAVE_STDBOOL_H
243
244 /* Define to 1 if you have the <stdint.h> header file. */
245 #undef HAVE_STDINT_H
246
247 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
248 uintmax_t. */
249 #undef HAVE_STDINT_H_WITH_UINTMAX
250
251 /* Define to 1 if you have the <stdio.h> header file. */
252 #undef HAVE_STDIO_H
253
254 /* Define to 1 if you have the <stdlib.h> header file. */
255 #undef HAVE_STDLIB_H
256
257 /* Define to 1 if you have the `strcasecmp' function. */
258 #undef HAVE_STRCASECMP
259
260 /* Define to 1 if you have the `strchrnul' function. */
261 #undef HAVE_STRCHRNUL
262
263 /* Define to 1 if you have the `strerror_r' function. */
264 #undef HAVE_STRERROR_R
265
266 /* Define to 1 if you have the <strings.h> header file. */
267 #undef HAVE_STRINGS_H
268
269 /* Define to 1 if you have the <string.h> header file. */
270 #undef HAVE_STRING_H
271
272 /* Define to 1 if you have the `strncasecmp' function. */
273 #undef HAVE_STRNCASECMP
274
275 /* Define if you have the strndup() function and it works. */
276 #undef HAVE_STRNDUP
277
278 /* Define to 1 if you have the `strnlen' function. */
279 #undef HAVE_STRNLEN
280
281 /* Define to 1 if the system has the type `struct random_data'. */
282 #undef HAVE_STRUCT_RANDOM_DATA
283
284 /* Define to 1 if you have the <sysexits.h> header file. */
285 #undef HAVE_SYSEXITS_H
286
287 /* Define to 1 if you have the <sys/bitypes.h> header file. */
288 #undef HAVE_SYS_BITYPES_H
289
290 /* Define to 1 if you have the <sys/inttypes.h> header file. */
291 #undef HAVE_SYS_INTTYPES_H
292
293 /* Define to 1 if you have the <sys/socket.h> header file. */
294 #undef HAVE_SYS_SOCKET_H
295
296 /* Define to 1 if you have the <sys/stat.h> header file. */
297 #undef HAVE_SYS_STAT_H
298
299 /* Define to 1 if you have the <sys/types.h> header file. */
300 #undef HAVE_SYS_TYPES_H
301
302 /* Define to 1 if you have the <unistd.h> header file. */
303 #undef HAVE_UNISTD_H
304
305 /* Define to 1 if the system has the type `unsigned long long int'. */
306 #undef HAVE_UNSIGNED_LONG_LONG_INT
307
308 /* Define to 1 if you have the `vasnprintf' function. */
309 #undef HAVE_VASNPRINTF
310
311 /* Define to 1 if you have the `vsnprintf' function. */
312 #undef HAVE_VSNPRINTF
313
314 /* Define to 1 if you have the <wchar.h> header file. */
315 #undef HAVE_WCHAR_H
316
317 /* Define if you have the 'wchar_t' type. */
318 #undef HAVE_WCHAR_T
319
320 /* Define to 1 if you have the `wcrtomb' function. */
321 #undef HAVE_WCRTOMB
322
323 /* Define to 1 if you have the `wcslen' function. */
324 #undef HAVE_WCSLEN
325
326 /* Define to 1 if you have the `wcsnlen' function. */
327 #undef HAVE_WCSNLEN
328
329 /* Define to 1 if you have the <winsock2.h> header file. */
330 #undef HAVE_WINSOCK2_H
331
332 /* Define if you have the 'wint_t' type. */
333 #undef HAVE_WINT_T
334
335 /* Define to 1 if the system has the type `_Bool'. */
336 #undef HAVE__BOOL
337
338 #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
339 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
340 #else
341 # define ISSLASH(C) ((C) == '/')
342 #endif
343
344 /* Name of package */
345 #undef PACKAGE
346
347 /* Define to the address where bug reports for this package should be sent. */
348 #undef PACKAGE_BUGREPORT
349
350 /* Define to the full name of this package. */
351 #undef PACKAGE_NAME
352
353 /* Define to the full name and version of this package. */
354 #undef PACKAGE_STRING
355
356 /* Define to the one symbol short name of this package. */
357 #undef PACKAGE_TARNAME
358
359 /* Define to the home page for this package. */
360 #undef PACKAGE_URL
361
362 /* Define to the version of this package. */
363 #undef PACKAGE_VERSION
364
365 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
366 'ptrdiff_t'. */
367 #undef PTRDIFF_T_SUFFIX
368
369 /* Define this to 1 if strerror is broken. */
370 #undef REPLACE_STRERROR
371
372 /* Define if vasnprintf exists but is overridden by gnulib. */
373 #undef REPLACE_VASNPRINTF
374
375 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
376 'sig_atomic_t'. */
377 #undef SIG_ATOMIC_T_SUFFIX
378
379 /* Define as the maximum value of type 'size_t', if the system doesn't define
380 it. */
381 #undef SIZE_MAX
382
383 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
384 'size_t'. */
385 #undef SIZE_T_SUFFIX
386
387 /* If using the C implementation of alloca, define if you know the
388 direction of stack growth for your system; otherwise it will be
389 automatically deduced at runtime.
390 STACK_DIRECTION > 0 => grows toward higher addresses
391 STACK_DIRECTION < 0 => grows toward lower addresses
392 STACK_DIRECTION = 0 => direction of growth unknown */
393 #undef STACK_DIRECTION
394
395 /* Define to 1 if you have the ANSI C header files. */
396 #undef STDC_HEADERS
397
398 /* Define to 1 if strerror_r returns char *. */
399 #undef STRERROR_R_CHAR_P
400
401 /* Version number of package */
402 #undef VERSION
403
404 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
405 'wchar_t'. */
406 #undef WCHAR_T_SUFFIX
407
408 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
409 'wint_t'. */
410 #undef WINT_T_SUFFIX
411
412 /* Define to 1 if on MINIX. */
413 #undef _MINIX
414
415 /* Define to 2 if the system does not provide POSIX.1 features except with
416 this defined. */
417 #undef _POSIX_1_SOURCE
418
419 /* Define to 1 if you need to in order for `stat' and other things to work. */
420 #undef _POSIX_SOURCE
421
422 /* Define to 500 only on HP-UX. */
423 #undef _XOPEN_SOURCE
424
425 /* Enable extensions on AIX 3, Interix. */
426 #ifndef _ALL_SOURCE
427 # undef _ALL_SOURCE
428 #endif
429 /* Enable GNU extensions on systems that have them. */
430 #ifndef _GNU_SOURCE
431 # undef _GNU_SOURCE
432 #endif
433 /* Enable threading extensions on Solaris. */
434 #ifndef _POSIX_PTHREAD_SEMANTICS
435 # undef _POSIX_PTHREAD_SEMANTICS
436 #endif
437 /* Enable extensions on HP NonStop. */
438 #ifndef _TANDEM_SOURCE
439 # undef _TANDEM_SOURCE
440 #endif
441 /* Enable general extensions on Solaris. */
442 #ifndef __EXTENSIONS__
443 # undef __EXTENSIONS__
444 #endif
445
446
447 /* Define to rpl_ if the getopt replacement functions and variables should be
448 used. */
449 #undef __GETOPT_PREFIX
450
451 /* Define to `__inline__' or `__inline' if that's what the C compiler
452 calls it, or to nothing if 'inline' is not supported under any name. */
453 #ifndef __cplusplus
454 #undef inline
455 #endif
456
457 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
458 #undef intmax_t
459
460 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
461 the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
462 earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
463 __APPLE__ && __MACH__ test for MacOS X.
464 __APPLE_CC__ tests for the Apple compiler and its version.
465 __STDC_VERSION__ tests for the C99 mode. */
466 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
467 # define __GNUC_STDC_INLINE__ 1
468 #endif
469
470 /* Define to rpl_malloc if the replacement function should be used. */
471 #undef malloc
472
473 /* Define as the type of the result of subtracting two pointers, if the system
474 doesn't define it. */
475 #undef ptrdiff_t
476
477 /* Define to the equivalent of the C99 'restrict' keyword, or to
478 nothing if this is not supported. Do not define if restrict is
479 supported directly. */
480 #undef restrict
481 /* Work around a bug in Sun C++: it does not support _Restrict, even
482 though the corresponding Sun C compiler does, which causes
483 "#define restrict _Restrict" in the previous line. Perhaps some future
484 version of Sun C++ will work with _Restrict; if so, it'll probably
485 define __RESTRICT, just as Sun C does. */
486 #if defined __SUNPRO_CC && !defined __RESTRICT
487 # define _Restrict
488 #endif
489
490 /* Define to `unsigned int' if <sys/types.h> does not define. */
491 #undef size_t
492
493 /* Define to rpl_strnlen if the replacement function should be used. */
494 #undef strnlen
495
496 /* Define as a marker that can be attached to function parameter declarations
497 for parameters that are not used. This helps to reduce warnings, such as
498 from GCC -Wunused-parameter. */
499 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
500 # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
501 #else
502 # define _UNUSED_PARAMETER_
503 #endif
504