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