config.h.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  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 the flags needed for the .section .eh_frame directive. */
  5. #undef EH_FRAME_FLAGS
  6. /* Define to 1 if you have the `accept4' function. */
  7. #undef HAVE_ACCEPT4
  8. /* Define to 1 if you have the `acosl' function. */
  9. #undef HAVE_ACOSL
  10. /* Define to 1 if you have the `asinl' function. */
  11. #undef HAVE_ASINL
  12. /* Define if your assembler supports GNU comdat group syntax. */
  13. #undef HAVE_AS_COMDAT_GAS
  14. /* Define if your assembler supports unwind section type. */
  15. #undef HAVE_AS_X86_64_UNWIND_SECTION_TYPE
  16. /* Define if your assembler supports PC relative relocs. */
  17. #undef HAVE_AS_X86_PCREL
  18. /* Define to 1 if you have the `atan2l' function. */
  19. #undef HAVE_ATAN2L
  20. /* Define to 1 if you have the `atanl' function. */
  21. #undef HAVE_ATANL
  22. /* Define to 1 if you have the `cosl' function. */
  23. #undef HAVE_COSL
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. #undef HAVE_DLFCN_H
  26. /* Define to 1 if you have the `dl_iterate_phdr' function. */
  27. #undef HAVE_DL_ITERATE_PHDR
  28. /* Define to 1 if you have the `dup3' function. */
  29. #undef HAVE_DUP3
  30. /* Define to 1 if you have the `epoll_create1' function. */
  31. #undef HAVE_EPOLL_CREATE1
  32. /* Define to 1 if you have the `expl' function. */
  33. #undef HAVE_EXPL
  34. /* Define to 1 if you have the `expm1l' function. */
  35. #undef HAVE_EXPM1L
  36. /* Define to 1 if you have the `faccessat' function. */
  37. #undef HAVE_FACCESSAT
  38. /* Define to 1 if you have the `fallocate' function. */
  39. #undef HAVE_FALLOCATE
  40. /* Define to 1 if you have the `fchmodat' function. */
  41. #undef HAVE_FCHMODAT
  42. /* Define to 1 if you have the `fchownat' function. */
  43. #undef HAVE_FCHOWNAT
  44. /* Define to 1 if you have the `futimesat' function. */
  45. #undef HAVE_FUTIMESAT
  46. /* Define if _Unwind_GetIPInfo is available. */
  47. #undef HAVE_GETIPINFO
  48. /* Define to 1 if you have the `getxattr' function. */
  49. #undef HAVE_GETXATTR
  50. /* Define to 1 if you have the `inotify_add_watch' function. */
  51. #undef HAVE_INOTIFY_ADD_WATCH
  52. /* Define to 1 if you have the `inotify_init' function. */
  53. #undef HAVE_INOTIFY_INIT
  54. /* Define to 1 if you have the `inotify_init1' function. */
  55. #undef HAVE_INOTIFY_INIT1
  56. /* Define to 1 if you have the `inotify_rm_watch' function. */
  57. #undef HAVE_INOTIFY_RM_WATCH
  58. /* Define to 1 if you have the <inttypes.h> header file. */
  59. #undef HAVE_INTTYPES_H
  60. /* Define to 1 if you have the `ldexpl' function. */
  61. #undef HAVE_LDEXPL
  62. /* Define to 1 if you have the <linux/ether.h> header file. */
  63. #undef HAVE_LINUX_ETHER_H
  64. /* Define to 1 if you have the <linux/filter.h> header file. */
  65. #undef HAVE_LINUX_FILTER_H
  66. /* Define to 1 if you have the <linux/fs.h> header file. */
  67. #undef HAVE_LINUX_FS_H
  68. /* Define to 1 if you have the <linux/if_addr.h> header file. */
  69. #undef HAVE_LINUX_IF_ADDR_H
  70. /* Define to 1 if you have the <linux/if_ether.h> header file. */
  71. #undef HAVE_LINUX_IF_ETHER_H
  72. /* Define to 1 if you have the <linux/if_tun.h> header file. */
  73. #undef HAVE_LINUX_IF_TUN_H
  74. /* Define to 1 if you have the <linux/netlink.h> header file. */
  75. #undef HAVE_LINUX_NETLINK_H
  76. /* Define to 1 if you have the <linux/reboot.h> header file. */
  77. #undef HAVE_LINUX_REBOOT_H
  78. /* Define to 1 if you have the <linux/rtnetlink.h> header file. */
  79. #undef HAVE_LINUX_RTNETLINK_H
  80. /* Define to 1 if you have the `listxattr' function. */
  81. #undef HAVE_LISTXATTR
  82. /* Define to 1 if the system has the type `loff_t'. */
  83. #undef HAVE_LOFF_T
  84. /* Define to 1 if you have the `log10l' function. */
  85. #undef HAVE_LOG10L
  86. /* Define to 1 if you have the `log1pl' function. */
  87. #undef HAVE_LOG1PL
  88. /* Define to 1 if you have the `logl' function. */
  89. #undef HAVE_LOGL
  90. /* Define to 1 if you have the `matherr' function. */
  91. #undef HAVE_MATHERR
  92. /* Define to 1 if you have the <memory.h> header file. */
  93. #undef HAVE_MEMORY_H
  94. /* Define to 1 if you have the `mincore' function. */
  95. #undef HAVE_MINCORE
  96. /* Define to 1 if you have the `mkdirat' function. */
  97. #undef HAVE_MKDIRAT
  98. /* Define to 1 if you have the `mknodat' function. */
  99. #undef HAVE_MKNODAT
  100. /* Define to 1 if you have the <netinet/icmp6.h> header file. */
  101. #undef HAVE_NETINET_ICMP6_H
  102. /* Define to 1 if you have the <netinet/if_ether.h> header file. */
  103. #undef HAVE_NETINET_IF_ETHER_H
  104. /* Define to 1 if you have the <netinet/in_syst.h> header file. */
  105. #undef HAVE_NETINET_IN_SYST_H
  106. /* Define to 1 if you have the <netinet/ip.h> header file. */
  107. #undef HAVE_NETINET_IP_H
  108. /* Define to 1 if you have the <netinet/ip_mroute.h> header file. */
  109. #undef HAVE_NETINET_IP_MROUTE_H
  110. /* Define to 1 if you have the <netpacket/packet.h> header file. */
  111. #undef HAVE_NETPACKET_PACKET_H
  112. /* Define to 1 if you have the <net/if_arp.h> header file. */
  113. #undef HAVE_NET_IF_ARP_H
  114. /* Define to 1 if you have the <net/if.h> header file. */
  115. #undef HAVE_NET_IF_H
  116. /* Define to 1 if you have the <net/route.h> header file. */
  117. #undef HAVE_NET_ROUTE_H
  118. /* Define to 1 if the system has the type `off64_t'. */
  119. #undef HAVE_OFF64_T
  120. /* Define to 1 if you have the `open64' function. */
  121. #undef HAVE_OPEN64
  122. /* Define to 1 if you have the `openat' function. */
  123. #undef HAVE_OPENAT
  124. /* Define to 1 if you have the `pipe2' function. */
  125. #undef HAVE_PIPE2
  126. /* Define to 1 if you have the `removexattr' function. */
  127. #undef HAVE_REMOVEXATTR
  128. /* Define to 1 if you have the `renameat' function. */
  129. #undef HAVE_RENAMEAT
  130. /* Define to 1 if you have the <sched.h> header file. */
  131. #undef HAVE_SCHED_H
  132. /* Define to 1 if you have the `sem_timedwait' function. */
  133. #undef HAVE_SEM_TIMEDWAIT
  134. /* Define to 1 if you have the `setenv' function. */
  135. #undef HAVE_SETENV
  136. /* Define to 1 if you have the `setxattr' function. */
  137. #undef HAVE_SETXATTR
  138. /* Define to 1 if you have the `sinl' function. */
  139. #undef HAVE_SINL
  140. /* Define to 1 if you have the `splice' function. */
  141. #undef HAVE_SPLICE
  142. /* Define to 1 if you have the <stdint.h> header file. */
  143. #undef HAVE_STDINT_H
  144. /* Define to 1 if you have the <stdlib.h> header file. */
  145. #undef HAVE_STDLIB_H
  146. /* Define to 1 if you have the `strerror_r' function. */
  147. #undef HAVE_STRERROR_R
  148. /* Define to 1 if you have the <strings.h> header file. */
  149. #undef HAVE_STRINGS_H
  150. /* Define to 1 if you have the <string.h> header file. */
  151. #undef HAVE_STRING_H
  152. /* Define to 1 if you have the `strsignal' function. */
  153. #undef HAVE_STRSIGNAL
  154. /* Define to 1 if <math.h> defines struct exception */
  155. #undef HAVE_STRUCT_EXCEPTION
  156. /* Define to 1 if the compiler provides the __sync_add_and_fetch function for
  157. uint64 */
  158. #undef HAVE_SYNC_ADD_AND_FETCH_8
  159. /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
  160. function for uint32 */
  161. #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
  162. /* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
  163. function for uint64 */
  164. #undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_8
  165. /* Define to 1 if the compiler provides the __sync_fetch_and_add function for
  166. uint32 */
  167. #undef HAVE_SYNC_FETCH_AND_ADD_4
  168. /* Define to 1 if you have the `sync_file_range' function. */
  169. #undef HAVE_SYNC_FILE_RANGE
  170. /* Define to 1 if you have the <syscall.h> header file. */
  171. #undef HAVE_SYSCALL_H
  172. /* Define to 1 if you have the <sys/epoll.h> header file. */
  173. #undef HAVE_SYS_EPOLL_H
  174. /* Define to 1 if you have the <sys/file.h> header file. */
  175. #undef HAVE_SYS_FILE_H
  176. /* Define to 1 if you have the <sys/inotify.h> header file. */
  177. #undef HAVE_SYS_INOTIFY_H
  178. /* Define to 1 if you have the <sys/mman.h> header file. */
  179. #undef HAVE_SYS_MMAN_H
  180. /* Define to 1 if you have the <sys/mount.h> header file. */
  181. #undef HAVE_SYS_MOUNT_H
  182. /* Define to 1 if you have the <sys/prctl.h> header file. */
  183. #undef HAVE_SYS_PRCTL_H
  184. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  185. #undef HAVE_SYS_PTRACE_H
  186. /* Define to 1 if you have the <sys/select.h> header file. */
  187. #undef HAVE_SYS_SELECT_H
  188. /* Define to 1 if you have the <sys/socket.h> header file. */
  189. #undef HAVE_SYS_SOCKET_H
  190. /* Define to 1 if you have the <sys/statfs.h> header file. */
  191. #undef HAVE_SYS_STATFS_H
  192. /* Define to 1 if you have the <sys/stat.h> header file. */
  193. #undef HAVE_SYS_STAT_H
  194. /* Define to 1 if you have the <sys/syscall.h> header file. */
  195. #undef HAVE_SYS_SYSCALL_H
  196. /* Define to 1 if you have the <sys/sysinfo.h> header file. */
  197. #undef HAVE_SYS_SYSINFO_H
  198. /* Define to 1 if you have the <sys/timex.h> header file. */
  199. #undef HAVE_SYS_TIMEX_H
  200. /* Define to 1 if you have the <sys/types.h> header file. */
  201. #undef HAVE_SYS_TYPES_H
  202. /* Define to 1 if you have the <sys/user.h> header file. */
  203. #undef HAVE_SYS_USER_H
  204. /* Define to 1 if you have the <sys/utsname.h> header file. */
  205. #undef HAVE_SYS_UTSNAME_H
  206. /* Define to 1 if you have the <sys/vfs.h> header file. */
  207. #undef HAVE_SYS_VFS_H
  208. /* Define to 1 if you have the `tanl' function. */
  209. #undef HAVE_TANL
  210. /* Define to 1 if you have the `tee' function. */
  211. #undef HAVE_TEE
  212. /* Define to 1 if you have the <unistd.h> header file. */
  213. #undef HAVE_UNISTD_H
  214. /* Define to 1 if you have the `unlinkat' function. */
  215. #undef HAVE_UNLINKAT
  216. /* Define to 1 if you have the `unsetenv' function. */
  217. #undef HAVE_UNSETENV
  218. /* Define to 1 if you have the `unshare' function. */
  219. #undef HAVE_UNSHARE
  220. /* Define to 1 if you have the <ustat.h> header file and it works. */
  221. #undef HAVE_USTAT_H
  222. /* Define to 1 if you have the `utimensat' function. */
  223. #undef HAVE_UTIMENSAT
  224. /* Define to 1 if you have the <utime.h> header file. */
  225. #undef HAVE_UTIME_H
  226. /* Define to 1 if you have the `wait4' function. */
  227. #undef HAVE_WAIT4
  228. /* Define if the C++ compiler is configured for setjmp/longjmp exceptions. */
  229. #undef LIBGO_SJLJ_EXCEPTIONS
  230. /* Define if the linker support split stack adjustments */
  231. #undef LINKER_SUPPORTS_SPLIT_STACK
  232. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  233. */
  234. #undef LT_OBJDIR
  235. /* Name of package */
  236. #undef PACKAGE
  237. /* Define to the address where bug reports for this package should be sent. */
  238. #undef PACKAGE_BUGREPORT
  239. /* Define to the full name of this package. */
  240. #undef PACKAGE_NAME
  241. /* Define to the full name and version of this package. */
  242. #undef PACKAGE_STRING
  243. /* Define to the one symbol short name of this package. */
  244. #undef PACKAGE_TARNAME
  245. /* Define to the home page for this package. */
  246. #undef PACKAGE_URL
  247. /* Define to the version of this package. */
  248. #undef PACKAGE_VERSION
  249. /* Define if setcontext clobbers TLS variables */
  250. #undef SETCONTEXT_CLOBBERS_TLS
  251. /* The size of `void *', as computed by sizeof. */
  252. #undef SIZEOF_VOID_P
  253. /* Define to 1 if you have the ANSI C header files. */
  254. #undef STDC_HEADERS
  255. /* Define if we're to use libffi. */
  256. #undef USE_LIBFFI
  257. /* Define if the compiler supports -fsplit-stack */
  258. #undef USING_SPLIT_STACK
  259. /* Version number of package */
  260. #undef VERSION
  261. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  262. significant byte first (like Motorola and SPARC, unlike Intel). */
  263. #if defined AC_APPLE_UNIVERSAL_BUILD
  264. # if defined __BIG_ENDIAN__
  265. # define WORDS_BIGENDIAN 1
  266. # endif
  267. #else
  268. # ifndef WORDS_BIGENDIAN
  269. # undef WORDS_BIGENDIAN
  270. # endif
  271. #endif
  272. /* Define to `long int' if <sys/types.h> does not define. */
  273. #undef off_t