home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / mkisofs-1.000 / mkisofs-1.11-beos / config.h < prev    next >
Text File  |  1998-01-25  |  2KB  |  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. #define MAJOR_IN_SYSMACROS 1
  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. #define MAJOR_IN_SYSMACROS 1
  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. #define HAVE_DIRENT_H 1
  27.  
  28. /* Define if you have the <malloc.h> header file.  */
  29. #define HAVE_MALLOC_H 1
  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. /* #undef HAVE_SYS_DIR_H */
  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. #define HAVE_SYS_SYSMACROS_H 1
  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.