config.h.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  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 one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  5. systems. This function is required for `alloca.c' support on those systems.
  6. */
  7. #undef CRAY_STACKSEG_END
  8. /* Define to 1 if using `alloca.c'. */
  9. #undef C_ALLOCA
  10. /* Define to 1 if asynchronous DNS support is enabled. */
  11. #undef ENABLE_ASYNC_DNS
  12. /* Define to 1 if BitTorrent support is enabled. */
  13. #undef ENABLE_BITTORRENT
  14. /* Define to 1 if message digest support is enabled. */
  15. #undef ENABLE_MESSAGE_DIGEST
  16. /* Define to 1 if Metalink support is enabled. */
  17. #undef ENABLE_METALINK
  18. /* Define to 1 if translation of program messages to the user's native
  19. language is requested. */
  20. #undef ENABLE_NLS
  21. /* Define to 1 if ssl support is enabled. */
  22. #undef ENABLE_SSL
  23. /* Define to 1 if XML-RPC support is enabled. */
  24. #undef ENABLE_XML_RPC
  25. /* Define to 1 if you have the `alarm' function. */
  26. #undef HAVE_ALARM
  27. /* Define to 1 if you have `alloca', as a function or macro. */
  28. #undef HAVE_ALLOCA
  29. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  30. */
  31. #undef HAVE_ALLOCA_H
  32. /* Define to 1 if you have the `argz_count' function. */
  33. #undef HAVE_ARGZ_COUNT
  34. /* Define to 1 if you have the <argz.h> header file. */
  35. #undef HAVE_ARGZ_H
  36. /* Define to 1 if you have the `argz_next' function. */
  37. #undef HAVE_ARGZ_NEXT
  38. /* Define to 1 if you have the `argz_stringify' function. */
  39. #undef HAVE_ARGZ_STRINGIFY
  40. /* Define to 1 if you have the <arpa/inet.h> header file. */
  41. #undef HAVE_ARPA_INET_H
  42. /* Define to 1 if you have the `asctime_r' function. */
  43. #undef HAVE_ASCTIME_R
  44. /* Define to 1 if you have the `asprintf' function. */
  45. #undef HAVE_ASPRINTF
  46. /* Define to 1 if you have the `atexit' function. */
  47. #undef HAVE_ATEXIT
  48. /* Define to 1 if you have the `basename' function. */
  49. #undef HAVE_BASENAME
  50. /* Define to 1 if the compiler understands __builtin_expect. */
  51. #undef HAVE_BUILTIN_EXPECT
  52. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  53. CoreFoundation framework. */
  54. #undef HAVE_CFLOCALECOPYCURRENT
  55. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  56. the CoreFoundation framework. */
  57. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  58. /* Define to 1 if you have the `clock_gettime' function. */
  59. #undef HAVE_CLOCK_GETTIME
  60. /* Define to 1 if you have the `daemon' function. */
  61. #undef HAVE_DAEMON
  62. /* Define if the GNU dcgettext() function is already present or preinstalled.
  63. */
  64. #undef HAVE_DCGETTEXT
  65. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  66. don't. */
  67. #undef HAVE_DECL_FEOF_UNLOCKED
  68. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  69. you don't. */
  70. #undef HAVE_DECL_FGETS_UNLOCKED
  71. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  72. don't. */
  73. #undef HAVE_DECL_GETC_UNLOCKED
  74. /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
  75. don't. */
  76. #undef HAVE_DECL__SNPRINTF
  77. /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
  78. don't. */
  79. #undef HAVE_DECL__SNWPRINTF
  80. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  81. #undef HAVE_DOPRNT
  82. /* Define to 1 if epoll is available. */
  83. #undef HAVE_EPOLL
  84. /* Define to 1 if you have the `epoll_create' function. */
  85. #undef HAVE_EPOLL_CREATE
  86. /* Define to 1 if you have the `EVP_DigestInit_ex' function. */
  87. #undef HAVE_EVP_DIGESTINIT_EX
  88. /* Define to 1 if you have the `EVP_sha256' function. */
  89. #undef HAVE_EVP_SHA256
  90. /* Define to 1 if you have the `fallocate' function. */
  91. #undef HAVE_FALLOCATE
  92. /* Define to 1 if you have the <fcntl.h> header file. */
  93. #undef HAVE_FCNTL_H
  94. /* Define to 1 if you have the <float.h> header file. */
  95. #undef HAVE_FLOAT_H
  96. /* Define to 1 if you have the `fork' function. */
  97. #undef HAVE_FORK
  98. /* Define to 1 if you have the `ftruncate' function. */
  99. #undef HAVE_FTRUNCATE
  100. /* Define to 1 if you have the `fwprintf' function. */
  101. #undef HAVE_FWPRINTF
  102. /* Define to 1 if you have the `gai_strerror' function. */
  103. #undef HAVE_GAI_STRERROR
  104. /* Define to 1 if you have the `getaddrinfo' function. */
  105. #undef HAVE_GETADDRINFO
  106. /* Define to 1 if you have the `getcwd' function. */
  107. #undef HAVE_GETCWD
  108. /* Define to 1 if you have the `getegid' function. */
  109. #undef HAVE_GETEGID
  110. /* Define to 1 if you have the `geteuid' function. */
  111. #undef HAVE_GETEUID
  112. /* Define to 1 if you have the `getgid' function. */
  113. #undef HAVE_GETGID
  114. /* Define to 1 if you have the `gethostbyaddr' function. */
  115. #undef HAVE_GETHOSTBYADDR
  116. /* Define to 1 if you have the `gethostbyname' function. */
  117. #undef HAVE_GETHOSTBYNAME
  118. /* Define to 1 if you have the `getifaddrs' function. */
  119. #undef HAVE_GETIFADDRS
  120. /* Define to 1 if you have the `getpagesize' function. */
  121. #undef HAVE_GETPAGESIZE
  122. /* Define if the GNU gettext() function is already present or preinstalled. */
  123. #undef HAVE_GETTEXT
  124. /* Define to 1 if you have the `gettimeofday' function. */
  125. #undef HAVE_GETTIMEOFDAY
  126. /* Define to 1 if you have the `getuid' function. */
  127. #undef HAVE_GETUID
  128. /* Define if you have the iconv() function and it works. */
  129. #undef HAVE_ICONV
  130. /* Define to 1 if you have the <ifaddrs.h> header file. */
  131. #undef HAVE_IFADDRS_H
  132. /* Define to 1 if you have the `inet_aton' function. */
  133. #undef HAVE_INET_ATON
  134. /* Define to 1 if you have the `inet_ntoa' function. */
  135. #undef HAVE_INET_NTOA
  136. /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
  137. #undef HAVE_INTMAX_T
  138. /* Define to 1 if you have the <inttypes.h> header file. */
  139. #undef HAVE_INTTYPES_H
  140. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  141. declares uintmax_t. */
  142. #undef HAVE_INTTYPES_H_WITH_UINTMAX
  143. /* Define to 1 if you have the <io.h> header file. */
  144. #undef HAVE_IO_H
  145. /* Define to 1 if you have the `kqueue' function. */
  146. #undef HAVE_KQUEUE
  147. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  148. #undef HAVE_LANGINFO_CODESET
  149. /* Define to 1 if you have the <langinfo.h> header file. */
  150. #undef HAVE_LANGINFO_H
  151. /* Define if your <locale.h> file defines LC_MESSAGES. */
  152. #undef HAVE_LC_MESSAGES
  153. /* Define to 1 if you have libcares. */
  154. #undef HAVE_LIBCARES
  155. /* Define 1 if ares_host_callback accepts timeouts(c-ares >= 1.5) */
  156. #undef HAVE_LIBCARES1_5
  157. /* Define to 1 if you have libexpat. */
  158. #undef HAVE_LIBEXPAT
  159. /* Define to 1 if you have libgcrypt. */
  160. #undef HAVE_LIBGCRYPT
  161. /* Define to 1 if you have libgnutls. */
  162. #undef HAVE_LIBGNUTLS
  163. /* Define to 1 if you have the <libintl.h> header file. */
  164. #undef HAVE_LIBINTL_H
  165. /* Define to 1 if you have openssl. */
  166. #undef HAVE_LIBSSL
  167. /* Define to 1 if you have libxml2. */
  168. #undef HAVE_LIBXML2
  169. /* Define to 1 if you have libz. */
  170. #undef HAVE_LIBZ
  171. /* Define to 1 if you have the <limits.h> header file. */
  172. #undef HAVE_LIMITS_H
  173. /* Define to 1 if you have the <locale.h> header file. */
  174. #undef HAVE_LOCALE_H
  175. /* Define to 1 if you have the `localtime_r' function. */
  176. #undef HAVE_LOCALTIME_R
  177. /* Define to 1 if the system has the type `long long int'. */
  178. #undef HAVE_LONG_LONG_INT
  179. /* Define to 1 if you have the `mach_absolute_time' function. */
  180. #undef HAVE_MACH_ABSOLUTE_TIME
  181. /* Define to 1 if you have the <malloc.h> header file. */
  182. #undef HAVE_MALLOC_H
  183. /* Define to 1 if you have the `memchr' function. */
  184. #undef HAVE_MEMCHR
  185. /* Define to 1 if you have the `memmove' function. */
  186. #undef HAVE_MEMMOVE
  187. /* Define to 1 if you have the <memory.h> header file. */
  188. #undef HAVE_MEMORY_H
  189. /* Define to 1 if you have the `mempcpy' function. */
  190. #undef HAVE_MEMPCPY
  191. /* Define to 1 if you have the `memset' function. */
  192. #undef HAVE_MEMSET
  193. /* Define to 1 if you have the `mkdir' function. */
  194. #undef HAVE_MKDIR
  195. /* Define to 1 if you have a working `mmap' system call. */
  196. #undef HAVE_MMAP
  197. /* Define to 1 if you have the <mmsystem.h> header file. */
  198. #undef HAVE_MMSYSTEM_H
  199. /* Define to 1 if you have the `munmap' function. */
  200. #undef HAVE_MUNMAP
  201. /* Define to 1 if you have the <netdb.h> header file. */
  202. #undef HAVE_NETDB_H
  203. /* Define to 1 if you have the <netinet/in.h> header file. */
  204. #undef HAVE_NETINET_IN_H
  205. /* Define to 1 if you have the `nl_langinfo' function. */
  206. #undef HAVE_NL_LANGINFO
  207. /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
  208. _GNU_SOURCE is defined. */
  209. #undef HAVE_NL_LOCALE_NAME
  210. /* Define to 1 if you have old openssl. */
  211. #undef HAVE_OLD_LIBSSL
  212. /* Define 1 if struct option.name is const char* */
  213. #undef HAVE_OPTION_CONST_NAME
  214. /* Define to 1 if you have the `poll' function. */
  215. #undef HAVE_POLL
  216. /* Define to 1 if you have the <poll.h> header file. */
  217. #undef HAVE_POLL_H
  218. /* Define to 1 if you have the `port_associate' function. */
  219. #undef HAVE_PORT_ASSOCIATE
  220. /* Define to 1 if you have the <port.h> header file. */
  221. #undef HAVE_PORT_H
  222. /* Define to 1 if you have the `posix_fallocate' function. */
  223. #undef HAVE_POSIX_FALLOCATE
  224. /* Define to 1 if you have the `posix_memalign' function. */
  225. #undef HAVE_POSIX_MEMALIGN
  226. /* Define if your printf() function supports format strings with positions. */
  227. #undef HAVE_POSIX_PRINTF
  228. /* Define to 1 if you have the `pow' function. */
  229. #undef HAVE_POW
  230. /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
  231. #undef HAVE_PTHREAD_MUTEX_RECURSIVE
  232. /* Define if the POSIX multithreading library has read/write locks. */
  233. #undef HAVE_PTHREAD_RWLOCK
  234. /* Define to 1 if the system has the type `ptrdiff_t'. */
  235. #undef HAVE_PTRDIFF_T
  236. /* Define to 1 if you have the `putenv' function. */
  237. #undef HAVE_PUTENV
  238. /* Define to 1 if you have the `rmdir' function. */
  239. #undef HAVE_RMDIR
  240. /* Define to 1 if you have the `select' function. */
  241. #undef HAVE_SELECT
  242. /* Define to 1 if you have the `setenv' function. */
  243. #undef HAVE_SETENV
  244. /* Define to 1 if you have the `setlocale' function. */
  245. #undef HAVE_SETLOCALE
  246. /* Define to 1 if you have the `sleep' function. */
  247. #undef HAVE_SLEEP
  248. /* Define to 1 if you have the `snprintf' function. */
  249. #undef HAVE_SNPRINTF
  250. /* Define to 1 if struct sockaddr_in has sin_len member. */
  251. #undef HAVE_SOCKADDR_IN_SIN_LEN
  252. /* Define to 1 if you have the `socket' function. */
  253. #undef HAVE_SOCKET
  254. /* Define to 1 if *_fallocate is available. */
  255. #undef HAVE_SOME_FALLOCATE
  256. /* Define to 1 if you have sqlite3. */
  257. #undef HAVE_SQLITE3
  258. /* Define to 1 if you have the `sqlite3_open_v2' function. */
  259. #undef HAVE_SQLITE3_OPEN_V2
  260. /* Define to 1 if `stat' has the bug that it succeeds when given the
  261. zero-length file name argument. */
  262. #undef HAVE_STAT_EMPTY_STRING_BUG
  263. /* Define to 1 if stdbool.h conforms to C99. */
  264. #undef HAVE_STDBOOL_H
  265. /* Define to 1 if you have the <stddef.h> header file. */
  266. #undef HAVE_STDDEF_H
  267. /* Define to 1 if you have the <stdint.h> header file. */
  268. #undef HAVE_STDINT_H
  269. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  270. uintmax_t. */
  271. #undef HAVE_STDINT_H_WITH_UINTMAX
  272. /* Define to 1 if you have the <stdio_ext.h> header file. */
  273. #undef HAVE_STDIO_EXT_H
  274. /* Define to 1 if you have the <stdlib.h> header file. */
  275. #undef HAVE_STDLIB_H
  276. /* Define to 1 if you have the `stpcpy' function. */
  277. #undef HAVE_STPCPY
  278. /* Define to 1 if you have the `strcasecmp' function. */
  279. #undef HAVE_STRCASECMP
  280. /* Define to 1 if you have the `strchr' function. */
  281. #undef HAVE_STRCHR
  282. /* Define to 1 if you have the `strcspn' function. */
  283. #undef HAVE_STRCSPN
  284. /* Define to 1 if you have the `strdup' function. */
  285. #undef HAVE_STRDUP
  286. /* Define to 1 if you have the `strerror' function. */
  287. #undef HAVE_STRERROR
  288. /* Define to 1 if you have the `strftime' function. */
  289. #undef HAVE_STRFTIME
  290. /* Define to 1 if you have the <strings.h> header file. */
  291. #undef HAVE_STRINGS_H
  292. /* Define to 1 if you have the <string.h> header file. */
  293. #undef HAVE_STRING_H
  294. /* Define to 1 if you have the `strncasecmp' function. */
  295. #undef HAVE_STRNCASECMP
  296. /* Define to 1 if you have the `strptime' function. */
  297. #undef HAVE_STRPTIME
  298. /* Define to 1 if you have the `strstr' function. */
  299. #undef HAVE_STRSTR
  300. /* Define to 1 if you have the `strtol' function. */
  301. #undef HAVE_STRTOL
  302. /* Define to 1 if you have the `strtoul' function. */
  303. #undef HAVE_STRTOUL
  304. /* Define to 1 if you have the `strtoull' function. */
  305. #undef HAVE_STRTOULL
  306. /* Define to 1 if the system has the type `struct timespec'. */
  307. #undef HAVE_STRUCT_TIMESPEC
  308. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  309. #undef HAVE_SYS_IOCTL_H
  310. /* Define to 1 if you have the <sys/param.h> header file. */
  311. #undef HAVE_SYS_PARAM_H
  312. /* Define to 1 if you have the <sys/select.h> header file. */
  313. #undef HAVE_SYS_SELECT_H
  314. /* Define to 1 if you have the <sys/socket.h> header file. */
  315. #undef HAVE_SYS_SOCKET_H
  316. /* Define to 1 if you have the <sys/stat.h> header file. */
  317. #undef HAVE_SYS_STAT_H
  318. /* Define to 1 if you have the <sys/time.h> header file. */
  319. #undef HAVE_SYS_TIME_H
  320. /* Define to 1 if you have the <sys/types.h> header file. */
  321. #undef HAVE_SYS_TYPES_H
  322. /* Define to 1 if you have the <termios.h> header file. */
  323. #undef HAVE_TERMIOS_H
  324. /* Define to 1 if you have the `timegm' function. */
  325. #undef HAVE_TIMEGM
  326. /* Define to 1 if you have the `tsearch' function. */
  327. #undef HAVE_TSEARCH
  328. /* Define to 1 if you have the `tzset' function. */
  329. #undef HAVE_TZSET
  330. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  331. #undef HAVE_UINTMAX_T
  332. /* Define to 1 if you have the <unistd.h> header file. */
  333. #undef HAVE_UNISTD_H
  334. /* Define to 1 if you have the `unsetenv' function. */
  335. #undef HAVE_UNSETENV
  336. /* Define to 1 if the system has the type `unsigned long long int'. */
  337. #undef HAVE_UNSIGNED_LONG_LONG_INT
  338. /* Define to 1 if you have the `usleep' function. */
  339. #undef HAVE_USLEEP
  340. /* Define to 1 if you have the `utime' function. */
  341. #undef HAVE_UTIME
  342. /* Define to 1 if you have the <utime.h> header file. */
  343. #undef HAVE_UTIME_H
  344. /* Define to 1 if you have the `vfork' function. */
  345. #undef HAVE_VFORK
  346. /* Define to 1 if you have the <vfork.h> header file. */
  347. #undef HAVE_VFORK_H
  348. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  349. declarations. */
  350. #undef HAVE_VISIBILITY
  351. /* Define to 1 if you have the `vprintf' function. */
  352. #undef HAVE_VPRINTF
  353. /* Define to 1 if you have the <wchar.h> header file. */
  354. #undef HAVE_WCHAR_H
  355. /* Define if you have the 'wchar_t' type. */
  356. #undef HAVE_WCHAR_T
  357. /* Define to 1 if you have the `wcslen' function. */
  358. #undef HAVE_WCSLEN
  359. /* Define to 1 if you have the <windows.h> header file. */
  360. #undef HAVE_WINDOWS_H
  361. /* Define to 1 if you have the <winsock2.h> header file. */
  362. #undef HAVE_WINSOCK2_H
  363. /* Define if you have the 'wint_t' type. */
  364. #undef HAVE_WINT_T
  365. /* Define to 1 if `fork' works. */
  366. #undef HAVE_WORKING_FORK
  367. /* Define to 1 if `vfork' works. */
  368. #undef HAVE_WORKING_VFORK
  369. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  370. #undef HAVE_WS2TCPIP_H
  371. /* Define to 1 if the system has the type `_Bool'. */
  372. #undef HAVE__BOOL
  373. /* Define to 1 if you have the `__argz_count' function. */
  374. #undef HAVE___ARGZ_COUNT
  375. /* Define to 1 if you have the `__argz_next' function. */
  376. #undef HAVE___ARGZ_NEXT
  377. /* Define to 1 if you have the `__argz_stringify' function. */
  378. #undef HAVE___ARGZ_STRINGIFY
  379. /* Define to 1 if you have the `__fsetlocking' function. */
  380. #undef HAVE___FSETLOCKING
  381. /* Define as const if the declaration of iconv() needs const. */
  382. #undef ICONV_CONST
  383. /* Define if integer division by zero raises signal SIGFPE. */
  384. #undef INTDIV0_RAISES_SIGFPE
  385. /* Define to 1 if struct kevent.udata is intptr_t */
  386. #undef KEVENT_UDATA_INTPTR_T
  387. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  388. slash. */
  389. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  390. /* Name of package */
  391. #undef PACKAGE
  392. /* Define to the address where bug reports for this package should be sent. */
  393. #undef PACKAGE_BUGREPORT
  394. /* Define to the full name of this package. */
  395. #undef PACKAGE_NAME
  396. /* Define to the full name and version of this package. */
  397. #undef PACKAGE_STRING
  398. /* Define to the one symbol short name of this package. */
  399. #undef PACKAGE_TARNAME
  400. /* Define to the home page for this package. */
  401. #undef PACKAGE_URL
  402. /* Define to the version of this package. */
  403. #undef PACKAGE_VERSION
  404. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  405. #undef PRI_MACROS_BROKEN
  406. /* Define if the pthread_in_use() detection is hard. */
  407. #undef PTHREAD_IN_USE_DETECTION_HARD
  408. /* Define to the type of arg 1 for `select'. */
  409. #undef SELECT_TYPE_ARG1
  410. /* Define to the type of args 2, 3 and 4 for `select'. */
  411. #undef SELECT_TYPE_ARG234
  412. /* Define to the type of arg 5 for `select'. */
  413. #undef SELECT_TYPE_ARG5
  414. /* Define as the maximum value of type 'size_t', if the system doesn't define
  415. it. */
  416. #undef SIZE_MAX
  417. /* If using the C implementation of alloca, define if you know the
  418. direction of stack growth for your system; otherwise it will be
  419. automatically deduced at runtime.
  420. STACK_DIRECTION > 0 => grows toward higher addresses
  421. STACK_DIRECTION < 0 => grows toward lower addresses
  422. STACK_DIRECTION = 0 => direction of growth unknown */
  423. #undef STACK_DIRECTION
  424. /* Define to 1 if you have the ANSI C header files. */
  425. #undef STDC_HEADERS
  426. /* Define target-type */
  427. #undef TARGET
  428. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  429. #undef TIME_WITH_SYS_TIME
  430. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  431. #undef TM_IN_SYS_TIME
  432. /* Define if the POSIX multithreading library can be used. */
  433. #undef USE_POSIX_THREADS
  434. /* Define if references to the POSIX multithreading library should be made
  435. weak. */
  436. #undef USE_POSIX_THREADS_WEAK
  437. /* Define if the GNU Pth multithreading library can be used. */
  438. #undef USE_PTH_THREADS
  439. /* Define if references to the GNU Pth multithreading library should be made
  440. weak. */
  441. #undef USE_PTH_THREADS_WEAK
  442. /* Define if the old Solaris multithreading library can be used. */
  443. #undef USE_SOLARIS_THREADS
  444. /* Define if references to the old Solaris multithreading library should be
  445. made weak. */
  446. #undef USE_SOLARIS_THREADS_WEAK
  447. /* Enable extensions on AIX 3, Interix. */
  448. #ifndef _ALL_SOURCE
  449. # undef _ALL_SOURCE
  450. #endif
  451. /* Enable GNU extensions on systems that have them. */
  452. #ifndef _GNU_SOURCE
  453. # undef _GNU_SOURCE
  454. #endif
  455. /* Enable threading extensions on Solaris. */
  456. #ifndef _POSIX_PTHREAD_SEMANTICS
  457. # undef _POSIX_PTHREAD_SEMANTICS
  458. #endif
  459. /* Enable extensions on HP NonStop. */
  460. #ifndef _TANDEM_SOURCE
  461. # undef _TANDEM_SOURCE
  462. #endif
  463. /* Enable general extensions on Solaris. */
  464. #ifndef __EXTENSIONS__
  465. # undef __EXTENSIONS__
  466. #endif
  467. /* Define if the Win32 multithreading API can be used. */
  468. #undef USE_WIN32_THREADS
  469. /* Version number of package */
  470. #undef VERSION
  471. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  472. significant byte first (like Motorola and SPARC, unlike Intel). */
  473. #if defined AC_APPLE_UNIVERSAL_BUILD
  474. # if defined __BIG_ENDIAN__
  475. # define WORDS_BIGENDIAN 1
  476. # endif
  477. #else
  478. # ifndef WORDS_BIGENDIAN
  479. # undef WORDS_BIGENDIAN
  480. # endif
  481. #endif
  482. /* Number of bits in a file offset, on hosts where this is settable. */
  483. #undef _FILE_OFFSET_BITS
  484. /* Define for large files, on AIX-style hosts. */
  485. #undef _LARGE_FILES
  486. /* Define to 1 if on MINIX. */
  487. #undef _MINIX
  488. /* Define to 2 if the system does not provide POSIX.1 features except with
  489. this defined. */
  490. #undef _POSIX_1_SOURCE
  491. /* Define to 1 if you need to in order for `stat' and other things to work. */
  492. #undef _POSIX_SOURCE
  493. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  494. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  495. #define below would cause a syntax error. */
  496. #undef _UINT32_T
  497. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  498. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  499. #define below would cause a syntax error. */
  500. #undef _UINT64_T
  501. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  502. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  503. #define below would cause a syntax error. */
  504. #undef _UINT8_T
  505. /* Define to empty if `const' does not conform to ANSI C. */
  506. #undef const
  507. /* Define to `__inline__' or `__inline' if that's what the C compiler
  508. calls it, or to nothing if 'inline' is not supported under any name. */
  509. #ifndef __cplusplus
  510. #undef inline
  511. #endif
  512. /* Define to the type of a signed integer type of width exactly 16 bits if
  513. such a type exists and the standard includes do not define it. */
  514. #undef int16_t
  515. /* Define to the type of a signed integer type of width exactly 32 bits if
  516. such a type exists and the standard includes do not define it. */
  517. #undef int32_t
  518. /* Define to the type of a signed integer type of width exactly 64 bits if
  519. such a type exists and the standard includes do not define it. */
  520. #undef int64_t
  521. /* Define to the type of a signed integer type of width exactly 8 bits if such
  522. a type exists and the standard includes do not define it. */
  523. #undef int8_t
  524. /* Define to `int' if <sys/types.h> does not define. */
  525. #undef mode_t
  526. /* Define to `long int' if <sys/types.h> does not define. */
  527. #undef off_t
  528. /* Define to `int' if <sys/types.h> does not define. */
  529. #undef pid_t
  530. /* Define as the type of the result of subtracting two pointers, if the system
  531. doesn't define it. */
  532. #undef ptrdiff_t
  533. /* Define to `unsigned int' if <sys/types.h> does not define. */
  534. #undef size_t
  535. /* Define to `int' if <sys/types.h> does not define. */
  536. #undef ssize_t
  537. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  538. such a type exists and the standard includes do not define it. */
  539. #undef uint16_t
  540. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  541. such a type exists and the standard includes do not define it. */
  542. #undef uint32_t
  543. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  544. such a type exists and the standard includes do not define it. */
  545. #undef uint64_t
  546. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  547. such a type exists and the standard includes do not define it. */
  548. #undef uint8_t
  549. /* Define to unsigned long or unsigned long long if <stdint.h> and
  550. <inttypes.h> don't define. */
  551. #undef uintmax_t
  552. /* Define as `fork' if `vfork' does not work. */
  553. #undef vfork
  554. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  555. code using `volatile' can become incorrect without. Disable with care. */
  556. #undef volatile
  557. #define __libc_lock_t gl_lock_t
  558. #define __libc_lock_define gl_lock_define
  559. #define __libc_lock_define_initialized gl_lock_define_initialized
  560. #define __libc_lock_init gl_lock_init
  561. #define __libc_lock_lock gl_lock_lock
  562. #define __libc_lock_unlock gl_lock_unlock
  563. #define __libc_lock_recursive_t gl_recursive_lock_t
  564. #define __libc_lock_define_recursive gl_recursive_lock_define
  565. #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
  566. #define __libc_lock_init_recursive gl_recursive_lock_init
  567. #define __libc_lock_lock_recursive gl_recursive_lock_lock
  568. #define __libc_lock_unlock_recursive gl_recursive_lock_unlock
  569. #define glthread_in_use libintl_thread_in_use
  570. #define glthread_lock_init libintl_lock_init
  571. #define glthread_lock_lock libintl_lock_lock
  572. #define glthread_lock_unlock libintl_lock_unlock
  573. #define glthread_lock_destroy libintl_lock_destroy
  574. #define glthread_rwlock_init libintl_rwlock_init
  575. #define glthread_rwlock_rdlock libintl_rwlock_rdlock
  576. #define glthread_rwlock_wrlock libintl_rwlock_wrlock
  577. #define glthread_rwlock_unlock libintl_rwlock_unlock
  578. #define glthread_rwlock_destroy libintl_rwlock_destroy
  579. #define glthread_recursive_lock_init libintl_recursive_lock_init
  580. #define glthread_recursive_lock_lock libintl_recursive_lock_lock
  581. #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
  582. #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
  583. #define glthread_once libintl_once
  584. #define glthread_once_call libintl_once_call
  585. #define glthread_once_singlethreaded libintl_once_singlethreaded