source: trunk/essentials/sys-devel/m4/lib/config.hin

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 16.7 KB
Line 
1/* lib/config.hin. Generated from configure.ac by autoheader. */
2
3/* Define this to an absolute name of <stdint.h>. */
4#undef ABSOLUTE_STDINT_H
5
6/* Define this to an absolute name of <sys/stat.h>. */
7#undef ABSOLUTE_SYS_STAT_H
8
9/* Define to the number of bits in type 'ptrdiff_t'. */
10#undef BITSIZEOF_PTRDIFF_T
11
12/* Define to the number of bits in type 'sig_atomic_t'. */
13#undef BITSIZEOF_SIG_ATOMIC_T
14
15/* Define to the number of bits in type 'size_t'. */
16#undef BITSIZEOF_SIZE_T
17
18/* Define to the number of bits in type 'wchar_t'. */
19#undef BITSIZEOF_WCHAR_T
20
21/* Define to the number of bits in type 'wint_t'. */
22#undef BITSIZEOF_WINT_T
23
24/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25 systems. This function is required for `alloca.c' support on those systems.
26 */
27#undef CRAY_STACKSEG_END
28
29/* Define to 1 if using `alloca.c'. */
30#undef C_ALLOCA
31
32/* Define to 1 if the changeword(REGEXP) functionality is wanted */
33#undef ENABLE_CHANGEWORD
34
35/* Define as good substitute value for EOVERFLOW. */
36#undef EOVERFLOW
37
38/* Define to 1 if the return value of system() disagrees with pclose(). */
39#undef FUNC_SYSTEM_BROKEN
40
41/* Define to 1 when using the gnulib close-stream module. */
42#undef GNULIB_CLOSE_STREAM
43
44/* Define to 1 when using the gnulib fopen-safer module. */
45#undef GNULIB_FOPEN_SAFER
46
47/* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
48 may be supplied by this distribution. */
49#undef HAVE_ALLOCA
50
51/* Define HAVE_ALLOCA_H for backward compatibility with older code that
52 includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
53#undef HAVE_ALLOCA_H
54
55/* Define to 1 if you have the <bp-sym.h> header file. */
56#undef HAVE_BP_SYM_H
57
58/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
59 you don't. */
60#undef HAVE_DECL_CLEARERR_UNLOCKED
61
62/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
63 don't. */
64#undef HAVE_DECL_FEOF_UNLOCKED
65
66/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
67 you don't. */
68#undef HAVE_DECL_FERROR_UNLOCKED
69
70/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
71 you don't. */
72#undef HAVE_DECL_FFLUSH_UNLOCKED
73
74/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
75 you don't. */
76#undef HAVE_DECL_FGETS_UNLOCKED
77
78/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
79 you don't. */
80#undef HAVE_DECL_FPUTC_UNLOCKED
81
82/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
83 you don't. */
84#undef HAVE_DECL_FPUTS_UNLOCKED
85
86/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
87 you don't. */
88#undef HAVE_DECL_FREAD_UNLOCKED
89
90/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
91 you don't. */
92#undef HAVE_DECL_FWRITE_UNLOCKED
93
94/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
95 you don't. */
96#undef HAVE_DECL_GETCHAR_UNLOCKED
97
98/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
99 don't. */
100#undef HAVE_DECL_GETC_UNLOCKED
101
102/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
103 */
104#undef HAVE_DECL_GETENV
105
106/* Define to 1 if you have the declaration of `isblank', and to 0 if you
107 don't. */
108#undef HAVE_DECL_ISBLANK
109
110/* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
111 */
112#undef HAVE_DECL_MKDIR
113
114/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
115 you don't. */
116#undef HAVE_DECL_PUTCHAR_UNLOCKED
117
118/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
119 don't. */
120#undef HAVE_DECL_PUTC_UNLOCKED
121
122/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
123 don't. */
124#undef HAVE_DECL_STRERROR_R
125
126/* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
127 don't. */
128#undef HAVE_DECL_STRNCASECMP
129
130/* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
131 don't. */
132#undef HAVE_DECL_WCWIDTH
133
134/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
135 don't. */
136#undef HAVE_DECL___FPENDING
137
138/* Define to 1 if you have the <getopt.h> header file. */
139#undef HAVE_GETOPT_H
140
141/* Define to 1 if you have the `getopt_long_only' function. */
142#undef HAVE_GETOPT_LONG_ONLY
143
144/* Define to 1 if you have the `gettimeofday' function. */
145#undef HAVE_GETTIMEOFDAY
146
147/* Define to 1 if the compiler supports one of the keywords 'inline',
148 '__inline__', '__inline' and effectively inlines functions marked as such.
149 */
150#undef HAVE_INLINE
151
152/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
153#undef HAVE_INTMAX_T
154
155/* Define to 1 if you have the <inttypes.h> header file. */
156#undef HAVE_INTTYPES_H
157
158/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
159 declares uintmax_t. */
160#undef HAVE_INTTYPES_H_WITH_UINTMAX
161
162/* Define to 1 if you have the <io.h> header file. */
163#undef HAVE_IO_H
164
165/* Define to 1 if you have the `iswcntrl' function. */
166#undef HAVE_ISWCNTRL
167
168/* Define to 1 if you have the `iswprint' function. */
169#undef HAVE_ISWPRINT
170
171/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
172#undef HAVE_LANGINFO_CODESET
173
174/* Define to 1 if you have the <limits.h> header file. */
175#undef HAVE_LIMITS_H
176
177/* Define to 1 if you have the <locale.h> header file. */
178#undef HAVE_LOCALE_H
179
180/* Define if you have the 'long double' type. */
181#undef HAVE_LONG_DOUBLE
182
183/* Define if you have the 'long long' type. */
184#undef HAVE_LONG_LONG
185
186/* Define to 1 if the system has the type `long long int'. */
187#undef HAVE_LONG_LONG_INT
188
189/* Define to 1 if you have the `lstat' function. */
190#undef HAVE_LSTAT
191
192/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
193 to 0 otherwise. */
194#undef HAVE_MALLOC
195
196/* Define to 1 if you have the `mbrtowc' function. */
197#undef HAVE_MBRTOWC
198
199/* Define to 1 if you have the `mbsinit' function. */
200#undef HAVE_MBSINIT
201
202/* Define to 1 if <wchar.h> declares mbstate_t. */
203#undef HAVE_MBSTATE_T
204
205/* Define to 1 if you have the `memchr' function. */
206#undef HAVE_MEMCHR
207
208/* Define to 1 if you have the <memory.h> header file. */
209#undef HAVE_MEMORY_H
210
211/* Define to 1 if you have the `mempcpy' function. */
212#undef HAVE_MEMPCPY
213
214/* Define to 1 if you have the `mkdtemp' function. */
215#undef HAVE_MKDTEMP
216
217/* Define to 1 if libc includes obstacks. */
218#undef HAVE_OBSTACK
219
220/* Define to 1 if you have the `pipe' function. */
221#undef HAVE_PIPE
222
223/* Define to 1 if you have the sigset_t type and the sigprocmask function. */
224#undef HAVE_POSIX_SIGNALBLOCKING
225
226/* Define to 1 if the system has the type `ptrdiff_t'. */
227#undef HAVE_PTRDIFF_T
228
229/* Define to 1 if you have the `raise' function. */
230#undef HAVE_RAISE
231
232/* Define to 1 if the system has the type `rlim_t'. */
233#undef HAVE_RLIM_T
234
235/* Define to 1 if you have the `sigaction' function. */
236#undef HAVE_SIGACTION
237
238/* Define to 1 if you have the `sigaltstack' function. */
239#undef HAVE_SIGALTSTACK
240
241/* Define to 1 if the system has the type `sigcontext'. */
242#undef HAVE_SIGCONTEXT
243
244/* Define to 1 if you have the <siginfo.h> header file. */
245#undef HAVE_SIGINFO_H
246
247/* Define to 1 if the system has the type `siginfo_t'. */
248#undef HAVE_SIGINFO_T
249
250/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
251#undef HAVE_SIGNED_SIG_ATOMIC_T
252
253/* Define to 1 if 'wchar_t' is a signed integer type. */
254#undef HAVE_SIGNED_WCHAR_T
255
256/* Define to 1 if 'wint_t' is a signed integer type. */
257#undef HAVE_SIGNED_WINT_T
258
259/* Define to 1 if you lack the sigprocmask function but have the sigset_t
260 type. */
261#undef HAVE_SIGSET_T
262
263/* Define to 1 if you have the `sigstack' function. */
264#undef HAVE_SIGSTACK
265
266/* Define to 1 if you have the `sigvec' function. */
267#undef HAVE_SIGVEC
268
269/* Define to 1 if the system has the type `sig_atomic_t'. */
270#undef HAVE_SIG_ATOMIC_T
271
272/* Define to 1 if you have the `snprintf' function. */
273#undef HAVE_SNPRINTF
274
275/* Define to 1 if the system has the type `stack_t'. */
276#undef HAVE_STACK_T
277
278/* Define to 1 if stdbool.h conforms to C99. */
279#undef HAVE_STDBOOL_H
280
281/* Define to 1 if you have the <stdint.h> header file. */
282#undef HAVE_STDINT_H
283
284/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
285 uintmax_t. */
286#undef HAVE_STDINT_H_WITH_UINTMAX
287
288/* Define to 1 if you have the <stdio_ext.h> header file. */
289#undef HAVE_STDIO_EXT_H
290
291/* Define to 1 if you have the <stdlib.h> header file. */
292#undef HAVE_STDLIB_H
293
294/* Define to 1 if you have the `strerror' function. */
295#undef HAVE_STRERROR
296
297/* Define to 1 if you have the `strerror_r' function. */
298#undef HAVE_STRERROR_R
299
300/* Define to 1 if you have the <strings.h> header file. */
301#undef HAVE_STRINGS_H
302
303/* Define to 1 if you have the <string.h> header file. */
304#undef HAVE_STRING_H
305
306/* Define to 1 if you have the `strncasecmp' function. */
307#undef HAVE_STRNCASECMP
308
309/* Define to 1 if you have the `strtol' function. */
310#undef HAVE_STRTOL
311
312/* Define to 1 if `sa_sigaction' is member of `struct sigaction'. */
313#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
314
315/* Define to 1 if you have the <sys/bitypes.h> header file. */
316#undef HAVE_SYS_BITYPES_H
317
318/* Define to 1 if you have the <sys/inttypes.h> header file. */
319#undef HAVE_SYS_INTTYPES_H
320
321/* Define to 1 if you have the <sys/param.h> header file. */
322#undef HAVE_SYS_PARAM_H
323
324/* Define to 1 if you have the <sys/stat.h> header file. */
325#undef HAVE_SYS_STAT_H
326
327/* Define to 1 if you have the <sys/time.h> header file. */
328#undef HAVE_SYS_TIME_H
329
330/* Define to 1 if you have the <sys/types.h> header file. */
331#undef HAVE_SYS_TYPES_H
332
333/* Define to 1 if you have the <sys/wait.h> header file. */
334#undef HAVE_SYS_WAIT_H
335
336/* Define to 1 if you have the <unistd.h> header file. */
337#undef HAVE_UNISTD_H
338
339/* Define to 1 if the system has the type `unsigned long long int'. */
340#undef HAVE_UNSIGNED_LONG_LONG_INT
341
342/* Define to 1 if you have the `vasnprintf' function. */
343#undef HAVE_VASNPRINTF
344
345/* Define to 1 if you have the `vasprintf' function. */
346#undef HAVE_VASPRINTF
347
348/* Define to 1 if you have the <wchar.h> header file. */
349#undef HAVE_WCHAR_H
350
351/* Define if you have the 'wchar_t' type. */
352#undef HAVE_WCHAR_T
353
354/* Define to 1 if you have the `wcrtomb' function. */
355#undef HAVE_WCRTOMB
356
357/* Define to 1 if you have the `wcscoll' function. */
358#undef HAVE_WCSCOLL
359
360/* Define to 1 if you have the `wcslen' function. */
361#undef HAVE_WCSLEN
362
363/* Define to 1 if you have the <wctype.h> header file. */
364#undef HAVE_WCTYPE_H
365
366/* Define to 1 if you have the `wcwidth' function. */
367#undef HAVE_WCWIDTH
368
369/* Define if you have the 'wint_t' type. */
370#undef HAVE_WINT_T
371
372/* Define to 1 if the system has the type `_Bool'. */
373#undef HAVE__BOOL
374
375/* Define to 1 if you have the `__fpending' function. */
376#undef HAVE___FPENDING
377
378/* Define to 1 if you have the `__secure_getenv' function. */
379#undef HAVE___SECURE_GETENV
380
381/* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
382#undef MALLOC_0_IS_NONNULL
383
384/* Name of package */
385#undef PACKAGE
386
387/* Define to the address where bug reports for this package should be sent. */
388#undef PACKAGE_BUGREPORT
389
390/* Define to the full name of this package. */
391#undef PACKAGE_NAME
392
393/* Define to the full name and version of this package. */
394#undef PACKAGE_STRING
395
396/* Define to the one symbol short name of this package. */
397#undef PACKAGE_TARNAME
398
399/* Define to the version of this package. */
400#undef PACKAGE_VERSION
401
402/* the number of pending output bytes on stream `fp' */
403#undef PENDING_OUTPUT_N_BYTES
404
405/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
406 'ptrdiff_t'. */
407#undef PTRDIFF_T_SUFFIX
408
409/* Define as the return type of signal handlers (`int' or `void'). */
410#undef RETSIGTYPE
411
412/* Define if lists must be signal-safe. */
413#undef SIGNAL_SAFE_LIST
414
415/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
416 'sig_atomic_t'. */
417#undef SIG_ATOMIC_T_SUFFIX
418
419/* Define as the maximum value of type 'size_t', if the system doesn't define
420 it. */
421#undef SIZE_MAX
422
423/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
424 'size_t'. */
425#undef SIZE_T_SUFFIX
426
427/* If using the C implementation of alloca, define if you know the
428 direction of stack growth for your system; otherwise it will be
429 automatically deduced at runtime.
430 STACK_DIRECTION > 0 => grows toward higher addresses
431 STACK_DIRECTION < 0 => grows toward lower addresses
432 STACK_DIRECTION = 0 => direction of growth unknown */
433#undef STACK_DIRECTION
434
435/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
436#undef STAT_MACROS_BROKEN
437
438/* Define to 1 if you have the ANSI C header files. */
439#undef STDC_HEADERS
440
441/* Define to 1 if strerror_r returns char *. */
442#undef STRERROR_R_CHAR_P
443
444/* Define to 1 if using stack overflow detection */
445#undef USE_STACKOVF
446
447/* Define to 1 if you want getc etc. to use unlocked I/O if available.
448 Unlocked I/O can improve performance in unithreaded apps, but it is not
449 safe for multithreaded apps. */
450#undef USE_UNLOCKED_IO
451
452/* Version number of package */
453#undef VERSION
454
455/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
456 'wchar_t'. */
457#undef WCHAR_T_SUFFIX
458
459/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
460 'wint_t'. */
461#undef WINT_T_SUFFIX
462
463/* Define to 1 if malloc debugging is enabled */
464#undef WITH_DMALLOC
465
466/* Define to 1 if on AIX 3.
467 System headers sometimes define this.
468 We just want to avoid a redefinition error message. */
469#ifndef _ALL_SOURCE
470# undef _ALL_SOURCE
471#endif
472
473/* Number of bits in a file offset, on hosts where this is settable. */
474#undef _FILE_OFFSET_BITS
475
476/* Enable GNU extensions on systems that have them. */
477#ifndef _GNU_SOURCE
478# undef _GNU_SOURCE
479#endif
480
481/* Define for large files, on AIX-style hosts. */
482#undef _LARGE_FILES
483
484/* Define to 1 if on MINIX. */
485#undef _MINIX
486
487/* Define to 2 if the system does not provide POSIX.1 features except with
488 this defined. */
489#undef _POSIX_1_SOURCE
490
491/* Define to 1 if you need to in order for `stat' and other things to work. */
492#undef _POSIX_SOURCE
493
494/* Define if you want regoff_t to be at least as wide POSIX requires. */
495#undef _REGEX_LARGE_OFFSETS
496
497/* Enable extensions on Solaris. */
498#ifndef __EXTENSIONS__
499# undef __EXTENSIONS__
500#endif
501#ifndef _POSIX_PTHREAD_SEMANTICS
502# undef _POSIX_PTHREAD_SEMANTICS
503#endif
504#ifndef _TANDEM_SOURCE
505# undef _TANDEM_SOURCE
506#endif
507
508/* Define to rpl_ if the getopt replacement functions and variables should be
509 used. */
510#undef __GETOPT_PREFIX
511
512/* Define to rpl_ if the mkstemp replacement function should be used. */
513#undef __MKSTEMP_PREFIX
514
515/* Define to rpl_free if the replacement function should be used. */
516#undef free
517
518/* A replacement for va_copy, if needed. */
519#define gl_va_copy(a,b) ((a) = (b))
520
521/* Define to `__inline__' or `__inline' if that's what the C compiler
522 calls it, or to nothing if 'inline' is not supported under any name. */
523#ifndef __cplusplus
524#undef inline
525#endif
526
527/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
528#undef intmax_t
529
530/* Define to rpl_malloc if the replacement function should be used. */
531#undef malloc
532
533/* Define to a type if <wchar.h> does not define. */
534#undef mbstate_t
535
536/* Define to rpl_re_comp if the replacement should be used. */
537#undef re_comp
538
539/* Define to rpl_re_compile_fastmap if the replacement should be used. */
540#undef re_compile_fastmap
541
542/* Define to rpl_re_compile_pattern if the replacement should be used. */
543#undef re_compile_pattern
544
545/* Define to rpl_re_exec if the replacement should be used. */
546#undef re_exec
547
548/* Define to rpl_re_match if the replacement should be used. */
549#undef re_match
550
551/* Define to rpl_re_match_2 if the replacement should be used. */
552#undef re_match_2
553
554/* Define to rpl_re_search if the replacement should be used. */
555#undef re_search
556
557/* Define to rpl_re_search_2 if the replacement should be used. */
558#undef re_search_2
559
560/* Define to rpl_re_set_registers if the replacement should be used. */
561#undef re_set_registers
562
563/* Define to rpl_re_set_syntax if the replacement should be used. */
564#undef re_set_syntax
565
566/* Define to rpl_re_syntax_options if the replacement should be used. */
567#undef re_syntax_options
568
569/* Define to rpl_regcomp if the replacement should be used. */
570#undef regcomp
571
572/* Define to rpl_regerror if the replacement should be used. */
573#undef regerror
574
575/* Define to rpl_regexec if the replacement should be used. */
576#undef regexec
577
578/* Define to rpl_regfree if the replacement should be used. */
579#undef regfree
580
581/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
582 supported. Do not define if restrict is supported directly. */
583#undef restrict
584
585/* Define to int if rlim_t is not defined in sys/resource.h */
586#undef rlim_t
587
588/* Define as an integer type suitable for memory locations that can be
589 accessed atomically even in the presence of asynchnonous signals. */
590#undef sig_atomic_t
591
592/* Define to `unsigned int' if <sys/types.h> does not define. */
593#undef size_t
594
595/* Define as a signed type of the same size as size_t. */
596#undef ssize_t
597
598/* Define to struct sigaltstack if stack_t is not in signal.h */
599#undef stack_t
600
601/* Define as a macro for copying va_list variables. */
602#undef va_copy
Note: See TracBrowser for help on using the repository browser.