home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / Flex254.lha / Src / config.h < prev    next >
Encoding:
Text File  |  1995-12-14  |  738 b   |  26 lines

  1. /* $Header: /home/daffy/u0/vern/flex/RCS/conf.in,v 1.2 95/01/09 12:11:51 vern Exp $ */
  2.  
  3. /* Define to empty if the keyword does not work.  */
  4. #undef const
  5.  
  6. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  7. #undef size_t
  8.  
  9. /* Define if you have the ANSI C header files.  */
  10. #define STDC_HEADERS 1
  11.  
  12. /* Define if you have the <malloc.h> header file.  */
  13. #undef HAVE_MALLOC_H
  14.  
  15. /* Define if you have the <string.h> header file.  */
  16. #define HAVE_STRING_H 1
  17.  
  18. /* Define if you have the <sys/types.h> header file.  */
  19. #define HAVE_SYS_TYPES_H 1
  20.  
  21. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  22. #undef HAVE_ALLOCA_H
  23.  
  24. /* Define if platform-specific command line handling is necessary.  */
  25. #undef NEED_ARGV_FIXUP
  26.