1250881Sjkim/* config.h.  Generated from conf.in by configure.  */
2250881Sjkim/* conf.in.  Generated from configure.in by autoheader.  */
350488Speter/* $FreeBSD: releng/10.3/usr.bin/lex/config.h 250881 2013-05-21 19:32:35Z jkim $ */
416514Snate
5250881Sjkim/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6250881Sjkim   systems. This function is required for `alloca.c' support on those systems.
7250881Sjkim   */
8250881Sjkim/* #undef CRAY_STACKSEG_END */
916514Snate
10250881Sjkim/* Define to 1 if using `alloca.c'. */
11250881Sjkim/* #undef C_ALLOCA */
1216514Snate
13250881Sjkim/* Define to 1 if translation of program messages to the user's native
14250881Sjkim   language is requested. */
15250881Sjkim/* #undef ENABLE_NLS */
1616514Snate
17250881Sjkim/* Define to 1 if you have `alloca', as a function or macro. */
18250881Sjkim#define HAVE_ALLOCA 1
19250881Sjkim
20250881Sjkim/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21250881Sjkim   */
22250881Sjkim/* #undef HAVE_ALLOCA_H */
23250881Sjkim
24250881Sjkim/* Define if the GNU dcgettext() function is already present or preinstalled.
25250881Sjkim   */
26250881Sjkim/* #undef HAVE_DCGETTEXT */
27250881Sjkim
28250881Sjkim/* Define to 1 if you have the `dup2' function. */
29250881Sjkim#define HAVE_DUP2 1
30250881Sjkim
31250881Sjkim/* Define to 1 if you have the `fork' function. */
32250881Sjkim#define HAVE_FORK 1
33250881Sjkim
34250881Sjkim/* Define if the GNU gettext() function is already present or preinstalled. */
35250881Sjkim/* #undef HAVE_GETTEXT */
36250881Sjkim
37250881Sjkim/* Define if you have the iconv() function. */
38250881Sjkim/* #undef HAVE_ICONV */
39250881Sjkim
40250881Sjkim/* Define to 1 if you have the <inttypes.h> header file. */
41250881Sjkim#define HAVE_INTTYPES_H 1
42250881Sjkim
43250881Sjkim/* Define to 1 if you have the `isascii' function. */
44250881Sjkim#define HAVE_ISASCII 1
45250881Sjkim
46250881Sjkim/* Define to 1 if you have the <libintl.h> header file. */
47250881Sjkim/* #undef HAVE_LIBINTL_H */
48250881Sjkim
49250881Sjkim/* Define to 1 if you have the `m' library (-lm). */
50250881Sjkim#define HAVE_LIBM 1
51250881Sjkim
52250881Sjkim/* pthread library */
53250881Sjkim#define HAVE_LIBPTHREAD 1
54250881Sjkim
55250881Sjkim/* Define to 1 if you have the <limits.h> header file. */
56250881Sjkim#define HAVE_LIMITS_H 1
57250881Sjkim
58250881Sjkim/* Define to 1 if you have the <locale.h> header file. */
59250881Sjkim#define HAVE_LOCALE_H 1
60250881Sjkim
61250881Sjkim/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
62250881Sjkim   to 0 otherwise. */
63250881Sjkim#define HAVE_MALLOC 1
64250881Sjkim
65250881Sjkim/* Define to 1 if you have the <malloc.h> header file. */
6616514Snate/* #undef HAVE_MALLOC_H */
6716514Snate
68250881Sjkim/* Define to 1 if you have the <memory.h> header file. */
69250881Sjkim#define HAVE_MEMORY_H 1
70250881Sjkim
71250881Sjkim/* Define to 1 if you have the `memset' function. */
72250881Sjkim#define HAVE_MEMSET 1
73250881Sjkim
74250881Sjkim/* Define to 1 if you have the <netinet/in.h> header file. */
75250881Sjkim#define HAVE_NETINET_IN_H 1
76250881Sjkim
77250881Sjkim/* Define to 1 if you have the `pow' function. */
78250881Sjkim#define HAVE_POW 1
79250881Sjkim
80250881Sjkim/* Define to 1 if you have the <pthread.h> header file. */
81250881Sjkim#define HAVE_PTHREAD_H 1
82250881Sjkim
83250881Sjkim/* Define to 1 if your system has a GNU libc compatible `realloc' function,
84250881Sjkim   and to 0 otherwise. */
85250881Sjkim#define HAVE_REALLOC 1
86250881Sjkim
87250881Sjkim/* Define to 1 if you have the `regcomp' function. */
88250881Sjkim#define HAVE_REGCOMP 1
89250881Sjkim
90250881Sjkim/* Define to 1 if you have the <regex.h> header file. */
91250881Sjkim#define HAVE_REGEX_H 1
92250881Sjkim
93250881Sjkim/* Define to 1 if you have the `setlocale' function. */
94250881Sjkim#define HAVE_SETLOCALE 1
95250881Sjkim
96250881Sjkim/* Define to 1 if stdbool.h conforms to C99. */
97250881Sjkim#define HAVE_STDBOOL_H 1
98250881Sjkim
99250881Sjkim/* Define to 1 if you have the <stddef.h> header file. */
100250881Sjkim#define HAVE_STDDEF_H 1
101250881Sjkim
102250881Sjkim/* Define to 1 if you have the <stdint.h> header file. */
103250881Sjkim#define HAVE_STDINT_H 1
104250881Sjkim
105250881Sjkim/* Define to 1 if you have the <stdlib.h> header file. */
106250881Sjkim#define HAVE_STDLIB_H 1
107250881Sjkim
108250881Sjkim/* Define to 1 if you have the `strchr' function. */
109250881Sjkim#define HAVE_STRCHR 1
110250881Sjkim
111250881Sjkim/* Define to 1 if you have the <strings.h> header file. */
112250881Sjkim#define HAVE_STRINGS_H 1
113250881Sjkim
114250881Sjkim/* Define to 1 if you have the <string.h> header file. */
11516514Snate#define HAVE_STRING_H 1
11616514Snate
117250881Sjkim/* Define to 1 if you have the `strtol' function. */
118250881Sjkim#define HAVE_STRTOL 1
119250881Sjkim
120250881Sjkim/* Define to 1 if you have the <sys/stat.h> header file. */
121250881Sjkim#define HAVE_SYS_STAT_H 1
122250881Sjkim
123250881Sjkim/* Define to 1 if you have the <sys/types.h> header file. */
12416514Snate#define HAVE_SYS_TYPES_H 1
12516514Snate
126250881Sjkim/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
127250881Sjkim#define HAVE_SYS_WAIT_H 1
12816514Snate
129250881Sjkim/* Define to 1 if you have the <unistd.h> header file. */
130250881Sjkim#define HAVE_UNISTD_H 1
131250881Sjkim
132250881Sjkim/* Define to 1 if you have the `vfork' function. */
133250881Sjkim#define HAVE_VFORK 1
134250881Sjkim
135250881Sjkim/* Define to 1 if you have the <vfork.h> header file. */
136250881Sjkim/* #undef HAVE_VFORK_H */
137250881Sjkim
138250881Sjkim/* Define to 1 if `fork' works. */
139250881Sjkim#define HAVE_WORKING_FORK 1
140250881Sjkim
141250881Sjkim/* Define to 1 if `vfork' works. */
142250881Sjkim#define HAVE_WORKING_VFORK 1
143250881Sjkim
144250881Sjkim/* Define to 1 if the system has the type `_Bool'. */
145250881Sjkim#define HAVE__BOOL 1
146250881Sjkim
147250881Sjkim/* Define to the m4 executable name. */
148250881Sjkim#define M4 "m4"
149250881Sjkim
150250881Sjkim/* Define to 1 if your C compiler doesn't accept -c and -o together. */
151250881Sjkim/* #undef NO_MINUS_C_MINUS_O */
152250881Sjkim
153250881Sjkim/* Name of package */
154250881Sjkim#define PACKAGE "flex"
155250881Sjkim
156250881Sjkim/* Define to the address where bug reports for this package should be sent. */
157250881Sjkim#define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
158250881Sjkim
159250881Sjkim/* Define to the full name of this package. */
160250881Sjkim#define PACKAGE_NAME "the fast lexical analyser generator"
161250881Sjkim
162250881Sjkim/* Define to the full name and version of this package. */
163250881Sjkim#define PACKAGE_STRING "the fast lexical analyser generator 2.5.37"
164250881Sjkim
165250881Sjkim/* Define to the one symbol short name of this package. */
166250881Sjkim#define PACKAGE_TARNAME "flex"
167250881Sjkim
168250881Sjkim/* Define to the home page for this package. */
169250881Sjkim#define PACKAGE_URL ""
170250881Sjkim
171250881Sjkim/* Define to the version of this package. */
172250881Sjkim#define PACKAGE_VERSION "2.5.37"
173250881Sjkim
174250881Sjkim/* If using the C implementation of alloca, define if you know the
175250881Sjkim   direction of stack growth for your system; otherwise it will be
176250881Sjkim   automatically deduced at runtime.
177250881Sjkim	STACK_DIRECTION > 0 => grows toward higher addresses
178250881Sjkim	STACK_DIRECTION < 0 => grows toward lower addresses
179250881Sjkim	STACK_DIRECTION = 0 => direction of growth unknown */
180250881Sjkim/* #undef STACK_DIRECTION */
181250881Sjkim
182250881Sjkim/* Define to 1 if you have the ANSI C header files. */
183250881Sjkim#define STDC_HEADERS 1
184250881Sjkim
185250881Sjkim/* Version number of package */
186250881Sjkim#define VERSION "2.5.37"
187250881Sjkim
188250881Sjkim/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
189250881Sjkim   `char[]'. */
190250881Sjkim#define YYTEXT_POINTER 1
191250881Sjkim
192250881Sjkim/* Define to empty if `const' does not conform to ANSI C. */
193250881Sjkim/* #undef const */
194250881Sjkim
195250881Sjkim/* Define to rpl_malloc if the replacement function should be used. */
196250881Sjkim/* #undef malloc */
197250881Sjkim
198250881Sjkim/* Define to `int' if <sys/types.h> does not define. */
199250881Sjkim/* #undef pid_t */
200250881Sjkim
201250881Sjkim/* Define to rpl_realloc if the replacement function should be used. */
202250881Sjkim/* #undef realloc */
203250881Sjkim
204250881Sjkim/* Define to `unsigned int' if <sys/types.h> does not define. */
205250881Sjkim/* #undef size_t */
206250881Sjkim
207250881Sjkim/* Define as `fork' if `vfork' does not work. */
208250881Sjkim/* #undef vfork */
209