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