home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Utilities / mkisofs-1.11-MIHS / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-08  |  1.6 KB  |  54 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define to empty if the keyword does not work.  */
  5. /* #undef const */
  6.  
  7. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  8. /* #undef MAJOR_IN_MKDEV */
  9.  
  10. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  11. /* #undef MAJOR_IN_SYSMACROS */
  12.  
  13. /* #undef NODIR */                    /* none -- don't make numbered backup files */
  14.  
  15. /* This shows us where to find the major()/minor() macros */
  16. /* #undef MAJOR_IN_MKDEV */
  17. /* #undef MAJOR_IN_SYSMACROS */
  18.  
  19. /* Define if you have the memmove function.  */
  20. #define HAVE_MEMMOVE 1
  21.  
  22. /* Define if you have the sbrk function.  */
  23. #define HAVE_SBRK 1
  24.  
  25. /* Define if you have the <dirent.h> header file.  */
  26. /* #undef HAVE_DIRENT_H */
  27.  
  28. /* Define if you have the <malloc.h> header file.  */
  29. /* #undef HAVE_MALLOC_H */
  30.  
  31. /* Define if you have the <ndir.h> header file.  */
  32. /* #undef HAVE_NDIR_H */
  33.  
  34. /* Define if you have the <sys/dir.h> header file.  */
  35. #define HAVE_SYS_DIR_H 1
  36.  
  37. /* Define if you have the <sys/mkdev.h> header file.  */
  38. /* #undef HAVE_SYS_MKDEV_H */
  39.  
  40. /* Define if you have the <sys/ndir.h> header file.  */
  41. /* #undef HAVE_SYS_NDIR_H */
  42.  
  43. /* Define if you have the <sys/sysmacros.h> header file.  */
  44. /* #undef HAVE_SYS_SYSMACROS_H */
  45.  
  46. /* Define if you have the <sys/types.h> header file.  */
  47. #define HAVE_SYS_TYPES_H 1
  48.  
  49. /* Define if you have the <termios.h> header file.  */
  50. #define HAVE_TERMIOS_H 1
  51.  
  52. /* Define if you have the <unistd.h> header file.  */
  53. #define HAVE_UNISTD_H 1
  54.