home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fontutils-0.6 / include / c-auto.h.in < prev    next >
Encoding:
Text File  |  1992-09-08  |  866 b   |  36 lines

  1. /* c-auto.h.in: template for c-auto.h.  */
  2.  
  3. /* These are needed on some Unix variants to get POSIX facilities.  */
  4. #undef _ALL_SOURCE
  5. #undef _MINIX
  6. #undef _POSIX_SOURCE
  7. #undef _POSIX_1_SOURCE
  8.  
  9. /* Define if your system has <dirent.h>.  */
  10. #undef DIRENT
  11.  
  12. /* Define if your system has <sys/ndir.h>.  */
  13. #undef SYSNDIR
  14.  
  15. /* Define if the directory library header declares closedir as void.  */
  16. #undef VOID_CLOSEDIR
  17.  
  18. /* Define if your system lacks <limits.h>.  */
  19. #undef LIMITS_H_MISSING
  20.  
  21. /* Likewise, for <float.h>.  */
  22. #undef FLOAT_H_MISSING
  23.  
  24. /* Define if <string.h> does not declare memcmp etc., and <memory.h> does.  */
  25. #undef NEED_MEMORY_H
  26.  
  27. /* Define if your system has ANSI C header files: <stdlib.h>, etc.  */
  28. #undef STDC_HEADERS
  29.  
  30. /* Define if your system has <unistd.h>.  */
  31. #undef HAVE_UNISTD_H
  32.  
  33. /* Define if your system lacks rindex, bzero, etc.  */
  34. #undef USG
  35.  
  36.