config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you have the `asprintf' function. */
  5. #undef HAVE_ASPRINTF
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  9. #undef HAVE_FSEEKO
  10. /* Define if compiled with -fvisibility=hidden */
  11. #undef HAVE_FVISIBILITY
  12. /* Define to 1 if you have the <gcrypt.h> header file. */
  13. #undef HAVE_GCRYPT_H
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #undef HAVE_MEMORY_H
  18. /* Define if you have OpenSSL support */
  19. #undef HAVE_OPENSSL
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #undef HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #undef HAVE_STDLIB_H
  24. /* Define to 1 if you have the `stpcpy' function. */
  25. #undef HAVE_STPCPY
  26. /* Define to 1 if you have the `strcasecmp' function. */
  27. #undef HAVE_STRCASECMP
  28. /* Define to 1 if you have the `strdup' function. */
  29. #undef HAVE_STRDUP
  30. /* Define to 1 if you have the `strerror' function. */
  31. #undef HAVE_STRERROR
  32. /* Define to 1 if you have the <strings.h> header file. */
  33. #undef HAVE_STRINGS_H
  34. /* Define to 1 if you have the <string.h> header file. */
  35. #undef HAVE_STRING_H
  36. /* Define to 1 if you have the `strndup' function. */
  37. #undef HAVE_STRNDUP
  38. /* Define to 1 if you have the <sys/stat.h> header file. */
  39. #undef HAVE_SYS_STAT_H
  40. /* Define to 1 if you have the <sys/types.h> header file. */
  41. #undef HAVE_SYS_TYPES_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to 1 if you have the `vasprintf' function. */
  45. #undef HAVE_VASPRINTF
  46. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  47. */
  48. #undef LT_OBJDIR
  49. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  50. #undef NO_MINUS_C_MINUS_O
  51. /* Name of package */
  52. #undef PACKAGE
  53. /* Define to the address where bug reports for this package should be sent. */
  54. #undef PACKAGE_BUGREPORT
  55. /* Define to the full name of this package. */
  56. #undef PACKAGE_NAME
  57. /* Define to the full name and version of this package. */
  58. #undef PACKAGE_STRING
  59. /* Define to the one symbol short name of this package. */
  60. #undef PACKAGE_TARNAME
  61. /* Define to the home page for this package. */
  62. #undef PACKAGE_URL
  63. /* Define to the version of this package. */
  64. #undef PACKAGE_VERSION
  65. /* Define to 1 if you have the ANSI C header files. */
  66. #undef STDC_HEADERS
  67. /* Strip debug reporting code */
  68. #undef STRIP_DEBUG_CODE
  69. /* Version number of package */
  70. #undef VERSION
  71. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  72. significant byte first (like Motorola and SPARC, unlike Intel). */
  73. #if defined AC_APPLE_UNIVERSAL_BUILD
  74. # if defined __BIG_ENDIAN__
  75. # define WORDS_BIGENDIAN 1
  76. # endif
  77. #else
  78. # ifndef WORDS_BIGENDIAN
  79. # undef WORDS_BIGENDIAN
  80. # endif
  81. #endif
  82. /* Enable large inode numbers on Mac OS X 10.5. */
  83. #ifndef _DARWIN_USE_64_BIT_INODE
  84. # define _DARWIN_USE_64_BIT_INODE 1
  85. #endif
  86. /* Number of bits in a file offset, on hosts where this is settable. */
  87. #undef _FILE_OFFSET_BITS
  88. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  89. #undef _LARGEFILE_SOURCE
  90. /* Define for large files, on AIX-style hosts. */
  91. #undef _LARGE_FILES
  92. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  93. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  94. #define below would cause a syntax error. */
  95. #undef _UINT32_T
  96. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  97. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  98. #define below would cause a syntax error. */
  99. #undef _UINT8_T
  100. /* big endian */
  101. #undef __BIG_ENDIAN
  102. /* little endian byte order */
  103. #undef __BYTE_ORDER
  104. /* little endian */
  105. #undef __LITTLE_ENDIAN
  106. /* Define to empty if `const' does not conform to ANSI C. */
  107. #undef const
  108. /* Define to `unsigned int' if <sys/types.h> does not define. */
  109. #undef size_t
  110. /* Define to `int' if <sys/types.h> does not define. */
  111. #undef ssize_t
  112. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  113. such a type exists and the standard includes do not define it. */
  114. #undef uint16_t
  115. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  116. such a type exists and the standard includes do not define it. */
  117. #undef uint32_t
  118. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  119. such a type exists and the standard includes do not define it. */
  120. #undef uint8_t