config.h.in 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. /* Enable expensive debugging of CTF deduplication type hashing */
  5. #undef ENABLE_LIBCTF_HASH_DEBUGGING
  6. /* Define to 1 if translation of program messages to the user's native
  7. language is requested. */
  8. #undef ENABLE_NLS
  9. /* Whether libbfd was configured for an ELF target. */
  10. #undef HAVE_BFD_ELF
  11. /* Define to 1 if you have the <byteswap.h> header file. */
  12. #undef HAVE_BYTESWAP_H
  13. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  14. don't. */
  15. #undef HAVE_DECL_ASPRINTF
  16. /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
  17. don't. */
  18. #undef HAVE_DECL_BSWAP_16
  19. /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
  20. don't. */
  21. #undef HAVE_DECL_BSWAP_32
  22. /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
  23. don't. */
  24. #undef HAVE_DECL_BSWAP_64
  25. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  26. */
  27. #undef HAVE_DECL_STPCPY
  28. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  29. don't. */
  30. #undef HAVE_DECL_VASPRINTF
  31. /* Define to 1 if you have the <dlfcn.h> header file. */
  32. #undef HAVE_DLFCN_H
  33. /* Define to 1 if you have the <endian.h> header file. */
  34. #undef HAVE_ENDIAN_H
  35. /* Define to 1 if you have the `getpagesize' function. */
  36. #undef HAVE_GETPAGESIZE
  37. /* Define to 1 if you have the <inttypes.h> header file. */
  38. #undef HAVE_INTTYPES_H
  39. /* Define to 1 if you have the <memory.h> header file. */
  40. #undef HAVE_MEMORY_H
  41. /* Define to 1 if you have a working `mmap' system call. */
  42. #undef HAVE_MMAP
  43. /* Whether the platform has a definition of O_CLOEXEC. */
  44. #undef HAVE_O_CLOEXEC
  45. /* Define to 1 if you have the `pread' function. */
  46. #undef HAVE_PREAD
  47. /* Define to 1 if you have the `qsort_r' function. */
  48. #undef HAVE_QSORT_R
  49. /* Whether a qsort_r exists with a void *arg as its last arg. */
  50. #undef HAVE_QSORT_R_ARG_LAST
  51. /* Whether a qsort_r exists with the compar function as its last arg. */
  52. #undef HAVE_QSORT_R_COMPAR_LAST
  53. /* Define to 1 if you have the <stdint.h> header file. */
  54. #undef HAVE_STDINT_H
  55. /* Define to 1 if you have the <stdlib.h> header file. */
  56. #undef HAVE_STDLIB_H
  57. /* Define to 1 if you have the <strings.h> header file. */
  58. #undef HAVE_STRINGS_H
  59. /* Define to 1 if you have the <string.h> header file. */
  60. #undef HAVE_STRING_H
  61. /* Define to 1 if you have the <sys/param.h> header file. */
  62. #undef HAVE_SYS_PARAM_H
  63. /* Define to 1 if you have the <sys/stat.h> header file. */
  64. #undef HAVE_SYS_STAT_H
  65. /* Define to 1 if you have the <sys/types.h> header file. */
  66. #undef HAVE_SYS_TYPES_H
  67. /* Define to 1 if you have the <unistd.h> header file. */
  68. #undef HAVE_UNISTD_H
  69. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  70. */
  71. #undef LT_OBJDIR
  72. /* Name of package */
  73. #undef PACKAGE
  74. /* Define to the address where bug reports for this package should be sent. */
  75. #undef PACKAGE_BUGREPORT
  76. /* Define to the full name of this package. */
  77. #undef PACKAGE_NAME
  78. /* Define to the full name and version of this package. */
  79. #undef PACKAGE_STRING
  80. /* Define to the one symbol short name of this package. */
  81. #undef PACKAGE_TARNAME
  82. /* Define to the home page for this package. */
  83. #undef PACKAGE_URL
  84. /* Define to the version of this package. */
  85. #undef PACKAGE_VERSION
  86. /* Define to 1 if you have the ANSI C header files. */
  87. #undef STDC_HEADERS
  88. /* Enable extensions on AIX 3, Interix. */
  89. #ifndef _ALL_SOURCE
  90. # undef _ALL_SOURCE
  91. #endif
  92. /* Enable GNU extensions on systems that have them. */
  93. #ifndef _GNU_SOURCE
  94. # undef _GNU_SOURCE
  95. #endif
  96. /* Enable threading extensions on Solaris. */
  97. #ifndef _POSIX_PTHREAD_SEMANTICS
  98. # undef _POSIX_PTHREAD_SEMANTICS
  99. #endif
  100. /* Enable extensions on HP NonStop. */
  101. #ifndef _TANDEM_SOURCE
  102. # undef _TANDEM_SOURCE
  103. #endif
  104. /* Enable general extensions on Solaris. */
  105. #ifndef __EXTENSIONS__
  106. # undef __EXTENSIONS__
  107. #endif
  108. /* Version number of package */
  109. #undef VERSION
  110. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  111. significant byte first (like Motorola and SPARC, unlike Intel). */
  112. #if defined AC_APPLE_UNIVERSAL_BUILD
  113. # if defined __BIG_ENDIAN__
  114. # define WORDS_BIGENDIAN 1
  115. # endif
  116. #else
  117. # ifndef WORDS_BIGENDIAN
  118. # undef WORDS_BIGENDIAN
  119. # endif
  120. #endif
  121. /* Enable large inode numbers on Mac OS X 10.5. */
  122. #ifndef _DARWIN_USE_64_BIT_INODE
  123. # define _DARWIN_USE_64_BIT_INODE 1
  124. #endif
  125. /* Number of bits in a file offset, on hosts where this is settable. */
  126. #undef _FILE_OFFSET_BITS
  127. /* Define for large files, on AIX-style hosts. */
  128. #undef _LARGE_FILES
  129. /* Define to 1 if on MINIX. */
  130. #undef _MINIX
  131. /* Define to 2 if the system does not provide POSIX.1 features except with
  132. this defined. */
  133. #undef _POSIX_1_SOURCE
  134. /* Define to 1 if you need to in order for `stat' and other things to work. */
  135. #undef _POSIX_SOURCE