config.h 3.5 KB

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