config.h.in 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /* enable debug output (default: no) */
  3. #undef DEBUG
  4. /* enable dynamic loading of add-on libraries (default: yes) */
  5. #undef DLOPEN
  6. /* Define to 1 if you have the <byteswap.h> header file. */
  7. #undef HAVE_BYTESWAP_H
  8. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  9. */
  10. #undef HAVE_DIRENT_H
  11. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  12. #undef HAVE_DOPRNT
  13. /* Define to 1 if you have the <fcntl.h> header file. */
  14. #undef HAVE_FCNTL_H
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #undef HAVE_INTTYPES_H
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #undef HAVE_MEMORY_H
  19. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  20. #undef HAVE_NDIR_H
  21. /* Define to 1 if you have the `realpath' function. */
  22. #undef HAVE_REALPATH
  23. /* Define to 1 if you have the <stdint.h> header file. */
  24. #undef HAVE_STDINT_H
  25. /* Define to 1 if you have the <stdlib.h> header file. */
  26. #undef HAVE_STDLIB_H
  27. /* Define to 1 if you have the `strftime' function. */
  28. #undef HAVE_STRFTIME
  29. /* Define to 1 if you have the <strings.h> header file. */
  30. #undef HAVE_STRINGS_H
  31. /* Define to 1 if you have the <string.h> header file. */
  32. #undef HAVE_STRING_H
  33. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  34. */
  35. #undef HAVE_SYS_DIR_H
  36. /* Define to 1 if you have the <sys/io.h> header file. */
  37. #undef HAVE_SYS_IO_H
  38. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  39. */
  40. #undef HAVE_SYS_NDIR_H
  41. /* Define to 1 if you have the <sys/stat.h> header file. */
  42. #undef HAVE_SYS_STAT_H
  43. /* Define to 1 if you have the <sys/types.h> header file. */
  44. #undef HAVE_SYS_TYPES_H
  45. /* Define to 1 if you have the <unistd.h> header file. */
  46. #undef HAVE_UNISTD_H
  47. /* Define to 1 if you have the `vprintf' function. */
  48. #undef HAVE_VPRINTF
  49. /* Define to the address where bug reports for this package should be sent. */
  50. #undef PACKAGE_BUGREPORT
  51. /* Define to the full name of this package. */
  52. #undef PACKAGE_NAME
  53. /* Define to the full name and version of this package. */
  54. #undef PACKAGE_STRING
  55. /* Define to the one symbol short name of this package. */
  56. #undef PACKAGE_TARNAME
  57. /* Define to the version of this package. */
  58. #undef PACKAGE_VERSION
  59. /* Define to 1 if you have the ANSI C header files. */
  60. #undef STDC_HEADERS
  61. /* enable usage of color (default: yes) */
  62. #undef USE_ANSI_COLOR
  63. /* enable libdiscmage (default: yes) */
  64. #undef USE_DISCMAGE
  65. /* enable libcd64 (default: no) */
  66. #undef USE_LIBCD64
  67. /* enable support for parallel port backup units (default: yes) */
  68. #undef USE_PARALLEL
  69. /* use ppdev for parallel port I/O (default: no) */
  70. #undef USE_PPDEV
  71. /* build with (lib)usb support (default: no) */
  72. #undef USE_USB
  73. /* build with gzip and zip support (default: yes) */
  74. #undef USE_ZLIB
  75. /* Define to empty if `const' does not conform to ANSI C. */
  76. #undef const
  77. /* Define to `int' if <sys/types.h> doesn't define. */
  78. #undef gid_t
  79. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  80. if it is not supported. */
  81. #undef inline
  82. /* Define to `int' if <sys/types.h> does not define. */
  83. #undef pid_t
  84. /* Define to `unsigned' if <sys/types.h> does not define. */
  85. #undef size_t
  86. /* Define to `int' if <sys/types.h> doesn't define. */
  87. #undef uid_t