config.h 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* libdiscmage/config.h. Generated by configure. */
  2. /* src/config.h.in. Generated from configure.in by autoheader. */
  3. /* enable debug output (default: no) */
  4. /* #undef DEBUG */
  5. /* enable dynamic loading of library (default: no) */
  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. */
  10. #define HAVE_DIRENT_H 1
  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. #define HAVE_FCNTL_H 1
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #define HAVE_INTTYPES_H 1
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #define HAVE_MEMORY_H 1
  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. #define HAVE_REALPATH 1
  23. /* Define to 1 if you have the <stdint.h> header file. */
  24. #define HAVE_STDINT_H 1
  25. /* Define to 1 if you have the <stdlib.h> header file. */
  26. #define HAVE_STDLIB_H 1
  27. /* Define to 1 if you have the `strftime' function. */
  28. #define HAVE_STRFTIME 1
  29. /* Define to 1 if you have the <strings.h> header file. */
  30. #define HAVE_STRINGS_H 1
  31. /* Define to 1 if you have the <string.h> header file. */
  32. #define HAVE_STRING_H 1
  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/ndir.h> header file, and it defines `DIR'.
  37. */
  38. /* #undef HAVE_SYS_NDIR_H */
  39. /* Define to 1 if you have the <sys/stat.h> header file. */
  40. #define HAVE_SYS_STAT_H 1
  41. /* Define to 1 if you have the <sys/types.h> header file. */
  42. #define HAVE_SYS_TYPES_H 1
  43. /* Define to 1 if you have the <unistd.h> header file. */
  44. #define HAVE_UNISTD_H 1
  45. /* Define to 1 if you have the `vprintf' function. */
  46. #define HAVE_VPRINTF 1
  47. /* Define to the address where bug reports for this package should be sent. */
  48. #define PACKAGE_BUGREPORT "ucon64-main@lists.sourceforge.net"
  49. /* Define to the full name of this package. */
  50. #define PACKAGE_NAME "uCON64"
  51. /* Define to the full name and version of this package. */
  52. #define PACKAGE_STRING "uCON64 2.0.2"
  53. /* Define to the one symbol short name of this package. */
  54. #define PACKAGE_TARNAME "ucon64"
  55. /* Define to the version of this package. */
  56. #define PACKAGE_VERSION "2.0.2"
  57. /* Define to 1 if you have the ANSI C header files. */
  58. #define STDC_HEADERS 1
  59. /* enable usage of color (default: yes) */
  60. #define USE_ANSI_COLOR 1
  61. /* build with gzip and zip support (default: yes) */
  62. #define USE_ZLIB 1
  63. /* Define to empty if `const' does not conform to ANSI C. */
  64. /* #undef const */
  65. /* Define to `int' if <sys/types.h> doesn't define. */
  66. /* #undef gid_t */
  67. /* Define as `__inline' if that's what the C compiler calls it, or to nothing
  68. if it is not supported. */
  69. /* #undef inline */
  70. /* Define to `int' if <sys/types.h> does not define. */
  71. /* #undef pid_t */
  72. /* Define to `unsigned' if <sys/types.h> does not define. */
  73. /* #undef size_t */
  74. /* Define to `int' if <sys/types.h> doesn't define. */
  75. /* #undef uid_t */