]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/lex/config.h
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / lex / config.h
1 /* config.h.  Generated from conf.in by configure.  */
2 /* conf.in.  Generated from configure.in 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 if the GNU dcgettext() function is already present or preinstalled.
25    */
26 /* #undef HAVE_DCGETTEXT */
27
28 /* Define to 1 if you have the `dup2' function. */
29 #define HAVE_DUP2 1
30
31 /* Define to 1 if you have the `fork' function. */
32 #define HAVE_FORK 1
33
34 /* Define if the GNU gettext() function is already present or preinstalled. */
35 /* #undef HAVE_GETTEXT */
36
37 /* Define if you have the iconv() function. */
38 /* #undef HAVE_ICONV */
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #define HAVE_INTTYPES_H 1
42
43 /* Define to 1 if you have the `isascii' function. */
44 #define HAVE_ISASCII 1
45
46 /* Define to 1 if you have the <libintl.h> header file. */
47 /* #undef HAVE_LIBINTL_H */
48
49 /* Define to 1 if you have the `m' library (-lm). */
50 #define HAVE_LIBM 1
51
52 /* pthread library */
53 #define HAVE_LIBPTHREAD 1
54
55 /* Define to 1 if you have the <limits.h> header file. */
56 #define HAVE_LIMITS_H 1
57
58 /* Define to 1 if you have the <locale.h> header file. */
59 #define HAVE_LOCALE_H 1
60
61 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
62    to 0 otherwise. */
63 #define HAVE_MALLOC 1
64
65 /* Define to 1 if you have the <malloc.h> header file. */
66 /* #undef HAVE_MALLOC_H */
67
68 /* Define to 1 if you have the <memory.h> header file. */
69 #define HAVE_MEMORY_H 1
70
71 /* Define to 1 if you have the `memset' function. */
72 #define HAVE_MEMSET 1
73
74 /* Define to 1 if you have the <netinet/in.h> header file. */
75 #define HAVE_NETINET_IN_H 1
76
77 /* Define to 1 if you have the `pow' function. */
78 #define HAVE_POW 1
79
80 /* Define to 1 if you have the <pthread.h> header file. */
81 #define HAVE_PTHREAD_H 1
82
83 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
84    and to 0 otherwise. */
85 #define HAVE_REALLOC 1
86
87 /* Define to 1 if you have the `regcomp' function. */
88 #define HAVE_REGCOMP 1
89
90 /* Define to 1 if you have the <regex.h> header file. */
91 #define HAVE_REGEX_H 1
92
93 /* Define to 1 if you have the `setlocale' function. */
94 #define HAVE_SETLOCALE 1
95
96 /* Define to 1 if stdbool.h conforms to C99. */
97 #define HAVE_STDBOOL_H 1
98
99 /* Define to 1 if you have the <stddef.h> header file. */
100 #define HAVE_STDDEF_H 1
101
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #define HAVE_STDINT_H 1
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107
108 /* Define to 1 if you have the `strchr' function. */
109 #define HAVE_STRCHR 1
110
111 /* Define to 1 if you have the <strings.h> header file. */
112 #define HAVE_STRINGS_H 1
113
114 /* Define to 1 if you have the <string.h> header file. */
115 #define HAVE_STRING_H 1
116
117 /* Define to 1 if you have the `strtol' function. */
118 #define HAVE_STRTOL 1
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #define HAVE_SYS_STAT_H 1
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #define HAVE_SYS_TYPES_H 1
125
126 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
127 #define HAVE_SYS_WAIT_H 1
128
129 /* Define to 1 if you have the <unistd.h> header file. */
130 #define HAVE_UNISTD_H 1
131
132 /* Define to 1 if you have the `vfork' function. */
133 #define HAVE_VFORK 1
134
135 /* Define to 1 if you have the <vfork.h> header file. */
136 /* #undef HAVE_VFORK_H */
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 m4 executable name. */
148 #define M4 "m4"
149
150 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
151 /* #undef NO_MINUS_C_MINUS_O */
152
153 /* Name of package */
154 #define PACKAGE "flex"
155
156 /* Define to the address where bug reports for this package should be sent. */
157 #define PACKAGE_BUGREPORT "flex-help@lists.sourceforge.net"
158
159 /* Define to the full name of this package. */
160 #define PACKAGE_NAME "the fast lexical analyser generator"
161
162 /* Define to the full name and version of this package. */
163 #define PACKAGE_STRING "the fast lexical analyser generator 2.5.37"
164
165 /* Define to the one symbol short name of this package. */
166 #define PACKAGE_TARNAME "flex"
167
168 /* Define to the home page for this package. */
169 #define PACKAGE_URL ""
170
171 /* Define to the version of this package. */
172 #define PACKAGE_VERSION "2.5.37"
173
174 /* If using the C implementation of alloca, define if you know the
175    direction of stack growth for your system; otherwise it will be
176    automatically deduced at runtime.
177         STACK_DIRECTION > 0 => grows toward higher addresses
178         STACK_DIRECTION < 0 => grows toward lower addresses
179         STACK_DIRECTION = 0 => direction of growth unknown */
180 /* #undef STACK_DIRECTION */
181
182 /* Define to 1 if you have the ANSI C header files. */
183 #define STDC_HEADERS 1
184
185 /* Version number of package */
186 #define VERSION "2.5.37"
187
188 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
189    `char[]'. */
190 #define YYTEXT_POINTER 1
191
192 /* Define to empty if `const' does not conform to ANSI C. */
193 /* #undef const */
194
195 /* Define to rpl_malloc if the replacement function should be used. */
196 /* #undef malloc */
197
198 /* Define to `int' if <sys/types.h> does not define. */
199 /* #undef pid_t */
200
201 /* Define to rpl_realloc if the replacement function should be used. */
202 /* #undef realloc */
203
204 /* Define to `unsigned int' if <sys/types.h> does not define. */
205 /* #undef size_t */
206
207 /* Define as `fork' if `vfork' does not work. */
208 /* #undef vfork */