* Release 1.4.2.
[m4.git] / config.h.in
blob935ff99423db940b011462225c5bf01dd2b3ce11
1 /* config.h.in. Generated from configure.in by autoheader. */
2 /* Special definitions for GNU m4, processed by autoheader.
3 Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4 Francois Pinard <pinard@iro.umontreal.ca>, 1993.
5 */
7 /* Define to 1 if the changeword(REGEXP) functionnality is wanted. */
8 #undef ENABLE_CHANGEWORD
10 /* Define to 1 if you have ecvt(3), fcvt(3) and gcvt(3), define to 2 if
11 these are declared in <stdlib.h>. */
12 #undef HAVE_EFGCVT
14 /* Define to 1 if #include <signal.h> declares struct sigcontext */
15 #undef HAVE_SIGCONTEXT
17 /* Define to the name of the distribution. */
18 #undef PRODUCT
20 /* Define to 1 if ANSI function prototypes are usable. */
21 #undef PROTOTYPES
23 /* Define to int if rlim_t is not defined in sys/resource.h */
24 #undef rlim_t
26 /* Define to struct sigaltstack if stack_t is not defined in sys/signal.h */
27 #undef stack_t
29 /* Define to 1 if using stack overflow detection. */
30 #undef USE_STACKOVF
32 /* Define to the version of the distribution. */
33 #undef VERSION
35 /* Define to 1 for better use of the debugging malloc library. See
36 site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz. */
37 #undef WITH_DMALLOC
39 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
40 systems. This function is required for `alloca.c' support on those systems.
42 #undef CRAY_STACKSEG_END
44 /* Define to 1 if using `alloca.c'. */
45 #undef C_ALLOCA
47 /* Define to 1 if you have `alloca', as a function or macro. */
48 #undef HAVE_ALLOCA
50 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
52 #undef HAVE_ALLOCA_H
54 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
55 #undef HAVE_DOPRNT
57 /* Define to 1 if you have the `ecvt' function. */
58 #undef HAVE_ECVT
60 /* Define to 1 if you have the <inttypes.h> header file. */
61 #undef HAVE_INTTYPES_H
63 /* Define to 1 if you have the <limits.h> header file. */
64 #undef HAVE_LIMITS_H
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
69 /* Define to 1 if you have the `mkstemp' function. */
70 #undef HAVE_MKSTEMP
72 /* Define to 1 if you have the `sigaction' function. */
73 #undef HAVE_SIGACTION
75 /* Define to 1 if you have the `sigaltstack' function. */
76 #undef HAVE_SIGALTSTACK
78 /* Define to 1 if you have the <siginfo.h> header file. */
79 #undef HAVE_SIGINFO_H
81 /* Define to 1 if you have the `sigstack' function. */
82 #undef HAVE_SIGSTACK
84 /* Define to 1 if you have the `sigvec' function. */
85 #undef HAVE_SIGVEC
87 /* Define to 1 if you have the <stdint.h> header file. */
88 #undef HAVE_STDINT_H
90 /* Define to 1 if you have the <stdlib.h> header file. */
91 #undef HAVE_STDLIB_H
93 /* Define to 1 if you have the `strerror' function. */
94 #undef HAVE_STRERROR
96 /* Define to 1 if you have the <strings.h> header file. */
97 #undef HAVE_STRINGS_H
99 /* Define to 1 if you have the <string.h> header file. */
100 #undef HAVE_STRING_H
102 /* Define to 1 if you have the `strtol' function. */
103 #undef HAVE_STRTOL
105 /* Define to 1 if you have the <sys/stat.h> header file. */
106 #undef HAVE_SYS_STAT_H
108 /* Define to 1 if you have the <sys/types.h> header file. */
109 #undef HAVE_SYS_TYPES_H
111 /* Define to 1 if you have the `tmpfile' function. */
112 #undef HAVE_TMPFILE
114 /* Define to 1 if you have the <unistd.h> header file. */
115 #undef HAVE_UNISTD_H
117 /* Define to 1 if you have the `vprintf' function. */
118 #undef HAVE_VPRINTF
120 /* Define to the address where bug reports for this package should be sent. */
121 #undef PACKAGE_BUGREPORT
123 /* Define to the full name of this package. */
124 #undef PACKAGE_NAME
126 /* Define to the full name and version of this package. */
127 #undef PACKAGE_STRING
129 /* Define to the one symbol short name of this package. */
130 #undef PACKAGE_TARNAME
132 /* Define to the version of this package. */
133 #undef PACKAGE_VERSION
135 /* Define as the return type of signal handlers (`int' or `void'). */
136 #undef RETSIGTYPE
138 /* If using the C implementation of alloca, define if you know the
139 direction of stack growth for your system; otherwise it will be
140 automatically deduced at run-time.
141 STACK_DIRECTION > 0 => grows toward higher addresses
142 STACK_DIRECTION < 0 => grows toward lower addresses
143 STACK_DIRECTION = 0 => direction of growth unknown */
144 #undef STACK_DIRECTION
146 /* Define to 1 if you have the ANSI C header files. */
147 #undef STDC_HEADERS
149 /* Define to 1 if on AIX 3.
150 System headers sometimes define this.
151 We just want to avoid a redefinition error message. */
152 #ifndef _ALL_SOURCE
153 # undef _ALL_SOURCE
154 #endif
156 /* Define to 1 if on MINIX. */
157 #undef _MINIX
159 /* Define to 2 if the system does not provide POSIX.1 features except with
160 this defined. */
161 #undef _POSIX_1_SOURCE
163 /* Define to 1 if you need to in order for `stat' and other things to work. */
164 #undef _POSIX_SOURCE
166 /* Define to empty if `const' does not conform to ANSI C. */
167 #undef const
169 /* Define to `unsigned int' if <sys/types.h> does not define. */
170 #undef size_t