fcb1acdb8680b9e0766e68c79f6444754ae864c3
[dragonfly.git] / usr.bin / flex / config.h
1 /* config.h.  Generated from conf.in by configure.  */
2 /* conf.in.  Generated from configure.in by autoheader.  */
3
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5    systems. This function is required for `alloca.c' support on those systems.
6    */
7 /* #undef CRAY_STACKSEG_END */
8
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 /* #undef ENABLE_NLS */
15
16 /* Define to 1 if you have `alloca', as a function or macro. */
17 #define HAVE_ALLOCA 1
18
19 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
20    */
21 /* #undef HAVE_ALLOCA_H */
22
23 /* Define if the GNU dcgettext() function is already present or preinstalled.
24    */
25 /* #undef HAVE_DCGETTEXT */
26
27 /* Define to 1 if you have the `dup2' function. */
28 #define HAVE_DUP2 1
29
30 /* Define to 1 if you have the `fork' function. */
31 #define HAVE_FORK 1
32
33 /* Define if the GNU gettext() function is already present or preinstalled. */
34 /* #undef HAVE_GETTEXT */
35
36 /* Define if you have the iconv() function. */
37 #define HAVE_ICONV 1
38
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #define HAVE_INTTYPES_H 1
41
42 /* Define to 1 if you have the `isascii' function. */
43 #define HAVE_ISASCII 1
44
45 /* Define to 1 if you have the <libintl.h> header file. */
46 /* #undef HAVE_LIBINTL_H */
47
48 /* Define to 1 if you have the `m' library (-lm). */
49 #define HAVE_LIBM 1
50
51 /* pthread library */
52 #define HAVE_LIBPTHREAD 1
53
54 /* Define to 1 if you have the <limits.h> header file. */
55 #define HAVE_LIMITS_H 1
56
57 /* Define to 1 if you have the <locale.h> header file. */
58 #define HAVE_LOCALE_H 1
59
60 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
61    to 0 otherwise. */
62 #define HAVE_MALLOC 1
63
64 /* Define to 1 if you have the <malloc.h> header file. */
65 /* #undef HAVE_MALLOC_H */
66
67 /* Define to 1 if you have the <memory.h> header file. */
68 #define HAVE_MEMORY_H 1
69
70 /* Define to 1 if you have the `memset' function. */
71 #define HAVE_MEMSET 1
72
73 /* Define to 1 if you have the <netinet/in.h> header file. */
74 #define HAVE_NETINET_IN_H 1
75
76 /* Define to 1 if you have the `pow' function. */
77 #define HAVE_POW 1
78
79 /* Define to 1 if you have the <pthread.h> header file. */
80 #define HAVE_PTHREAD_H 1
81
82 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
83    and to 0 otherwise. */
84 #define HAVE_REALLOC 1
85
86 /* Define to 1 if you have the `regcomp' function. */
87 #define HAVE_REGCOMP 1
88
89 /* Define to 1 if you have the <regex.h> header file. */
90 #define HAVE_REGEX_H 1
91
92 /* Define to 1 if you have the `setlocale' function. */
93 #define HAVE_SETLOCALE 1
94
95 /* Define to 1 if stdbool.h conforms to C99. */
96 #define HAVE_STDBOOL_H 1
97
98 /* Define to 1 if you have the <stddef.h> header file. */
99 #define HAVE_STDDEF_H 1
100
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #define HAVE_STDINT_H 1
103
104 /* Define to 1 if you have the <stdlib.h> header file. */
105 #define HAVE_STDLIB_H 1
106
107 /* Define to 1 if you have the `strchr' function. */
108 #define HAVE_STRCHR 1
109
110 /* Define to 1 if you have the <strings.h> header file. */
111 #define HAVE_STRINGS_H 1
112
113 /* Define to 1 if you have the <string.h> header file. */
114 #define HAVE_STRING_H 1
115
116 /* Define to 1 if you have the `strtol' function. */
117 #define HAVE_STRTOL 1
118
119 /* Define to 1 if you have the <sys/stat.h> header file. */
120 #define HAVE_SYS_STAT_H 1
121
122 /* Define to 1 if you have the <sys/types.h> header file. */
123 #define HAVE_SYS_TYPES_H 1
124
125 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
126 #define HAVE_SYS_WAIT_H 1
127
128 /* Define to 1 if you have the <unistd.h> header file. */
129 #define HAVE_UNISTD_H 1
130
131 /* Define to 1 if you have the `vfork' function. */
132 #define HAVE_VFORK 1
133
134 /* Define to 1 if you have the <vfork.h> header file. */
135 /* #undef HAVE_VFORK_H */
136
137 /* Define to 1 if `fork' works. */
138 #define HAVE_WORKING_FORK 1
139
140 /* Define to 1 if `vfork' works. */
141 #define HAVE_WORKING_VFORK 1
142
143 /* Define to 1 if the system has the type `_Bool'. */
144 #define HAVE__BOOL 1
145
146 /* Define to the m4 executable name. */
147 #define M4 "/usr/bin/m4"
148
149 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
150 /* #undef NO_MINUS_C_MINUS_O */
151
152 /* Name of package */
153 #define PACKAGE "flex"
154
155 /* Define to the address where bug reports for this package should be sent. */
156 #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
157
158 /* Define to the full name of this package. */
159 #define PACKAGE_NAME "the fast lexical analyser generator"
160
161 /* Define to the full name and version of this package. */
162 #define PACKAGE_STRING "the fast lexical analyser generator 2.5.37"
163
164 /* Define to the one symbol short name of this package. */
165 #define PACKAGE_TARNAME "flex"
166
167 /* Define to the home page for this package. */
168 #define PACKAGE_URL ""
169
170 /* Define to the version of this package. */
171 #define PACKAGE_VERSION "2.5.37"
172
173 /* If using the C implementation of alloca, define if you know the
174    direction of stack growth for your system; otherwise it will be
175    automatically deduced at runtime.
176         STACK_DIRECTION > 0 => grows toward higher addresses
177         STACK_DIRECTION < 0 => grows toward lower addresses
178         STACK_DIRECTION = 0 => direction of growth unknown */
179 /* #undef STACK_DIRECTION */
180
181 /* Define to 1 if you have the ANSI C header files. */
182 #define STDC_HEADERS 1
183
184 /* Version number of package */
185 #define VERSION "2.5.37"
186
187 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
188    `char[]'. */
189 #define YYTEXT_POINTER 1
190
191 /* Define to empty if `const' does not conform to ANSI C. */
192 /* #undef const */
193
194 /* Define to rpl_malloc if the replacement function should be used. */
195 /* #undef malloc */
196
197 /* Define to `int' if <sys/types.h> does not define. */
198 /* #undef pid_t */
199
200 /* Define to rpl_realloc if the replacement function should be used. */
201 /* #undef realloc */
202
203 /* Define to `unsigned int' if <sys/types.h> does not define. */
204 /* #undef size_t */
205
206 /* Define as `fork' if `vfork' does not work. */
207 /* #undef vfork */