config.h.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  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 to 1 if you have the `inet_ntop' function. */
  137. #undef HAVE_INET_NTOP
  138. /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
  139. #undef HAVE_INTMAX_T
  140. /* Define to 1 if you have the <inttypes.h> header file. */
  141. #undef HAVE_INTTYPES_H
  142. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  143. declares uintmax_t. */
  144. #undef HAVE_INTTYPES_H_WITH_UINTMAX
  145. /* Define to 1 if you have the <io.h> header file. */
  146. #undef HAVE_IO_H
  147. /* Define to 1 if you have the `kqueue' function. */
  148. #undef HAVE_KQUEUE
  149. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  150. #undef HAVE_LANGINFO_CODESET
  151. /* Define to 1 if you have the <langinfo.h> header file. */
  152. #undef HAVE_LANGINFO_H
  153. /* Define if your <locale.h> file defines LC_MESSAGES. */
  154. #undef HAVE_LC_MESSAGES
  155. /* Define to 1 if you have libcares. */
  156. #undef HAVE_LIBCARES
  157. /* Define 1 if ares_host_callback accepts timeouts(c-ares >= 1.5) */
  158. #undef HAVE_LIBCARES1_5
  159. /* Define to 1 if you have libexpat. */
  160. #undef HAVE_LIBEXPAT
  161. /* Define to 1 if you have libgcrypt. */
  162. #undef HAVE_LIBGCRYPT
  163. /* Define to 1 if you have libgnutls. */
  164. #undef HAVE_LIBGNUTLS
  165. /* Define to 1 if you have the <libintl.h> header file. */
  166. #undef HAVE_LIBINTL_H
  167. /* Define to 1 if you have openssl. */
  168. #undef HAVE_LIBSSL
  169. /* Define to 1 if you have libxml2. */
  170. #undef HAVE_LIBXML2
  171. /* Define to 1 if you have libz. */
  172. #undef HAVE_LIBZ
  173. /* Define to 1 if you have the <limits.h> header file. */
  174. #undef HAVE_LIMITS_H
  175. /* Define to 1 if you have the <locale.h> header file. */
  176. #undef HAVE_LOCALE_H
  177. /* Define to 1 if you have the `localtime_r' function. */
  178. #undef HAVE_LOCALTIME_R
  179. /* Define to 1 if the system has the type `long long int'. */
  180. #undef HAVE_LONG_LONG_INT
  181. /* Define to 1 if you have the `mach_absolute_time' function. */
  182. #undef HAVE_MACH_ABSOLUTE_TIME
  183. /* Define to 1 if you have the <malloc.h> header file. */
  184. #undef HAVE_MALLOC_H
  185. /* Define to 1 if you have the `memchr' function. */
  186. #undef HAVE_MEMCHR
  187. /* Define to 1 if you have the `memmove' function. */
  188. #undef HAVE_MEMMOVE
  189. /* Define to 1 if you have the <memory.h> header file. */
  190. #undef HAVE_MEMORY_H
  191. /* Define to 1 if you have the `mempcpy' function. */
  192. #undef HAVE_MEMPCPY
  193. /* Define to 1 if you have the `memset' function. */
  194. #undef HAVE_MEMSET
  195. /* Define to 1 if you have the `mkdir' function. */
  196. #undef HAVE_MKDIR
  197. /* Define to 1 if you have a working `mmap' system call. */
  198. #undef HAVE_MMAP
  199. /* Define to 1 if you have the <mmsystem.h> header file. */
  200. #undef HAVE_MMSYSTEM_H
  201. /* Define to 1 if you have the `munmap' function. */
  202. #undef HAVE_MUNMAP
  203. /* Define to 1 if you have the <netdb.h> header file. */
  204. #undef HAVE_NETDB_H
  205. /* Define to 1 if you have the <netinet/in.h> header file. */
  206. #undef HAVE_NETINET_IN_H
  207. /* Define to 1 if you have the `nl_langinfo' function. */
  208. #undef HAVE_NL_LANGINFO
  209. /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
  210. _GNU_SOURCE is defined. */
  211. #undef HAVE_NL_LOCALE_NAME
  212. /* Define to 1 if you have old openssl. */
  213. #undef HAVE_OLD_LIBSSL
  214. /* Define 1 if struct option.name is const char* */
  215. #undef HAVE_OPTION_CONST_NAME
  216. /* Define to 1 if you have the `poll' function. */
  217. #undef HAVE_POLL
  218. /* Define to 1 if you have the <poll.h> header file. */
  219. #undef HAVE_POLL_H
  220. /* Define to 1 if you have the `port_associate' function. */
  221. #undef HAVE_PORT_ASSOCIATE
  222. /* Define to 1 if you have the <port.h> header file. */
  223. #undef HAVE_PORT_H
  224. /* Define to 1 if you have the `posix_fallocate' function. */
  225. #undef HAVE_POSIX_FALLOCATE
  226. /* Define to 1 if you have the `posix_memalign' function. */
  227. #undef HAVE_POSIX_MEMALIGN
  228. /* Define if your printf() function supports format strings with positions. */
  229. #undef HAVE_POSIX_PRINTF
  230. /* Define to 1 if you have the `pow' function. */
  231. #undef HAVE_POW
  232. /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
  233. #undef HAVE_PTHREAD_MUTEX_RECURSIVE
  234. /* Define if the POSIX multithreading library has read/write locks. */
  235. #undef HAVE_PTHREAD_RWLOCK
  236. /* Define to 1 if the system has the type `ptrdiff_t'. */
  237. #undef HAVE_PTRDIFF_T
  238. /* Define to 1 if you have the `putenv' function. */
  239. #undef HAVE_PUTENV
  240. /* Define to 1 if you have the `rmdir' function. */
  241. #undef HAVE_RMDIR
  242. /* Define to 1 if you have the `select' function. */
  243. #undef HAVE_SELECT
  244. /* Define to 1 if you have the `setenv' function. */
  245. #undef HAVE_SETENV
  246. /* Define to 1 if you have the `setlocale' function. */
  247. #undef HAVE_SETLOCALE
  248. /* Define to 1 if you have the `sleep' function. */
  249. #undef HAVE_SLEEP
  250. /* Define to 1 if you have the `snprintf' function. */
  251. #undef HAVE_SNPRINTF
  252. /* Define to 1 if struct sockaddr_in has sin_len member. */
  253. #undef HAVE_SOCKADDR_IN_SIN_LEN
  254. /* Define to 1 if you have the `socket' function. */
  255. #undef HAVE_SOCKET
  256. /* Define to 1 if *_fallocate is available. */
  257. #undef HAVE_SOME_FALLOCATE
  258. /* Define to 1 if you have sqlite3. */
  259. #undef HAVE_SQLITE3
  260. /* Define to 1 if you have the `sqlite3_open_v2' function. */
  261. #undef HAVE_SQLITE3_OPEN_V2
  262. /* Define to 1 if `stat' has the bug that it succeeds when given the
  263. zero-length file name argument. */
  264. #undef HAVE_STAT_EMPTY_STRING_BUG
  265. /* Define to 1 if stdbool.h conforms to C99. */
  266. #undef HAVE_STDBOOL_H
  267. /* Define to 1 if you have the <stddef.h> header file. */
  268. #undef HAVE_STDDEF_H
  269. /* Define to 1 if you have the <stdint.h> header file. */
  270. #undef HAVE_STDINT_H
  271. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  272. uintmax_t. */
  273. #undef HAVE_STDINT_H_WITH_UINTMAX
  274. /* Define to 1 if you have the <stdio_ext.h> header file. */
  275. #undef HAVE_STDIO_EXT_H
  276. /* Define to 1 if you have the <stdlib.h> header file. */
  277. #undef HAVE_STDLIB_H
  278. /* Define to 1 if you have the `stpcpy' function. */
  279. #undef HAVE_STPCPY
  280. /* Define to 1 if you have the `strcasecmp' function. */
  281. #undef HAVE_STRCASECMP
  282. /* Define to 1 if you have the `strchr' function. */
  283. #undef HAVE_STRCHR
  284. /* Define to 1 if you have the `strcspn' function. */
  285. #undef HAVE_STRCSPN
  286. /* Define to 1 if you have the `strdup' function. */
  287. #undef HAVE_STRDUP
  288. /* Define to 1 if you have the `strerror' function. */
  289. #undef HAVE_STRERROR
  290. /* Define to 1 if you have the `strftime' function. */
  291. #undef HAVE_STRFTIME
  292. /* Define to 1 if you have the <strings.h> header file. */
  293. #undef HAVE_STRINGS_H
  294. /* Define to 1 if you have the <string.h> header file. */
  295. #undef HAVE_STRING_H
  296. /* Define to 1 if you have the `strncasecmp' function. */
  297. #undef HAVE_STRNCASECMP
  298. /* Define to 1 if you have the `strptime' function. */
  299. #undef HAVE_STRPTIME
  300. /* Define to 1 if you have the `strstr' function. */
  301. #undef HAVE_STRSTR
  302. /* Define to 1 if you have the `strtol' function. */
  303. #undef HAVE_STRTOL
  304. /* Define to 1 if you have the `strtoul' function. */
  305. #undef HAVE_STRTOUL
  306. /* Define to 1 if you have the `strtoull' function. */
  307. #undef HAVE_STRTOULL
  308. /* Define to 1 if the system has the type `struct timespec'. */
  309. #undef HAVE_STRUCT_TIMESPEC
  310. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  311. #undef HAVE_SYS_IOCTL_H
  312. /* Define to 1 if you have the <sys/param.h> header file. */
  313. #undef HAVE_SYS_PARAM_H
  314. /* Define to 1 if you have the <sys/select.h> header file. */
  315. #undef HAVE_SYS_SELECT_H
  316. /* Define to 1 if you have the <sys/socket.h> header file. */
  317. #undef HAVE_SYS_SOCKET_H
  318. /* Define to 1 if you have the <sys/stat.h> header file. */
  319. #undef HAVE_SYS_STAT_H
  320. /* Define to 1 if you have the <sys/time.h> header file. */
  321. #undef HAVE_SYS_TIME_H
  322. /* Define to 1 if you have the <sys/types.h> header file. */
  323. #undef HAVE_SYS_TYPES_H
  324. /* Define to 1 if you have the <termios.h> header file. */
  325. #undef HAVE_TERMIOS_H
  326. /* Define to 1 if you have the `timegm' function. */
  327. #undef HAVE_TIMEGM
  328. /* Define to 1 if you have the `tsearch' function. */
  329. #undef HAVE_TSEARCH
  330. /* Define to 1 if you have the `tzset' function. */
  331. #undef HAVE_TZSET
  332. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  333. #undef HAVE_UINTMAX_T
  334. /* Define to 1 if you have the <unistd.h> header file. */
  335. #undef HAVE_UNISTD_H
  336. /* Define to 1 if you have the `unsetenv' function. */
  337. #undef HAVE_UNSETENV
  338. /* Define to 1 if the system has the type `unsigned long long int'. */
  339. #undef HAVE_UNSIGNED_LONG_LONG_INT
  340. /* Define to 1 if you have the `usleep' function. */
  341. #undef HAVE_USLEEP
  342. /* Define to 1 if you have the `utime' function. */
  343. #undef HAVE_UTIME
  344. /* Define to 1 if you have the <utime.h> header file. */
  345. #undef HAVE_UTIME_H
  346. /* Define to 1 if you have the `vfork' function. */
  347. #undef HAVE_VFORK
  348. /* Define to 1 if you have the <vfork.h> header file. */
  349. #undef HAVE_VFORK_H
  350. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  351. declarations. */
  352. #undef HAVE_VISIBILITY
  353. /* Define to 1 if you have the `vprintf' function. */
  354. #undef HAVE_VPRINTF
  355. /* Define to 1 if you have the <wchar.h> header file. */
  356. #undef HAVE_WCHAR_H
  357. /* Define if you have the 'wchar_t' type. */
  358. #undef HAVE_WCHAR_T
  359. /* Define to 1 if you have the `wcslen' function. */
  360. #undef HAVE_WCSLEN
  361. /* Define to 1 if you have the <windows.h> header file. */
  362. #undef HAVE_WINDOWS_H
  363. /* Define to 1 if you have the <winsock2.h> header file. */
  364. #undef HAVE_WINSOCK2_H
  365. /* Define if you have the 'wint_t' type. */
  366. #undef HAVE_WINT_T
  367. /* Define to 1 if `fork' works. */
  368. #undef HAVE_WORKING_FORK
  369. /* Define to 1 if `vfork' works. */
  370. #undef HAVE_WORKING_VFORK
  371. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  372. #undef HAVE_WS2TCPIP_H
  373. /* Define to 1 if the system has the type `_Bool'. */
  374. #undef HAVE__BOOL
  375. /* Define to 1 if you have the `__argz_count' function. */
  376. #undef HAVE___ARGZ_COUNT
  377. /* Define to 1 if you have the `__argz_next' function. */
  378. #undef HAVE___ARGZ_NEXT
  379. /* Define to 1 if you have the `__argz_stringify' function. */
  380. #undef HAVE___ARGZ_STRINGIFY
  381. /* Define to 1 if you have the `__fsetlocking' function. */
  382. #undef HAVE___FSETLOCKING
  383. /* Define as const if the declaration of iconv() needs const. */
  384. #undef ICONV_CONST
  385. /* Define if integer division by zero raises signal SIGFPE. */
  386. #undef INTDIV0_RAISES_SIGFPE
  387. /* Define to 1 if struct kevent.udata is intptr_t */
  388. #undef KEVENT_UDATA_INTPTR_T
  389. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  390. slash. */
  391. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  392. /* Name of package */
  393. #undef PACKAGE
  394. /* Define to the address where bug reports for this package should be sent. */
  395. #undef PACKAGE_BUGREPORT
  396. /* Define to the full name of this package. */
  397. #undef PACKAGE_NAME
  398. /* Define to the full name and version of this package. */
  399. #undef PACKAGE_STRING
  400. /* Define to the one symbol short name of this package. */
  401. #undef PACKAGE_TARNAME
  402. /* Define to the home page for this package. */
  403. #undef PACKAGE_URL
  404. /* Define to the version of this package. */
  405. #undef PACKAGE_VERSION
  406. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  407. #undef PRI_MACROS_BROKEN
  408. /* Define if the pthread_in_use() detection is hard. */
  409. #undef PTHREAD_IN_USE_DETECTION_HARD
  410. /* Define to the type of arg 1 for `select'. */
  411. #undef SELECT_TYPE_ARG1
  412. /* Define to the type of args 2, 3 and 4 for `select'. */
  413. #undef SELECT_TYPE_ARG234
  414. /* Define to the type of arg 5 for `select'. */
  415. #undef SELECT_TYPE_ARG5
  416. /* Define as the maximum value of type 'size_t', if the system doesn't define
  417. it. */
  418. #undef SIZE_MAX
  419. /* If using the C implementation of alloca, define if you know the
  420. direction of stack growth for your system; otherwise it will be
  421. automatically deduced at runtime.
  422. STACK_DIRECTION > 0 => grows toward higher addresses
  423. STACK_DIRECTION < 0 => grows toward lower addresses
  424. STACK_DIRECTION = 0 => direction of growth unknown */
  425. #undef STACK_DIRECTION
  426. /* Define to 1 if you have the ANSI C header files. */
  427. #undef STDC_HEADERS
  428. /* Define target-type */
  429. #undef TARGET
  430. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  431. #undef TIME_WITH_SYS_TIME
  432. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  433. #undef TM_IN_SYS_TIME
  434. /* Define if the POSIX multithreading library can be used. */
  435. #undef USE_POSIX_THREADS
  436. /* Define if references to the POSIX multithreading library should be made
  437. weak. */
  438. #undef USE_POSIX_THREADS_WEAK
  439. /* Define if the GNU Pth multithreading library can be used. */
  440. #undef USE_PTH_THREADS
  441. /* Define if references to the GNU Pth multithreading library should be made
  442. weak. */
  443. #undef USE_PTH_THREADS_WEAK
  444. /* Define if the old Solaris multithreading library can be used. */
  445. #undef USE_SOLARIS_THREADS
  446. /* Define if references to the old Solaris multithreading library should be
  447. made weak. */
  448. #undef USE_SOLARIS_THREADS_WEAK
  449. /* Enable extensions on AIX 3, Interix. */
  450. #ifndef _ALL_SOURCE
  451. # undef _ALL_SOURCE
  452. #endif
  453. /* Enable GNU extensions on systems that have them. */
  454. #ifndef _GNU_SOURCE
  455. # undef _GNU_SOURCE
  456. #endif
  457. /* Enable threading extensions on Solaris. */
  458. #ifndef _POSIX_PTHREAD_SEMANTICS
  459. # undef _POSIX_PTHREAD_SEMANTICS
  460. #endif
  461. /* Enable extensions on HP NonStop. */
  462. #ifndef _TANDEM_SOURCE
  463. # undef _TANDEM_SOURCE
  464. #endif
  465. /* Enable general extensions on Solaris. */
  466. #ifndef __EXTENSIONS__
  467. # undef __EXTENSIONS__
  468. #endif
  469. /* Define if the Win32 multithreading API can be used. */
  470. #undef USE_WIN32_THREADS
  471. /* Version number of package */
  472. #undef VERSION
  473. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  474. significant byte first (like Motorola and SPARC, unlike Intel). */
  475. #if defined AC_APPLE_UNIVERSAL_BUILD
  476. # if defined __BIG_ENDIAN__
  477. # define WORDS_BIGENDIAN 1
  478. # endif
  479. #else
  480. # ifndef WORDS_BIGENDIAN
  481. # undef WORDS_BIGENDIAN
  482. # endif
  483. #endif
  484. /* Number of bits in a file offset, on hosts where this is settable. */
  485. #undef _FILE_OFFSET_BITS
  486. /* Define for large files, on AIX-style hosts. */
  487. #undef _LARGE_FILES
  488. /* Define to 1 if on MINIX. */
  489. #undef _MINIX
  490. /* Define to 2 if the system does not provide POSIX.1 features except with
  491. this defined. */
  492. #undef _POSIX_1_SOURCE
  493. /* Define to 1 if you need to in order for `stat' and other things to work. */
  494. #undef _POSIX_SOURCE
  495. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  496. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  497. #define below would cause a syntax error. */
  498. #undef _UINT32_T
  499. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  500. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  501. #define below would cause a syntax error. */
  502. #undef _UINT64_T
  503. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  504. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  505. #define below would cause a syntax error. */
  506. #undef _UINT8_T
  507. /* Define to empty if `const' does not conform to ANSI C. */
  508. #undef const
  509. /* Define to `__inline__' or `__inline' if that's what the C compiler
  510. calls it, or to nothing if 'inline' is not supported under any name. */
  511. #ifndef __cplusplus
  512. #undef inline
  513. #endif
  514. /* Define to the type of a signed integer type of width exactly 16 bits if
  515. such a type exists and the standard includes do not define it. */
  516. #undef int16_t
  517. /* Define to the type of a signed integer type of width exactly 32 bits if
  518. such a type exists and the standard includes do not define it. */
  519. #undef int32_t
  520. /* Define to the type of a signed integer type of width exactly 64 bits if
  521. such a type exists and the standard includes do not define it. */
  522. #undef int64_t
  523. /* Define to the type of a signed integer type of width exactly 8 bits if such
  524. a type exists and the standard includes do not define it. */
  525. #undef int8_t
  526. /* Define to `int' if <sys/types.h> does not define. */
  527. #undef mode_t
  528. /* Define to `long int' if <sys/types.h> does not define. */
  529. #undef off_t
  530. /* Define to `int' if <sys/types.h> does not define. */
  531. #undef pid_t
  532. /* Define as the type of the result of subtracting two pointers, if the system
  533. doesn't define it. */
  534. #undef ptrdiff_t
  535. /* Define to `unsigned int' if <sys/types.h> does not define. */
  536. #undef size_t
  537. /* Define to `int' if <sys/types.h> does not define. */
  538. #undef ssize_t
  539. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  540. such a type exists and the standard includes do not define it. */
  541. #undef uint16_t
  542. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  543. such a type exists and the standard includes do not define it. */
  544. #undef uint32_t
  545. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  546. such a type exists and the standard includes do not define it. */
  547. #undef uint64_t
  548. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  549. such a type exists and the standard includes do not define it. */
  550. #undef uint8_t
  551. /* Define to unsigned long or unsigned long long if <stdint.h> and
  552. <inttypes.h> don't define. */
  553. #undef uintmax_t
  554. /* Define as `fork' if `vfork' does not work. */
  555. #undef vfork
  556. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  557. code using `volatile' can become incorrect without. Disable with care. */
  558. #undef volatile
  559. #define __libc_lock_t gl_lock_t
  560. #define __libc_lock_define gl_lock_define
  561. #define __libc_lock_define_initialized gl_lock_define_initialized
  562. #define __libc_lock_init gl_lock_init
  563. #define __libc_lock_lock gl_lock_lock
  564. #define __libc_lock_unlock gl_lock_unlock
  565. #define __libc_lock_recursive_t gl_recursive_lock_t
  566. #define __libc_lock_define_recursive gl_recursive_lock_define
  567. #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
  568. #define __libc_lock_init_recursive gl_recursive_lock_init
  569. #define __libc_lock_lock_recursive gl_recursive_lock_lock
  570. #define __libc_lock_unlock_recursive gl_recursive_lock_unlock
  571. #define glthread_in_use libintl_thread_in_use
  572. #define glthread_lock_init libintl_lock_init
  573. #define glthread_lock_lock libintl_lock_lock
  574. #define glthread_lock_unlock libintl_lock_unlock
  575. #define glthread_lock_destroy libintl_lock_destroy
  576. #define glthread_rwlock_init libintl_rwlock_init
  577. #define glthread_rwlock_rdlock libintl_rwlock_rdlock
  578. #define glthread_rwlock_wrlock libintl_rwlock_wrlock
  579. #define glthread_rwlock_unlock libintl_rwlock_unlock
  580. #define glthread_rwlock_destroy libintl_rwlock_destroy
  581. #define glthread_recursive_lock_init libintl_recursive_lock_init
  582. #define glthread_recursive_lock_lock libintl_recursive_lock_lock
  583. #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
  584. #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
  585. #define glthread_once libintl_once
  586. #define glthread_once_call libintl_once_call
  587. #define glthread_once_singlethreaded libintl_once_singlethreaded