MFC:
[dragonfly.git] / usr.bin / lex / config.h
blob4c365ae451d50b5a97b1a740ac9e9bc03ce3508e
1 /* config.h. Generated automatically by configure. */
2 /* $FreeBSD: src/usr.bin/lex/config.h,v 1.3 1999/08/28 05:08:16 peter Exp $ */
3 /* $DragonFly: src/usr.bin/lex/config.h,v 1.2 2003/06/17 04:29:27 dillon Exp $ */
5 /* Define to empty if the keyword does not work. */
6 /* #undef const */
8 /* Define to `unsigned' if <sys/types.h> doesn't define. */
9 /* #undef size_t */
11 /* Define if you have the ANSI C header files. */
12 #define STDC_HEADERS 1
14 /* Define if you have the <malloc.h> header file. */
15 /* #undef HAVE_MALLOC_H */
17 /* Define if you have the <string.h> header file. */
18 #define HAVE_STRING_H 1
20 /* Define if you have the <sys/types.h> header file. */
21 #define HAVE_SYS_TYPES_H 1
23 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24 /* #undef HAVE_ALLOCA_H */
26 /* Define if platform-specific command line handling is necessary. */
27 /* #undef NEED_ARGV_FIXUP */