1/* config.h.  Generated 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#define HAVE_LIBINTL_H 1
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#define HAVE_MALLOC_H 1
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 `setlocale' function. */
90#define HAVE_SETLOCALE 1
91
92/* Define to 1 if stdbool.h conforms to C99. */
93#define HAVE_STDBOOL_H 1
94
95/* Define to 1 if you have the <stddef.h> header file. */
96#define HAVE_STDDEF_H 1
97
98/* Define to 1 if you have the <stdint.h> header file. */
99#define HAVE_STDINT_H 1
100
101/* Define to 1 if you have the <stdlib.h> header file. */
102#define HAVE_STDLIB_H 1
103
104/* Define to 1 if you have the `strchr' function. */
105#define HAVE_STRCHR 1
106
107/* Define to 1 if you have the <strings.h> header file. */
108#define HAVE_STRINGS_H 1
109
110/* Define to 1 if you have the <string.h> header file. */
111#define HAVE_STRING_H 1
112
113/* Define to 1 if you have the `strtol' function. */
114#define HAVE_STRTOL 1
115
116/* Define to 1 if you have the `strcasecmp' function. */
117#define HAVE_STRCASECMP	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
138/* Define to 1 if `fork' works. */
139#define HAVE_WORKING_FORK 1
140
141/* Define to 1 if `vfork' works. */
142#define HAVE_WORKING_VFORK 1
143
144/* Define to 1 if the system has the type `_Bool'. */
145#define HAVE__BOOL 1
146
147/* Define to the GNU M4 executable name. */
148#ifndef M4
149#define M4 "/usr/bin/m4"
150#endif
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.35"
163
164/* Define to the one symbol short name of this package. */
165#define PACKAGE_TARNAME "flex"
166
167/* Define to the version of this package. */
168#define PACKAGE_VERSION "2.5.35"
169
170/* If using the C implementation of alloca, define if you know the
171   direction of stack growth for your system; otherwise it will be
172   automatically deduced at run-time.
173	STACK_DIRECTION > 0 => grows toward higher addresses
174	STACK_DIRECTION < 0 => grows toward lower addresses
175	STACK_DIRECTION = 0 => direction of growth unknown */
176/* #undef STACK_DIRECTION */
177
178/* Define to 1 if you have the ANSI C header files. */
179#define STDC_HEADERS 1
180
181/* Version number of package */
182#define VERSION "2.5.35"
183
184/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
185   `char[]'. */
186#define YYTEXT_POINTER 1
187
188/* Define to empty if `const' does not conform to ANSI C. */
189/* #undef const */
190
191/* Define to rpl_malloc if the replacement function should be used. */
192/* #undef malloc */
193
194/* Define to `int' if <sys/types.h> does not define. */
195/* #undef pid_t */
196
197/* Define to rpl_realloc if the replacement function should be used. */
198/* #undef realloc */
199
200/* Define to `unsigned' if <sys/types.h> does not define. */
201/* #undef size_t */
202
203/* Define as `fork' if `vfork' does not work. */
204/* #undef vfork */
205