config.in 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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. /* Name of host specific core header file to include in elf.c. */
  9. #undef CORE_HEADER
  10. /* Define to 1 if you want to enable -z separate-code in ELF linker by
  11. default. */
  12. #undef DEFAULT_LD_Z_SEPARATE_CODE
  13. /* Define if you want run-time sanity checks. */
  14. #undef ENABLE_CHECKING
  15. /* Define to 1 if translation of program messages to the user's native
  16. language is requested. */
  17. #undef ENABLE_NLS
  18. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  19. don't. */
  20. #undef HAVE_DECL_ASPRINTF
  21. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  22. don't. */
  23. #undef HAVE_DECL_BASENAME
  24. /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
  25. #undef HAVE_DECL_FFS
  26. /* Define to 1 if you have the declaration of `fopen64', and to 0 if you
  27. don't. */
  28. #undef HAVE_DECL_FOPEN64
  29. /* Define to 1 if you have the declaration of `fseeko', and to 0 if you don't.
  30. */
  31. #undef HAVE_DECL_FSEEKO
  32. /* Define to 1 if you have the declaration of `fseeko64', and to 0 if you
  33. don't. */
  34. #undef HAVE_DECL_FSEEKO64
  35. /* Define to 1 if you have the declaration of `ftello', and to 0 if you don't.
  36. */
  37. #undef HAVE_DECL_FTELLO
  38. /* Define to 1 if you have the declaration of `ftello64', and to 0 if you
  39. don't. */
  40. #undef HAVE_DECL_FTELLO64
  41. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  42. */
  43. #undef HAVE_DECL_STPCPY
  44. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  45. don't. */
  46. #undef HAVE_DECL_STRNLEN
  47. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  48. don't. */
  49. #undef HAVE_DECL_VASPRINTF
  50. /* Define to 1 if you have the <dlfcn.h> header file. */
  51. #undef HAVE_DLFCN_H
  52. /* Define to 1 if you have the `fcntl' function. */
  53. #undef HAVE_FCNTL
  54. /* Define to 1 if you have the <fcntl.h> header file. */
  55. #undef HAVE_FCNTL_H
  56. /* Define to 1 if you have the `fdopen' function. */
  57. #undef HAVE_FDOPEN
  58. /* Define to 1 if you have the `fileno' function. */
  59. #undef HAVE_FILENO
  60. /* Define to 1 if you have the `fls' function. */
  61. #undef HAVE_FLS
  62. /* Define to 1 if you have the `fopen64' function. */
  63. #undef HAVE_FOPEN64
  64. /* Define to 1 if you have the `fseeko' function. */
  65. #undef HAVE_FSEEKO
  66. /* Define to 1 if you have the `fseeko64' function. */
  67. #undef HAVE_FSEEKO64
  68. /* Define to 1 if you have the `ftello' function. */
  69. #undef HAVE_FTELLO
  70. /* Define to 1 if you have the `ftello64' function. */
  71. #undef HAVE_FTELLO64
  72. /* Define to 1 if you have the `getgid' function. */
  73. #undef HAVE_GETGID
  74. /* Define to 1 if you have the `getpagesize' function. */
  75. #undef HAVE_GETPAGESIZE
  76. /* Define to 1 if you have the `getrlimit' function. */
  77. #undef HAVE_GETRLIMIT
  78. /* Define to 1 if you have the `getuid' function. */
  79. #undef HAVE_GETUID
  80. /* Define if your compiler supports hidden visibility. */
  81. #undef HAVE_HIDDEN
  82. /* Define to 1 if you have the <inttypes.h> header file. */
  83. #undef HAVE_INTTYPES_H
  84. /* Define if <sys/procfs.h> has lwpstatus_t. */
  85. #undef HAVE_LWPSTATUS_T
  86. /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
  87. #undef HAVE_LWPSTATUS_T_PR_CONTEXT
  88. /* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */
  89. #undef HAVE_LWPSTATUS_T_PR_FPREG
  90. /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */
  91. #undef HAVE_LWPSTATUS_T_PR_REG
  92. /* Define if <sys/procfs.h> has lwpxstatus_t. */
  93. #undef HAVE_LWPXSTATUS_T
  94. /* Define to 1 if you have the `madvise' function. */
  95. #undef HAVE_MADVISE
  96. /* Define to 1 if you have the <memory.h> header file. */
  97. #undef HAVE_MEMORY_H
  98. /* Define to 1 if you have a working `mmap' system call. */
  99. #undef HAVE_MMAP
  100. /* Define to 1 if you have the `mprotect' function. */
  101. #undef HAVE_MPROTECT
  102. /* Define if <sys/procfs.h> has prpsinfo32_t. */
  103. #undef HAVE_PRPSINFO32_T
  104. /* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */
  105. #undef HAVE_PRPSINFO32_T_PR_PID
  106. /* Define if <sys/procfs.h> has prpsinfo_t. */
  107. #undef HAVE_PRPSINFO_T
  108. /* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */
  109. #undef HAVE_PRPSINFO_T_PR_PID
  110. /* Define if <sys/procfs.h> has prstatus32_t. */
  111. #undef HAVE_PRSTATUS32_T
  112. /* Define if <sys/procfs.h> has prstatus32_t.pr_who. */
  113. #undef HAVE_PRSTATUS32_T_PR_WHO
  114. /* Define if <sys/procfs.h> has prstatus_t. */
  115. #undef HAVE_PRSTATUS_T
  116. /* Define if <sys/procfs.h> has prstatus_t.pr_who. */
  117. #undef HAVE_PRSTATUS_T_PR_WHO
  118. /* Define if <sys/procfs.h> has psinfo32_t. */
  119. #undef HAVE_PSINFO32_T
  120. /* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */
  121. #undef HAVE_PSINFO32_T_PR_PID
  122. /* Define if <sys/procfs.h> has psinfo_t. */
  123. #undef HAVE_PSINFO_T
  124. /* Define if <sys/procfs.h> has psinfo_t.pr_pid. */
  125. #undef HAVE_PSINFO_T_PR_PID
  126. /* Define if <sys/procfs.h> has pstatus32_t. */
  127. #undef HAVE_PSTATUS32_T
  128. /* Define if <sys/procfs.h> has pstatus_t. */
  129. #undef HAVE_PSTATUS_T
  130. /* Define if <sys/procfs.h> has pxstatus_t. */
  131. #undef HAVE_PXSTATUS_T
  132. /* Define to 1 if you have the <stdint.h> header file. */
  133. #undef HAVE_STDINT_H
  134. /* Define to 1 if you have the <stdlib.h> header file. */
  135. #undef HAVE_STDLIB_H
  136. /* Define to 1 if you have the <strings.h> header file. */
  137. #undef HAVE_STRINGS_H
  138. /* Define to 1 if you have the <string.h> header file. */
  139. #undef HAVE_STRING_H
  140. /* Define if struct core_dumpx has member c_impl */
  141. #undef HAVE_ST_C_IMPL
  142. /* Define to 1 if you have the `sysconf' function. */
  143. #undef HAVE_SYSCONF
  144. /* Define to 1 if you have the <sys/file.h> header file. */
  145. #undef HAVE_SYS_FILE_H
  146. /* Define to 1 if you have the <sys/param.h> header file. */
  147. #undef HAVE_SYS_PARAM_H
  148. /* Define to 1 if you have the <sys/procfs.h> header file. */
  149. #undef HAVE_SYS_PROCFS_H
  150. /* Define to 1 if you have the <sys/resource.h> header file. */
  151. #undef HAVE_SYS_RESOURCE_H
  152. /* Define to 1 if you have the <sys/stat.h> header file. */
  153. #undef HAVE_SYS_STAT_H
  154. /* Define to 1 if you have the <sys/types.h> header file. */
  155. #undef HAVE_SYS_TYPES_H
  156. /* Define to 1 if you have the <unistd.h> header file. */
  157. #undef HAVE_UNISTD_H
  158. /* Define if <sys/procfs.h> has win32_pstatus_t. */
  159. #undef HAVE_WIN32_PSTATUS_T
  160. /* Define to 1 if you have the <windows.h> header file. */
  161. #undef HAVE_WINDOWS_H
  162. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  163. */
  164. #undef LT_OBJDIR
  165. /* Name of package */
  166. #undef PACKAGE
  167. /* Define to the address where bug reports for this package should be sent. */
  168. #undef PACKAGE_BUGREPORT
  169. /* Define to the full name of this package. */
  170. #undef PACKAGE_NAME
  171. /* Define to the full name and version of this package. */
  172. #undef PACKAGE_STRING
  173. /* Define to the one symbol short name of this package. */
  174. #undef PACKAGE_TARNAME
  175. /* Define to the home page for this package. */
  176. #undef PACKAGE_URL
  177. /* Define to the version of this package. */
  178. #undef PACKAGE_VERSION
  179. /* The size of `int', as computed by sizeof. */
  180. #undef SIZEOF_INT
  181. /* The size of `long', as computed by sizeof. */
  182. #undef SIZEOF_LONG
  183. /* The size of `long long', as computed by sizeof. */
  184. #undef SIZEOF_LONG_LONG
  185. /* The size of `off_t', as computed by sizeof. */
  186. #undef SIZEOF_OFF_T
  187. /* The size of `void *', as computed by sizeof. */
  188. #undef SIZEOF_VOID_P
  189. /* Define to 1 if you have the ANSI C header files. */
  190. #undef STDC_HEADERS
  191. /* Name of host specific header file to include in trad-core.c. */
  192. #undef TRAD_HEADER
  193. /* Define if 64-bit archives should always be used. */
  194. #undef USE_64_BIT_ARCHIVE
  195. /* Use b modifier when opening binary files? */
  196. #undef USE_BINARY_FOPEN
  197. /* Define if we should use leading underscore on 64 bit mingw targets */
  198. #undef USE_MINGW64_LEADING_UNDERSCORES
  199. /* Use mmap if it's available? */
  200. #undef USE_MMAP
  201. /* Define if we should default to creating read-only plt entries */
  202. #undef USE_SECUREPLT
  203. /* Enable extensions on AIX 3, Interix. */
  204. #ifndef _ALL_SOURCE
  205. # undef _ALL_SOURCE
  206. #endif
  207. /* Enable GNU extensions on systems that have them. */
  208. #ifndef _GNU_SOURCE
  209. # undef _GNU_SOURCE
  210. #endif
  211. /* Enable threading extensions on Solaris. */
  212. #ifndef _POSIX_PTHREAD_SEMANTICS
  213. # undef _POSIX_PTHREAD_SEMANTICS
  214. #endif
  215. /* Enable extensions on HP NonStop. */
  216. #ifndef _TANDEM_SOURCE
  217. # undef _TANDEM_SOURCE
  218. #endif
  219. /* Enable general extensions on Solaris. */
  220. #ifndef __EXTENSIONS__
  221. # undef __EXTENSIONS__
  222. #endif
  223. /* Version number of package */
  224. #undef VERSION
  225. /* Enable large inode numbers on Mac OS X 10.5. */
  226. #ifndef _DARWIN_USE_64_BIT_INODE
  227. # define _DARWIN_USE_64_BIT_INODE 1
  228. #endif
  229. /* Number of bits in a file offset, on hosts where this is settable. */
  230. #undef _FILE_OFFSET_BITS
  231. /* Define for large files, on AIX-style hosts. */
  232. #undef _LARGE_FILES
  233. /* Define to 1 if on MINIX. */
  234. #undef _MINIX
  235. /* Define to 2 if the system does not provide POSIX.1 features except with
  236. this defined. */
  237. #undef _POSIX_1_SOURCE
  238. /* Define to 1 if you need to in order for `stat' and other things to work. */
  239. #undef _POSIX_SOURCE
  240. /* Use structured /proc on Solaris. */
  241. #undef _STRUCTURED_PROC