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