config.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  3. systems. This function is required for `alloca.c' support on those systems.
  4. */
  5. #undef CRAY_STACKSEG_END
  6. /* Define to 1 if std::thread works. */
  7. #undef CXX_STD_THREAD
  8. /* Define to 1 if using `alloca.c'. */
  9. #undef C_ALLOCA
  10. /* Define to 1 if translation of program messages to the user's native
  11. language is requested. */
  12. #undef ENABLE_NLS
  13. /* Define if self-testing features should be enabled */
  14. #undef GDB_SELF_TEST
  15. /* Define to 1 if you have `alloca', as a function or macro. */
  16. #undef HAVE_ALLOCA
  17. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  18. */
  19. #undef HAVE_ALLOCA_H
  20. /* Define to 1 if you have the <arpa/inet.h> header file. */
  21. #undef HAVE_ARPA_INET_H
  22. /* define if the compiler supports basic C++11 syntax */
  23. #undef HAVE_CXX11
  24. /* Define to 1 if you have the declaration of `ADDR_NO_RANDOMIZE', and to 0 if
  25. you don't. */
  26. #undef HAVE_DECL_ADDR_NO_RANDOMIZE
  27. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  28. don't. */
  29. #undef HAVE_DECL_ASPRINTF
  30. /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
  31. you don't. */
  32. #undef HAVE_DECL_BASENAME
  33. /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
  34. #undef HAVE_DECL_FFS
  35. /* Define to 1 if you have the declaration of `perror', and to 0 if you don't.
  36. */
  37. #undef HAVE_DECL_PERROR
  38. /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
  39. don't. */
  40. #undef HAVE_DECL_SNPRINTF
  41. /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
  42. */
  43. #undef HAVE_DECL_STRSTR
  44. /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
  45. */
  46. #undef HAVE_DECL_STRTOL
  47. /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
  48. don't. */
  49. #undef HAVE_DECL_STRTOLL
  50. /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
  51. don't. */
  52. #undef HAVE_DECL_STRTOUL
  53. /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
  54. don't. */
  55. #undef HAVE_DECL_STRTOULL
  56. /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
  57. don't. */
  58. #undef HAVE_DECL_STRVERSCMP
  59. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  60. don't. */
  61. #undef HAVE_DECL_VASPRINTF
  62. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  63. don't. */
  64. #undef HAVE_DECL_VSNPRINTF
  65. /* Define to 1 if you have the `dladdr' function. */
  66. #undef HAVE_DLADDR
  67. /* Define to 1 if you have the <dlfcn.h> header file. */
  68. #undef HAVE_DLFCN_H
  69. /* Define to 1 if the system has the type `Elf32_auxv_t'. */
  70. #undef HAVE_ELF32_AUXV_T
  71. /* Define to 1 if the system has the type `Elf64_auxv_t'. */
  72. #undef HAVE_ELF64_AUXV_T
  73. /* Define if <sys/procfs.h> has elf_fpregset_t. */
  74. #undef HAVE_ELF_FPREGSET_T
  75. /* Define to 1 if you have the <fcntl.h> header file. */
  76. #undef HAVE_FCNTL_H
  77. /* Define to 1 if you have the `fdwalk' function. */
  78. #undef HAVE_FDWALK
  79. /* Define to 1 if you have the `fork' function. */
  80. #undef HAVE_FORK
  81. /* Define if <sys/procfs.h> has fpregset_t. */
  82. #undef HAVE_FPREGSET_T
  83. /* Define to 1 if you have the `getauxval' function. */
  84. #undef HAVE_GETAUXVAL
  85. /* Define to 1 if you have the `getpagesize' function. */
  86. #undef HAVE_GETPAGESIZE
  87. /* Define to 1 if you have the `getrlimit' function. */
  88. #undef HAVE_GETRLIMIT
  89. /* Define to 1 if you have the `getrusage' function. */
  90. #undef HAVE_GETRUSAGE
  91. /* Define if <sys/procfs.h> has gregset_t. */
  92. #undef HAVE_GREGSET_T
  93. /* Define to 1 if you have the <inttypes.h> header file. */
  94. #undef HAVE_INTTYPES_H
  95. /* Define to 1 if you have the `kinfo_getfile' function. */
  96. #undef HAVE_KINFO_GETFILE
  97. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  98. #undef HAVE_LANGINFO_CODESET
  99. /* Define to 1 if you have the `dl' library (-ldl). */
  100. #undef HAVE_LIBDL
  101. /* Define if you have the ipt library. */
  102. #undef HAVE_LIBIPT
  103. /* Define if the target supports branch tracing. */
  104. #undef HAVE_LINUX_BTRACE
  105. /* Define to 1 if you have the <linux/elf.h> header file. */
  106. #undef HAVE_LINUX_ELF_H
  107. /* Define to 1 if you have the <linux/perf_event.h> header file. */
  108. #undef HAVE_LINUX_PERF_EVENT_H
  109. /* Define if the target supports register sets. */
  110. #undef HAVE_LINUX_REGSETS
  111. /* Define if the target supports PTRACE_PEEKUSR for register access. */
  112. #undef HAVE_LINUX_USRREGS
  113. /* Define to 1 if you have the <locale.h> header file. */
  114. #undef HAVE_LOCALE_H
  115. /* Define to 1 if the system has the type `long long'. */
  116. #undef HAVE_LONG_LONG
  117. /* Define if <thread_db.h> has lwpid_t. */
  118. #undef HAVE_LWPID_T
  119. /* Define to 1 if you have the <memory.h> header file. */
  120. #undef HAVE_MEMORY_H
  121. /* Define to 1 if you have a working `mmap' system call. */
  122. #undef HAVE_MMAP
  123. /* Define to 1 if you have the <netdb.h> header file. */
  124. #undef HAVE_NETDB_H
  125. /* Define to 1 if you have the <netinet/in.h> header file. */
  126. #undef HAVE_NETINET_IN_H
  127. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  128. #undef HAVE_NETINET_TCP_H
  129. /* Define to 1 if you have the `pipe' function. */
  130. #undef HAVE_PIPE
  131. /* Define to 1 if you have the `pipe2' function. */
  132. #undef HAVE_PIPE2
  133. /* Define to 1 if you have the `poll' function. */
  134. #undef HAVE_POLL
  135. /* Define to 1 if you have the <poll.h> header file. */
  136. #undef HAVE_POLL_H
  137. /* Define to 1 if you have the `pread' function. */
  138. #undef HAVE_PREAD
  139. /* Define to 1 if you have the `pread64' function. */
  140. #undef HAVE_PREAD64
  141. /* Define if <sys/procfs.h> has prfpregset_t. */
  142. #undef HAVE_PRFPREGSET_T
  143. /* Define if <sys/procfs.h> has prgregset32_t. */
  144. #undef HAVE_PRGREGSET32_T
  145. /* Define if <sys/procfs.h> has prgregset_t. */
  146. #undef HAVE_PRGREGSET_T
  147. /* Define to 1 if you have the <proc_service.h> header file. */
  148. #undef HAVE_PROC_SERVICE_H
  149. /* Define if <thread_db.h> has psaddr_t. */
  150. #undef HAVE_PSADDR_T
  151. /* Have PTHREAD_PRIO_INHERIT. */
  152. #undef HAVE_PTHREAD_PRIO_INHERIT
  153. /* Define to 1 if you have the `pthread_setname_np' function. */
  154. #undef HAVE_PTHREAD_SETNAME_NP
  155. /* Define to 1 if you have the `pthread_sigmask' function. */
  156. #undef HAVE_PTHREAD_SIGMASK
  157. /* Define to 1 if you have the `ptrace64' function. */
  158. #undef HAVE_PTRACE64
  159. /* Define if the target supports PTRACE_GETFPXREGS for extended register
  160. access. */
  161. #undef HAVE_PTRACE_GETFPXREGS
  162. /* Define if the target supports PTRACE_GETREGS for register access. */
  163. #undef HAVE_PTRACE_GETREGS
  164. /* Define to 1 if you have the <ptrace.h> header file. */
  165. #undef HAVE_PTRACE_H
  166. /* Define to 1 if you have the `pt_insn_event' function. */
  167. #undef HAVE_PT_INSN_EVENT
  168. /* Define to 1 if you have the `pwrite' function. */
  169. #undef HAVE_PWRITE
  170. /* Define to 1 if you have the `sbrk' function. */
  171. #undef HAVE_SBRK
  172. /* Define to 1 if you have the `setns' function. */
  173. #undef HAVE_SETNS
  174. /* Define to 1 if you have the `setpgid' function. */
  175. #undef HAVE_SETPGID
  176. /* Define to 1 if you have the `setpgrp' function. */
  177. #undef HAVE_SETPGRP
  178. /* Define to 1 if you have the `sigaction' function. */
  179. #undef HAVE_SIGACTION
  180. /* Define to 1 if you have the `sigaltstack' function. */
  181. #undef HAVE_SIGALTSTACK
  182. /* Define to 1 if you have the <signal.h> header file. */
  183. #undef HAVE_SIGNAL_H
  184. /* Define to 1 if you have the `sigprocmask' function. */
  185. #undef HAVE_SIGPROCMASK
  186. /* Define if sigsetjmp is available. */
  187. #undef HAVE_SIGSETJMP
  188. /* Define to 1 if you have the `sigtimedwait' function. */
  189. #undef HAVE_SIGTIMEDWAIT
  190. /* Define to 1 if you have the `socketpair' function. */
  191. #undef HAVE_SOCKETPAIR
  192. /* Define to 1 if the system has the type `socklen_t'. */
  193. #undef HAVE_SOCKLEN_T
  194. /* Define to 1 if you have the <stdint.h> header file. */
  195. #undef HAVE_STDINT_H
  196. /* Define to 1 if you have the <stdlib.h> header file. */
  197. #undef HAVE_STDLIB_H
  198. /* Define to 1 if you have the <strings.h> header file. */
  199. #undef HAVE_STRINGS_H
  200. /* Define to 1 if you have the <string.h> header file. */
  201. #undef HAVE_STRING_H
  202. /* Define to 1 if `enabled' is a member of `struct pt_insn'. */
  203. #undef HAVE_STRUCT_PT_INSN_ENABLED
  204. /* Define to 1 if `resynced' is a member of `struct pt_insn'. */
  205. #undef HAVE_STRUCT_PT_INSN_RESYNCED
  206. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  207. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  208. /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  209. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  210. /* Define to 1 if the target supports __sync_*_compare_and_swap */
  211. #undef HAVE_SYNC_BUILTINS
  212. /* Define to 1 if you have the <sys/file.h> header file. */
  213. #undef HAVE_SYS_FILE_H
  214. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  215. #undef HAVE_SYS_IOCTL_H
  216. /* Define to 1 if you have the <sys/param.h> header file. */
  217. #undef HAVE_SYS_PARAM_H
  218. /* Define to 1 if you have the <sys/poll.h> header file. */
  219. #undef HAVE_SYS_POLL_H
  220. /* Define to 1 if you have the <sys/procfs.h> header file. */
  221. #undef HAVE_SYS_PROCFS_H
  222. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  223. #undef HAVE_SYS_PTRACE_H
  224. /* Define to 1 if you have the <sys/reg.h> header file. */
  225. #undef HAVE_SYS_REG_H
  226. /* Define to 1 if you have the <sys/resource.h> header file. */
  227. #undef HAVE_SYS_RESOURCE_H
  228. /* Define to 1 if you have the <sys/select.h> header file. */
  229. #undef HAVE_SYS_SELECT_H
  230. /* Define to 1 if you have the <sys/socket.h> header file. */
  231. #undef HAVE_SYS_SOCKET_H
  232. /* Define to 1 if you have the <sys/stat.h> header file. */
  233. #undef HAVE_SYS_STAT_H
  234. /* Define to 1 if you have the <sys/types.h> header file. */
  235. #undef HAVE_SYS_TYPES_H
  236. /* Define to 1 if you have the <sys/un.h> header file. */
  237. #undef HAVE_SYS_UN_H
  238. /* Define to 1 if you have the <sys/wait.h> header file. */
  239. #undef HAVE_SYS_WAIT_H
  240. /* Define if TD_VERSION is available. */
  241. #undef HAVE_TD_VERSION
  242. /* Define to 1 if you have the <termios.h> header file. */
  243. #undef HAVE_TERMIOS_H
  244. /* Define to 1 if you have the <thread_db.h> header file. */
  245. #undef HAVE_THREAD_DB_H
  246. /* Define to 1 if you have the <unistd.h> header file. */
  247. #undef HAVE_UNISTD_H
  248. /* Define if UST is available */
  249. #undef HAVE_UST
  250. /* Define to 1 if you have the `vfork' function. */
  251. #undef HAVE_VFORK
  252. /* Define to 1 if you have the <vfork.h> header file. */
  253. #undef HAVE_VFORK_H
  254. /* Define to 1 if you have the <wait.h> header file. */
  255. #undef HAVE_WAIT_H
  256. /* Define to 1 if `fork' works. */
  257. #undef HAVE_WORKING_FORK
  258. /* Define to 1 if `vfork' works. */
  259. #undef HAVE_WORKING_VFORK
  260. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  261. #undef HAVE_WS2TCPIP_H
  262. /* Define to the address where bug reports for this package should be sent. */
  263. #undef PACKAGE_BUGREPORT
  264. /* Define to the full name of this package. */
  265. #undef PACKAGE_NAME
  266. /* Define to the full name and version of this package. */
  267. #undef PACKAGE_STRING
  268. /* Define to the one symbol short name of this package. */
  269. #undef PACKAGE_TARNAME
  270. /* Define to the home page for this package. */
  271. #undef PACKAGE_URL
  272. /* Define to the version of this package. */
  273. #undef PACKAGE_VERSION
  274. /* Additional package description */
  275. #undef PKGVERSION
  276. /* Define to 1 if the "%ll" format works to print long longs. */
  277. #undef PRINTF_HAS_LONG_LONG
  278. /* Define to necessary symbol if this constant uses a non-standard name on
  279. your system. */
  280. #undef PTHREAD_CREATE_JOINABLE
  281. /* Define to the type of arg 1 for ptrace. */
  282. #undef PTRACE_TYPE_ARG1
  283. /* Define to the type of arg 3 for ptrace. */
  284. #undef PTRACE_TYPE_ARG3
  285. /* Define to the type of arg 4 for ptrace. */
  286. #undef PTRACE_TYPE_ARG4
  287. /* Define to the type of arg 5 for ptrace. */
  288. #undef PTRACE_TYPE_ARG5
  289. /* Define as the return type of ptrace. */
  290. #undef PTRACE_TYPE_RET
  291. /* Bug reporting address */
  292. #undef REPORT_BUGS_TO
  293. /* The size of `long long', as computed by sizeof. */
  294. #undef SIZEOF_LONG_LONG
  295. /* If using the C implementation of alloca, define if you know the
  296. direction of stack growth for your system; otherwise it will be
  297. automatically deduced at runtime.
  298. STACK_DIRECTION > 0 => grows toward higher addresses
  299. STACK_DIRECTION < 0 => grows toward lower addresses
  300. STACK_DIRECTION = 0 => direction of growth unknown */
  301. #undef STACK_DIRECTION
  302. /* Define to 1 if you have the ANSI C header files. */
  303. #undef STDC_HEADERS
  304. /* Define if we should use libthread_db directly. */
  305. #undef USE_LIBTHREAD_DB_DIRECTLY
  306. /* Enable extensions on AIX 3, Interix. */
  307. #ifndef _ALL_SOURCE
  308. # undef _ALL_SOURCE
  309. #endif
  310. /* Enable GNU extensions on systems that have them. */
  311. #ifndef _GNU_SOURCE
  312. # undef _GNU_SOURCE
  313. #endif
  314. /* Enable threading extensions on Solaris. */
  315. #ifndef _POSIX_PTHREAD_SEMANTICS
  316. # undef _POSIX_PTHREAD_SEMANTICS
  317. #endif
  318. /* Enable extensions on HP NonStop. */
  319. #ifndef _TANDEM_SOURCE
  320. # undef _TANDEM_SOURCE
  321. #endif
  322. /* Enable general extensions on Solaris. */
  323. #ifndef __EXTENSIONS__
  324. # undef __EXTENSIONS__
  325. #endif
  326. /* Define if we should use libthread_db. */
  327. #undef USE_THREAD_DB
  328. /* Define if we should use the Windows API, instead of the POSIX API. On
  329. Windows, we use the Windows API when building for MinGW, but the POSIX API
  330. when building for Cygwin. */
  331. #undef USE_WIN32API
  332. /* Define if an XML target description is available. */
  333. #undef USE_XML
  334. /* Enable large inode numbers on Mac OS X 10.5. */
  335. #ifndef _DARWIN_USE_64_BIT_INODE
  336. # define _DARWIN_USE_64_BIT_INODE 1
  337. #endif
  338. /* Number of bits in a file offset, on hosts where this is settable. */
  339. #undef _FILE_OFFSET_BITS
  340. /* Define for large files, on AIX-style hosts. */
  341. #undef _LARGE_FILES
  342. /* Define to 1 if on MINIX. */
  343. #undef _MINIX
  344. /* Define to 2 if the system does not provide POSIX.1 features except with
  345. this defined. */
  346. #undef _POSIX_1_SOURCE
  347. /* Define to 1 if you need to in order for `stat' and other things to work. */
  348. #undef _POSIX_SOURCE
  349. /* Use structured /proc on Solaris. */
  350. #undef _STRUCTURED_PROC
  351. /* Define to `int' if <sys/types.h> does not define. */
  352. #undef pid_t
  353. /* Define to `unsigned int' if <sys/types.h> does not define. */
  354. #undef size_t
  355. /* Define as `fork' if `vfork' does not work. */
  356. #undef vfork