fatbase

portable OpenBSD tools
git clone git://git.2f30.org/fatbase
Log | Files | Refs

config.h (884B)


      1 /*	$OpenBSD: config.h,v 1.3 1996/10/26 21:50:30 tholo Exp $	*/
      2 
      3 /* config.h.  Generated automatically by configure.  */
      4 /* $Header: /cvs/src/usr.bin/lex/config.h,v 1.3 1996/10/26 21:50:30 tholo Exp $ */
      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.  */
     16 /* #undef HAVE_MALLOC_H */
     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 */