No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / lex / config.h
blobf69b12a13133308afb84a93167463d4b15d88c18
1 /* config.h. Generated automatically by configure. */
2 /* $NetBSD: config.h,v 1.3 1998/01/05 05:15:45 perry Exp $ */
4 /* Define to empty if the keyword does not work. */
5 /* #undef const */
7 /* Define to `unsigned' if <sys/types.h> doesn't define. */
8 /* #undef size_t */
10 /* Define if you have the ANSI C header files. */
11 #define STDC_HEADERS 1
13 /* Define if you have the <malloc.h> header file. */
14 #define HAVE_MALLOC_H 1
16 /* Define if you have the <string.h> header file. */
17 #define HAVE_STRING_H 1
19 /* Define if you have the <unistd.h> header file. */
20 #define HAVE_UNISTD_H 1
22 /* Define if you have the <sys/types.h> header file. */
23 #define HAVE_SYS_TYPES_H 1
25 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
26 /* #undef HAVE_ALLOCA_H */
28 /* Define if platform-specific command line handling is necessary. */
29 /* #undef NEED_ARGV_FIXUP */