xref: /freebsd/usr.bin/lex/config.h (revision aa0a1e58)
1 /* config.h.  Generated automatically by configure.  */
2 /* $FreeBSD$ */
3 
4 /* Define to empty if the keyword does not work.  */
5 /* #undef const */
6 
7 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
8 /* #undef size_t */
9 
10 /* Define if you have the ANSI C header files.  */
11 #define STDC_HEADERS 1
12 
13 /* Define if you have the <malloc.h> header file.  */
14 /* #undef HAVE_MALLOC_H */
15 
16 /* Define if you have the <string.h> header file.  */
17 #define HAVE_STRING_H 1
18 
19 /* Define if you have the <sys/types.h> header file.  */
20 #define HAVE_SYS_TYPES_H 1
21 
22 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
23 /* #undef HAVE_ALLOCA_H */
24 
25 /* Define if platform-specific command line handling is necessary.  */
26 /* #undef NEED_ARGV_FIXUP */
27