xref: /dragonfly/usr.bin/flex/config.h (revision 8b5b70d0)
1*8b5b70d0SMatthew Dillon 
2*8b5b70d0SMatthew Dillon #include <sys/param.h>
3*8b5b70d0SMatthew Dillon 
468d6f99bSSascha Wildner /* src/config.h.  Generated from config.h.in by configure.  */
568d6f99bSSascha Wildner /* src/config.h.in.  Generated from configure.ac by autoheader.  */
6553fe7b8SJohn Marino 
7553fe7b8SJohn Marino /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8553fe7b8SJohn Marino    systems. This function is required for `alloca.c' support on those systems.
9553fe7b8SJohn Marino    */
10553fe7b8SJohn Marino /* #undef CRAY_STACKSEG_END */
11553fe7b8SJohn Marino 
12553fe7b8SJohn Marino /* Define to 1 if using `alloca.c'. */
13553fe7b8SJohn Marino /* #undef C_ALLOCA */
14553fe7b8SJohn Marino 
15553fe7b8SJohn Marino /* Define to 1 if translation of program messages to the user's native
16553fe7b8SJohn Marino    language is requested. */
17553fe7b8SJohn Marino /* #undef ENABLE_NLS */
18553fe7b8SJohn Marino 
19553fe7b8SJohn Marino /* Define to 1 if you have `alloca', as a function or macro. */
20553fe7b8SJohn Marino #define HAVE_ALLOCA 1
21553fe7b8SJohn Marino 
22553fe7b8SJohn Marino /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
23553fe7b8SJohn Marino    */
2468d6f99bSSascha Wildner #define HAVE_ALLOCA_H 1
2568d6f99bSSascha Wildner 
2668d6f99bSSascha Wildner /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
2768d6f99bSSascha Wildner    CoreFoundation framework. */
2868d6f99bSSascha Wildner /* #undef HAVE_CFLOCALECOPYCURRENT */
2968d6f99bSSascha Wildner 
3068d6f99bSSascha Wildner /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
3168d6f99bSSascha Wildner    the CoreFoundation framework. */
3268d6f99bSSascha Wildner /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
33553fe7b8SJohn Marino 
34553fe7b8SJohn Marino /* Define if the GNU dcgettext() function is already present or preinstalled.
35553fe7b8SJohn Marino    */
36553fe7b8SJohn Marino /* #undef HAVE_DCGETTEXT */
37553fe7b8SJohn Marino 
3868d6f99bSSascha Wildner /* Define to 1 if you have the <dlfcn.h> header file. */
3968d6f99bSSascha Wildner #define HAVE_DLFCN_H 1
4068d6f99bSSascha Wildner 
41553fe7b8SJohn Marino /* Define to 1 if you have the `dup2' function. */
42553fe7b8SJohn Marino #define HAVE_DUP2 1
43553fe7b8SJohn Marino 
44553fe7b8SJohn Marino /* Define to 1 if you have the `fork' function. */
45553fe7b8SJohn Marino #define HAVE_FORK 1
46553fe7b8SJohn Marino 
47553fe7b8SJohn Marino /* Define if the GNU gettext() function is already present or preinstalled. */
48553fe7b8SJohn Marino /* #undef HAVE_GETTEXT */
49553fe7b8SJohn Marino 
5068d6f99bSSascha Wildner /* Define if you have the iconv() function and it works. */
51553fe7b8SJohn Marino #define HAVE_ICONV 1
52553fe7b8SJohn Marino 
53553fe7b8SJohn Marino /* Define to 1 if you have the <inttypes.h> header file. */
54553fe7b8SJohn Marino #define HAVE_INTTYPES_H 1
55553fe7b8SJohn Marino 
56553fe7b8SJohn Marino /* Define to 1 if you have the <libintl.h> header file. */
57553fe7b8SJohn Marino /* #undef HAVE_LIBINTL_H */
58553fe7b8SJohn Marino 
59553fe7b8SJohn Marino /* Define to 1 if you have the `m' library (-lm). */
60553fe7b8SJohn Marino #define HAVE_LIBM 1
61553fe7b8SJohn Marino 
62553fe7b8SJohn Marino /* Define to 1 if you have the <limits.h> header file. */
63553fe7b8SJohn Marino #define HAVE_LIMITS_H 1
64553fe7b8SJohn Marino 
65553fe7b8SJohn Marino /* Define to 1 if you have the <locale.h> header file. */
66553fe7b8SJohn Marino #define HAVE_LOCALE_H 1
67553fe7b8SJohn Marino 
68553fe7b8SJohn Marino /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
69553fe7b8SJohn Marino    to 0 otherwise. */
70553fe7b8SJohn Marino #define HAVE_MALLOC 1
71553fe7b8SJohn Marino 
72553fe7b8SJohn Marino /* Define to 1 if you have the <malloc.h> header file. */
7302b66c54SSascha Wildner /* #undef HAVE_MALLOC_H */
74553fe7b8SJohn Marino 
75553fe7b8SJohn Marino /* Define to 1 if you have the <memory.h> header file. */
76553fe7b8SJohn Marino #define HAVE_MEMORY_H 1
77553fe7b8SJohn Marino 
78553fe7b8SJohn Marino /* Define to 1 if you have the `memset' function. */
79553fe7b8SJohn Marino #define HAVE_MEMSET 1
80553fe7b8SJohn Marino 
81553fe7b8SJohn Marino /* Define to 1 if you have the <netinet/in.h> header file. */
82553fe7b8SJohn Marino #define HAVE_NETINET_IN_H 1
83553fe7b8SJohn Marino 
84553fe7b8SJohn Marino /* Define to 1 if you have the `pow' function. */
85553fe7b8SJohn Marino #define HAVE_POW 1
86553fe7b8SJohn Marino 
87553fe7b8SJohn Marino /* Define to 1 if you have the <pthread.h> header file. */
88553fe7b8SJohn Marino #define HAVE_PTHREAD_H 1
89553fe7b8SJohn Marino 
90553fe7b8SJohn Marino /* Define to 1 if your system has a GNU libc compatible `realloc' function,
91553fe7b8SJohn Marino    and to 0 otherwise. */
92553fe7b8SJohn Marino #define HAVE_REALLOC 1
93553fe7b8SJohn Marino 
94*8b5b70d0SMatthew Dillon #if __DragonFly_version >= 500501
9568d6f99bSSascha Wildner /* Define to 1 if you have the `reallocarray' function. */
9668d6f99bSSascha Wildner #define HAVE_REALLOCARRAY 1
97*8b5b70d0SMatthew Dillon #endif
9868d6f99bSSascha Wildner 
99553fe7b8SJohn Marino /* Define to 1 if you have the `regcomp' function. */
100553fe7b8SJohn Marino #define HAVE_REGCOMP 1
101553fe7b8SJohn Marino 
102553fe7b8SJohn Marino /* Define to 1 if you have the <regex.h> header file. */
103553fe7b8SJohn Marino #define HAVE_REGEX_H 1
104553fe7b8SJohn Marino 
105553fe7b8SJohn Marino /* Define to 1 if you have the `setlocale' function. */
106553fe7b8SJohn Marino #define HAVE_SETLOCALE 1
107553fe7b8SJohn Marino 
108553fe7b8SJohn Marino /* Define to 1 if stdbool.h conforms to C99. */
109553fe7b8SJohn Marino #define HAVE_STDBOOL_H 1
110553fe7b8SJohn Marino 
111553fe7b8SJohn Marino /* Define to 1 if you have the <stdint.h> header file. */
112553fe7b8SJohn Marino #define HAVE_STDINT_H 1
113553fe7b8SJohn Marino 
114553fe7b8SJohn Marino /* Define to 1 if you have the <stdlib.h> header file. */
115553fe7b8SJohn Marino #define HAVE_STDLIB_H 1
116553fe7b8SJohn Marino 
11768d6f99bSSascha Wildner /* Define to 1 if you have the `strcasecmp' function. */
11868d6f99bSSascha Wildner #define HAVE_STRCASECMP 1
11968d6f99bSSascha Wildner 
120553fe7b8SJohn Marino /* Define to 1 if you have the `strchr' function. */
121553fe7b8SJohn Marino #define HAVE_STRCHR 1
122553fe7b8SJohn Marino 
12368d6f99bSSascha Wildner /* Define to 1 if you have the `strdup' function. */
12468d6f99bSSascha Wildner #define HAVE_STRDUP 1
12568d6f99bSSascha Wildner 
126553fe7b8SJohn Marino /* Define to 1 if you have the <strings.h> header file. */
127553fe7b8SJohn Marino #define HAVE_STRINGS_H 1
128553fe7b8SJohn Marino 
129553fe7b8SJohn Marino /* Define to 1 if you have the <string.h> header file. */
130553fe7b8SJohn Marino #define HAVE_STRING_H 1
131553fe7b8SJohn Marino 
132553fe7b8SJohn Marino /* Define to 1 if you have the `strtol' function. */
133553fe7b8SJohn Marino #define HAVE_STRTOL 1
134553fe7b8SJohn Marino 
135553fe7b8SJohn Marino /* Define to 1 if you have the <sys/stat.h> header file. */
136553fe7b8SJohn Marino #define HAVE_SYS_STAT_H 1
137553fe7b8SJohn Marino 
138553fe7b8SJohn Marino /* Define to 1 if you have the <sys/types.h> header file. */
139553fe7b8SJohn Marino #define HAVE_SYS_TYPES_H 1
140553fe7b8SJohn Marino 
14168d6f99bSSascha Wildner /* Define to 1 if you have the <sys/wait.h> header file. */
142553fe7b8SJohn Marino #define HAVE_SYS_WAIT_H 1
143553fe7b8SJohn Marino 
144553fe7b8SJohn Marino /* Define to 1 if you have the <unistd.h> header file. */
145553fe7b8SJohn Marino #define HAVE_UNISTD_H 1
146553fe7b8SJohn Marino 
147553fe7b8SJohn Marino /* Define to 1 if you have the `vfork' function. */
148553fe7b8SJohn Marino #define HAVE_VFORK 1
149553fe7b8SJohn Marino 
150553fe7b8SJohn Marino /* Define to 1 if you have the <vfork.h> header file. */
151553fe7b8SJohn Marino /* #undef HAVE_VFORK_H */
152553fe7b8SJohn Marino 
153553fe7b8SJohn Marino /* Define to 1 if `fork' works. */
154553fe7b8SJohn Marino #define HAVE_WORKING_FORK 1
155553fe7b8SJohn Marino 
156553fe7b8SJohn Marino /* Define to 1 if `vfork' works. */
157553fe7b8SJohn Marino #define HAVE_WORKING_VFORK 1
158553fe7b8SJohn Marino 
159553fe7b8SJohn Marino /* Define to 1 if the system has the type `_Bool'. */
160553fe7b8SJohn Marino #define HAVE__BOOL 1
161553fe7b8SJohn Marino 
16268d6f99bSSascha Wildner /* Define to the sub-directory where libtool stores uninstalled libraries. */
16368d6f99bSSascha Wildner #define LT_OBJDIR ".libs/"
16468d6f99bSSascha Wildner 
165553fe7b8SJohn Marino /* Define to the m4 executable name. */
166553fe7b8SJohn Marino #define M4 "/usr/bin/m4"
167553fe7b8SJohn Marino 
168553fe7b8SJohn Marino /* Name of package */
169553fe7b8SJohn Marino #define PACKAGE "flex"
170553fe7b8SJohn Marino 
171553fe7b8SJohn Marino /* Define to the address where bug reports for this package should be sent. */
172553fe7b8SJohn Marino #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
173553fe7b8SJohn Marino 
174553fe7b8SJohn Marino /* Define to the full name of this package. */
175553fe7b8SJohn Marino #define PACKAGE_NAME "the fast lexical analyser generator"
176553fe7b8SJohn Marino 
177553fe7b8SJohn Marino /* Define to the full name and version of this package. */
17868d6f99bSSascha Wildner #define PACKAGE_STRING "the fast lexical analyser generator 2.6.4"
179553fe7b8SJohn Marino 
180553fe7b8SJohn Marino /* Define to the one symbol short name of this package. */
181553fe7b8SJohn Marino #define PACKAGE_TARNAME "flex"
182553fe7b8SJohn Marino 
183553fe7b8SJohn Marino /* Define to the home page for this package. */
184553fe7b8SJohn Marino #define PACKAGE_URL ""
185553fe7b8SJohn Marino 
186553fe7b8SJohn Marino /* Define to the version of this package. */
18768d6f99bSSascha Wildner #define PACKAGE_VERSION "2.6.4"
188553fe7b8SJohn Marino 
189553fe7b8SJohn Marino /* If using the C implementation of alloca, define if you know the
190553fe7b8SJohn Marino    direction of stack growth for your system; otherwise it will be
191553fe7b8SJohn Marino    automatically deduced at runtime.
192553fe7b8SJohn Marino 	STACK_DIRECTION > 0 => grows toward higher addresses
193553fe7b8SJohn Marino 	STACK_DIRECTION < 0 => grows toward lower addresses
194553fe7b8SJohn Marino 	STACK_DIRECTION = 0 => direction of growth unknown */
195553fe7b8SJohn Marino /* #undef STACK_DIRECTION */
196553fe7b8SJohn Marino 
197553fe7b8SJohn Marino /* Define to 1 if you have the ANSI C header files. */
198553fe7b8SJohn Marino #define STDC_HEADERS 1
199553fe7b8SJohn Marino 
200553fe7b8SJohn Marino /* Version number of package */
20168d6f99bSSascha Wildner #define VERSION "2.6.4"
202553fe7b8SJohn Marino 
203553fe7b8SJohn Marino /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
204553fe7b8SJohn Marino    `char[]'. */
205553fe7b8SJohn Marino #define YYTEXT_POINTER 1
206553fe7b8SJohn Marino 
207553fe7b8SJohn Marino /* Define to empty if `const' does not conform to ANSI C. */
208553fe7b8SJohn Marino /* #undef const */
209553fe7b8SJohn Marino 
210553fe7b8SJohn Marino /* Define to rpl_malloc if the replacement function should be used. */
211553fe7b8SJohn Marino /* #undef malloc */
212553fe7b8SJohn Marino 
213553fe7b8SJohn Marino /* Define to `int' if <sys/types.h> does not define. */
214553fe7b8SJohn Marino /* #undef pid_t */
215553fe7b8SJohn Marino 
216553fe7b8SJohn Marino /* Define to rpl_realloc if the replacement function should be used. */
217553fe7b8SJohn Marino /* #undef realloc */
218553fe7b8SJohn Marino 
219553fe7b8SJohn Marino /* Define to `unsigned int' if <sys/types.h> does not define. */
220553fe7b8SJohn Marino /* #undef size_t */
221553fe7b8SJohn Marino 
222553fe7b8SJohn Marino /* Define as `fork' if `vfork' does not work. */
223553fe7b8SJohn Marino /* #undef vfork */
224