[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Annotation of src/usr.bin/lex/config.h, Revision 1.3

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