config.in 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Check that config.h is #included before system headers
  3. (this works only for glibc, but that should be enough). */
  4. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  5. # error config.h must be #included before system headers
  6. #endif
  7. #define __CONFIG_H__ 1
  8. /* Define if building universal (internal helper macro) */
  9. #undef AC_APPLE_UNIVERSAL_BUILD
  10. /* Define to 1 if translation of program messages to the user's native
  11. language is requested. */
  12. #undef ENABLE_NLS
  13. /* Define to enable linker plugins */
  14. #undef ENABLE_PLUGINS
  15. /* Define to do multi-threaded linking */
  16. #undef ENABLE_THREADS
  17. /* Default big endian (true or false) */
  18. #undef GOLD_DEFAULT_BIG_ENDIAN
  19. /* Default machine code */
  20. #undef GOLD_DEFAULT_MACHINE
  21. /* Default OSABI code */
  22. #undef GOLD_DEFAULT_OSABI
  23. /* Default size (32 or 64) */
  24. #undef GOLD_DEFAULT_SIZE
  25. /* Define to 1 if you have the <byteswap.h> header file. */
  26. #undef HAVE_BYTESWAP_H
  27. /* Define to 1 if you have the `chsize' function. */
  28. #undef HAVE_CHSIZE
  29. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  30. don't. */
  31. #undef HAVE_DECL_ASPRINTF
  32. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  33. don't. */
  34. #undef HAVE_DECL_BASENAME
  35. /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
  36. #undef HAVE_DECL_FFS
  37. /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
  38. */
  39. #undef HAVE_DECL_MEMMEM
  40. /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
  41. don't. */
  42. #undef HAVE_DECL_SNPRINTF
  43. /* Define to 1 if you have the declaration of `strndup', and to 0 if you
  44. don't. */
  45. #undef HAVE_DECL_STRNDUP
  46. /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
  47. don't. */
  48. #undef HAVE_DECL_STRVERSCMP
  49. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  50. don't. */
  51. #undef HAVE_DECL_VASPRINTF
  52. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  53. don't. */
  54. #undef HAVE_DECL_VSNPRINTF
  55. /* Define to 1 if you have the <dlfcn.h> header file. */
  56. #undef HAVE_DLFCN_H
  57. /* Define to 1 if you have the <ext/hash_map> header file. */
  58. #undef HAVE_EXT_HASH_MAP
  59. /* Define to 1 if you have the <ext/hash_set> header file. */
  60. #undef HAVE_EXT_HASH_SET
  61. /* Define to 1 if you have the `fallocate' function. */
  62. #undef HAVE_FALLOCATE
  63. /* Define to 1 if you have the `ffsll' function. */
  64. #undef HAVE_FFSLL
  65. /* Define to 1 if you have the `ftruncate' function. */
  66. #undef HAVE_FTRUNCATE
  67. /* Define to 1 if you have the <inttypes.h> header file. */
  68. #undef HAVE_INTTYPES_H
  69. /* Define if your <locale.h> file defines LC_MESSAGES. */
  70. #undef HAVE_LC_MESSAGES
  71. /* Define to 1 if you have the <locale.h> header file. */
  72. #undef HAVE_LOCALE_H
  73. /* Define to 1 if you have the `mallinfo' function. */
  74. #undef HAVE_MALLINFO
  75. /* Define to 1 if you have the <memory.h> header file. */
  76. #undef HAVE_MEMORY_H
  77. /* Define to 1 if you have the `mmap' function. */
  78. #undef HAVE_MMAP
  79. /* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
  80. #undef HAVE_MREMAP
  81. /* Define if compiler supports #pragma omp threadprivate */
  82. #undef HAVE_OMP_SUPPORT
  83. /* Define to 1 if you have the `posix_fallocate' function. */
  84. #undef HAVE_POSIX_FALLOCATE
  85. /* Define to 1 if you have the `pread' function. */
  86. #undef HAVE_PREAD
  87. /* Define to 1 if you have the `readv' function. */
  88. #undef HAVE_READV
  89. /* Define to 1 if you have the `setlocale' function. */
  90. #undef HAVE_SETLOCALE
  91. /* Define if struct stat has a field st_mtim with timespec for mtime */
  92. #undef HAVE_STAT_ST_MTIM
  93. /* Define to 1 if you have the <stdint.h> header file. */
  94. #undef HAVE_STDINT_H
  95. /* Define to 1 if you have the <stdlib.h> header file. */
  96. #undef HAVE_STDLIB_H
  97. /* Define to 1 if you have the <strings.h> header file. */
  98. #undef HAVE_STRINGS_H
  99. /* Define to 1 if you have the <string.h> header file. */
  100. #undef HAVE_STRING_H
  101. /* Define to 1 if you have the `sysconf' function. */
  102. #undef HAVE_SYSCONF
  103. /* Define to 1 if you have the <sys/mman.h> header file. */
  104. #undef HAVE_SYS_MMAN_H
  105. /* Define to 1 if you have the <sys/stat.h> header file. */
  106. #undef HAVE_SYS_STAT_H
  107. /* Define to 1 if you have the <sys/types.h> header file. */
  108. #undef HAVE_SYS_TYPES_H
  109. /* Define to support 32-bit big-endian targets */
  110. #undef HAVE_TARGET_32_BIG
  111. /* Define to support 32-bit little-endian targets */
  112. #undef HAVE_TARGET_32_LITTLE
  113. /* Define to support 64-bit big-endian targets */
  114. #undef HAVE_TARGET_64_BIG
  115. /* Define to support 64-bit little-endian targets */
  116. #undef HAVE_TARGET_64_LITTLE
  117. /* Define if attributes work on C++ templates */
  118. #undef HAVE_TEMPLATE_ATTRIBUTES
  119. /* Define to 1 if you have the `times' function. */
  120. #undef HAVE_TIMES
  121. /* Define if std::tr1::hash<off_t> is usable */
  122. #undef HAVE_TR1_HASH_OFF_T
  123. /* Define to 1 if you have the <tr1/unordered_map> header file. */
  124. #undef HAVE_TR1_UNORDERED_MAP
  125. /* Define if ::std::tr1::unordered_map::rehash is usable */
  126. #undef HAVE_TR1_UNORDERED_MAP_REHASH
  127. /* Define to 1 if you have the <tr1/unordered_set> header file. */
  128. #undef HAVE_TR1_UNORDERED_SET
  129. /* Define to 1 if you have the <unistd.h> header file. */
  130. #undef HAVE_UNISTD_H
  131. /* Define to 1 if you have the <unordered_map> header file. */
  132. #undef HAVE_UNORDERED_MAP
  133. /* Define to 1 if you have the <unordered_set> header file. */
  134. #undef HAVE_UNORDERED_SET
  135. /* Define to 1 if you have the <windows.h> header file. */
  136. #undef HAVE_WINDOWS_H
  137. /* Default library search path */
  138. #undef LIB_PATH
  139. /* Whether configured as a native linker */
  140. #undef NATIVE_LINKER
  141. /* Name of package */
  142. #undef PACKAGE
  143. /* Define to the address where bug reports for this package should be sent. */
  144. #undef PACKAGE_BUGREPORT
  145. /* Define to the full name of this package. */
  146. #undef PACKAGE_NAME
  147. /* Define to the full name and version of this package. */
  148. #undef PACKAGE_STRING
  149. /* Define to the one symbol short name of this package. */
  150. #undef PACKAGE_TARNAME
  151. /* Define to the home page for this package. */
  152. #undef PACKAGE_URL
  153. /* Define to the version of this package. */
  154. #undef PACKAGE_VERSION
  155. /* Define to 1 if you have the ANSI C header files. */
  156. #undef STDC_HEADERS
  157. /* System root for target files */
  158. #undef TARGET_SYSTEM_ROOT
  159. /* Whether the system root can be relocated */
  160. #undef TARGET_SYSTEM_ROOT_RELOCATABLE
  161. /* Enable extensions on AIX 3, Interix. */
  162. #ifndef _ALL_SOURCE
  163. # undef _ALL_SOURCE
  164. #endif
  165. /* Enable GNU extensions on systems that have them. */
  166. #ifndef _GNU_SOURCE
  167. # undef _GNU_SOURCE
  168. #endif
  169. /* Enable threading extensions on Solaris. */
  170. #ifndef _POSIX_PTHREAD_SEMANTICS
  171. # undef _POSIX_PTHREAD_SEMANTICS
  172. #endif
  173. /* Enable extensions on HP NonStop. */
  174. #ifndef _TANDEM_SOURCE
  175. # undef _TANDEM_SOURCE
  176. #endif
  177. /* Enable general extensions on Solaris. */
  178. #ifndef __EXTENSIONS__
  179. # undef __EXTENSIONS__
  180. #endif
  181. /* Version number of package */
  182. #undef VERSION
  183. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  184. significant byte first (like Motorola and SPARC, unlike Intel). */
  185. #if defined AC_APPLE_UNIVERSAL_BUILD
  186. # if defined __BIG_ENDIAN__
  187. # define WORDS_BIGENDIAN 1
  188. # endif
  189. #else
  190. # ifndef WORDS_BIGENDIAN
  191. # undef WORDS_BIGENDIAN
  192. # endif
  193. #endif
  194. /* Define to 1 if on MINIX. */
  195. #undef _MINIX
  196. /* Define to 2 if the system does not provide POSIX.1 features except with
  197. this defined. */
  198. #undef _POSIX_1_SOURCE
  199. /* Define to 1 if you need to in order for `stat' and other things to work. */
  200. #undef _POSIX_SOURCE