config.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. /* config.h. Generated from config.in by configure. */
  2. /* config.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  6. This function is required for alloca.c support on those systems. */
  7. /* #undef CRAY_STACKSEG_END */
  8. /* Define to 1 if you have the <alloca.h> header file. */
  9. #define HAVE_ALLOCA_H 1
  10. /* Define to 1 if you have the `asprintf' function. */
  11. #define HAVE_ASPRINTF 1
  12. /* Define to 1 if you have the `atexit' function. */
  13. #define HAVE_ATEXIT 1
  14. /* Define to 1 if you have the `basename' function. */
  15. #define HAVE_BASENAME 1
  16. /* Define to 1 if you have the `bcmp' function. */
  17. #define HAVE_BCMP 1
  18. /* Define to 1 if you have the `bcopy' function. */
  19. #define HAVE_BCOPY 1
  20. /* Define to 1 if you have the `bsearch' function. */
  21. #define HAVE_BSEARCH 1
  22. /* Define to 1 if you have the `bzero' function. */
  23. #define HAVE_BZERO 1
  24. /* Define to 1 if you have the `calloc' function. */
  25. #define HAVE_CALLOC 1
  26. /* Define to 1 if you have the `canonicalize_file_name' function. */
  27. #define HAVE_CANONICALIZE_FILE_NAME 1
  28. /* Define to 1 if you have the `clock' function. */
  29. #define HAVE_CLOCK 1
  30. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  31. don't. */
  32. #define HAVE_DECL_ASPRINTF 1
  33. /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
  34. you don't. */
  35. #define HAVE_DECL_BASENAME 1
  36. /* Define to 1 if you have the declaration of `calloc', and to 0 if you don't.
  37. */
  38. #define HAVE_DECL_CALLOC 1
  39. /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
  40. #define HAVE_DECL_FFS 1
  41. /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
  42. */
  43. #define HAVE_DECL_GETENV 1
  44. /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
  45. */
  46. #define HAVE_DECL_GETOPT 1
  47. /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
  48. */
  49. #define HAVE_DECL_MALLOC 1
  50. /* Define to 1 if you have the declaration of `realloc', and to 0 if you
  51. don't. */
  52. #define HAVE_DECL_REALLOC 1
  53. /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
  54. */
  55. #define HAVE_DECL_SBRK 1
  56. /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
  57. don't. */
  58. #define HAVE_DECL_SNPRINTF 1
  59. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  60. don't. */
  61. #define HAVE_DECL_STRNLEN 1
  62. /* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
  63. */
  64. #define HAVE_DECL_STRTOL 1
  65. /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
  66. don't. */
  67. #define HAVE_DECL_STRTOLL 1
  68. /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
  69. don't. */
  70. #define HAVE_DECL_STRTOUL 1
  71. /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
  72. don't. */
  73. #define HAVE_DECL_STRTOULL 1
  74. /* Define to 1 if you have the declaration of `strverscmp', and to 0 if you
  75. don't. */
  76. #define HAVE_DECL_STRVERSCMP 1
  77. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  78. don't. */
  79. #define HAVE_DECL_VASPRINTF 1
  80. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  81. don't. */
  82. #define HAVE_DECL_VSNPRINTF 1
  83. /* Define to 1 if you have the `dup3' function. */
  84. #define HAVE_DUP3 1
  85. /* Define to 1 if you have the <fcntl.h> header file. */
  86. #define HAVE_FCNTL_H 1
  87. /* Define to 1 if you have the `ffs' function. */
  88. #define HAVE_FFS 1
  89. /* Define to 1 if you have the `fork' function. */
  90. #define HAVE_FORK 1
  91. /* Define to 1 if you have the `getcwd' function. */
  92. #define HAVE_GETCWD 1
  93. /* Define to 1 if you have the `getpagesize' function. */
  94. #define HAVE_GETPAGESIZE 1
  95. /* Define to 1 if you have the `getrlimit' function. */
  96. #define HAVE_GETRLIMIT 1
  97. /* Define to 1 if you have the `getrusage' function. */
  98. #define HAVE_GETRUSAGE 1
  99. /* Define to 1 if you have the `getsysinfo' function. */
  100. /* #undef HAVE_GETSYSINFO */
  101. /* Define to 1 if you have the `gettimeofday' function. */
  102. #define HAVE_GETTIMEOFDAY 1
  103. /* Define to 1 if you have the `index' function. */
  104. #define HAVE_INDEX 1
  105. /* Define to 1 if you have the `insque' function. */
  106. #define HAVE_INSQUE 1
  107. /* Define to 1 if the system has the type `intptr_t'. */
  108. #define HAVE_INTPTR_T 1
  109. /* Define to 1 if you have the <inttypes.h> header file. */
  110. #define HAVE_INTTYPES_H 1
  111. /* Define to 1 if you have the <limits.h> header file. */
  112. #define HAVE_LIMITS_H 1
  113. /* Define if you have the `long long' type. */
  114. #define HAVE_LONG_LONG 1
  115. /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
  116. /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
  117. /* Define to 1 if you have the <malloc.h> header file. */
  118. #define HAVE_MALLOC_H 1
  119. /* Define to 1 if you have the `memchr' function. */
  120. #define HAVE_MEMCHR 1
  121. /* Define to 1 if you have the `memcmp' function. */
  122. #define HAVE_MEMCMP 1
  123. /* Define to 1 if you have the `memcpy' function. */
  124. #define HAVE_MEMCPY 1
  125. /* Define to 1 if you have the `memmem' function. */
  126. #define HAVE_MEMMEM 1
  127. /* Define to 1 if you have the `memmove' function. */
  128. #define HAVE_MEMMOVE 1
  129. /* Define to 1 if you have the <memory.h> header file. */
  130. #define HAVE_MEMORY_H 1
  131. /* Define to 1 if you have the `memset' function. */
  132. #define HAVE_MEMSET 1
  133. /* Define to 1 if you have the `mkstemps' function. */
  134. #define HAVE_MKSTEMPS 1
  135. /* Define to 1 if you have a working `mmap' system call. */
  136. /* #undef HAVE_MMAP */
  137. /* Define to 1 if you have the `on_exit' function. */
  138. #define HAVE_ON_EXIT 1
  139. /* Define to 1 if you have the <process.h> header file. */
  140. /* #undef HAVE_PROCESS_H */
  141. /* Define to 1 if you have the `psignal' function. */
  142. #define HAVE_PSIGNAL 1
  143. /* Define to 1 if you have the `pstat_getdynamic' function. */
  144. /* #undef HAVE_PSTAT_GETDYNAMIC */
  145. /* Define to 1 if you have the `pstat_getstatic' function. */
  146. /* #undef HAVE_PSTAT_GETSTATIC */
  147. /* Define to 1 if you have the `putenv' function. */
  148. #define HAVE_PUTENV 1
  149. /* Define to 1 if you have the `random' function. */
  150. #define HAVE_RANDOM 1
  151. /* Define to 1 if you have the `realpath' function. */
  152. #define HAVE_REALPATH 1
  153. /* Define to 1 if you have the `rename' function. */
  154. #define HAVE_RENAME 1
  155. /* Define to 1 if you have the `rindex' function. */
  156. #define HAVE_RINDEX 1
  157. /* Define to 1 if you have the `sbrk' function. */
  158. #define HAVE_SBRK 1
  159. /* Define to 1 if you have the `setenv' function. */
  160. #define HAVE_SETENV 1
  161. /* Define to 1 if you have the `setproctitle' function. */
  162. /* #undef HAVE_SETPROCTITLE */
  163. /* Define to 1 if you have the `setrlimit' function. */
  164. #define HAVE_SETRLIMIT 1
  165. /* Define to 1 if you have the `sigsetmask' function. */
  166. #define HAVE_SIGSETMASK 1
  167. /* Define to 1 if you have the `snprintf' function. */
  168. #define HAVE_SNPRINTF 1
  169. /* Define to 1 if you have the `spawnve' function. */
  170. /* #undef HAVE_SPAWNVE */
  171. /* Define to 1 if you have the `spawnvpe' function. */
  172. /* #undef HAVE_SPAWNVPE */
  173. /* Define to 1 if you have the <stdint.h> header file. */
  174. #define HAVE_STDINT_H 1
  175. /* Define to 1 if you have the <stdio_ext.h> header file. */
  176. #define HAVE_STDIO_EXT_H 1
  177. /* Define to 1 if you have the <stdlib.h> header file. */
  178. #define HAVE_STDLIB_H 1
  179. /* Define to 1 if you have the `stpcpy' function. */
  180. #define HAVE_STPCPY 1
  181. /* Define to 1 if you have the `stpncpy' function. */
  182. #define HAVE_STPNCPY 1
  183. /* Define to 1 if you have the `strcasecmp' function. */
  184. #define HAVE_STRCASECMP 1
  185. /* Define to 1 if you have the `strchr' function. */
  186. #define HAVE_STRCHR 1
  187. /* Define to 1 if you have the `strdup' function. */
  188. #define HAVE_STRDUP 1
  189. /* Define to 1 if you have the `strerror' function. */
  190. #define HAVE_STRERROR 1
  191. /* Define to 1 if you have the <strings.h> header file. */
  192. #define HAVE_STRINGS_H 1
  193. /* Define to 1 if you have the <string.h> header file. */
  194. #define HAVE_STRING_H 1
  195. /* Define to 1 if you have the `strncasecmp' function. */
  196. #define HAVE_STRNCASECMP 1
  197. /* Define to 1 if you have the `strndup' function. */
  198. #define HAVE_STRNDUP 1
  199. /* Define to 1 if you have the `strnlen' function. */
  200. #define HAVE_STRNLEN 1
  201. /* Define to 1 if you have the `strrchr' function. */
  202. #define HAVE_STRRCHR 1
  203. /* Define to 1 if you have the `strsignal' function. */
  204. #define HAVE_STRSIGNAL 1
  205. /* Define to 1 if you have the `strstr' function. */
  206. #define HAVE_STRSTR 1
  207. /* Define to 1 if you have the `strtod' function. */
  208. #define HAVE_STRTOD 1
  209. /* Define to 1 if you have the `strtol' function. */
  210. #define HAVE_STRTOL 1
  211. /* Define to 1 if you have the `strtoll' function. */
  212. #define HAVE_STRTOLL 1
  213. /* Define to 1 if you have the `strtoul' function. */
  214. #define HAVE_STRTOUL 1
  215. /* Define to 1 if you have the `strtoull' function. */
  216. #define HAVE_STRTOULL 1
  217. /* Define to 1 if you have the `strverscmp' function. */
  218. #define HAVE_STRVERSCMP 1
  219. /* Define to 1 if you have the `sysconf' function. */
  220. #define HAVE_SYSCONF 1
  221. /* Define to 1 if you have the `sysctl' function. */
  222. #define HAVE_SYSCTL 1
  223. /* Define to 1 if you have the `sysmp' function. */
  224. /* #undef HAVE_SYSMP */
  225. /* Define if you have the sys_errlist variable. */
  226. #define HAVE_SYS_ERRLIST 1
  227. /* Define to 1 if you have the <sys/file.h> header file. */
  228. #define HAVE_SYS_FILE_H 1
  229. /* Define to 1 if you have the <sys/mman.h> header file. */
  230. #define HAVE_SYS_MMAN_H 1
  231. /* Define if you have the sys_nerr variable. */
  232. #define HAVE_SYS_NERR 1
  233. /* Define to 1 if you have the <sys/param.h> header file. */
  234. #define HAVE_SYS_PARAM_H 1
  235. /* Define to 1 if you have the <sys/prctl.h> header file. */
  236. #define HAVE_SYS_PRCTL_H 1
  237. /* Define to 1 if you have the <sys/pstat.h> header file. */
  238. /* #undef HAVE_SYS_PSTAT_H */
  239. /* Define to 1 if you have the <sys/resource.h> header file. */
  240. #define HAVE_SYS_RESOURCE_H 1
  241. /* Define if you have the sys_siglist variable. */
  242. #define HAVE_SYS_SIGLIST 1
  243. /* Define to 1 if you have the <sys/stat.h> header file. */
  244. #define HAVE_SYS_STAT_H 1
  245. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  246. #define HAVE_SYS_SYSCTL_H 1
  247. /* Define to 1 if you have the <sys/sysinfo.h> header file. */
  248. #define HAVE_SYS_SYSINFO_H 1
  249. /* Define to 1 if you have the <sys/sysmp.h> header file. */
  250. /* #undef HAVE_SYS_SYSMP_H */
  251. /* Define to 1 if you have the <sys/systemcfg.h> header file. */
  252. /* #undef HAVE_SYS_SYSTEMCFG_H */
  253. /* Define to 1 if you have the <sys/table.h> header file. */
  254. /* #undef HAVE_SYS_TABLE_H */
  255. /* Define to 1 if you have the <sys/time.h> header file. */
  256. #define HAVE_SYS_TIME_H 1
  257. /* Define to 1 if you have the <sys/types.h> header file. */
  258. #define HAVE_SYS_TYPES_H 1
  259. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  260. #define HAVE_SYS_WAIT_H 1
  261. /* Define to 1 if you have the `table' function. */
  262. /* #undef HAVE_TABLE */
  263. /* Define to 1 if you have the `times' function. */
  264. #define HAVE_TIMES 1
  265. /* Define to 1 if you have the <time.h> header file. */
  266. #define HAVE_TIME_H 1
  267. /* Define to 1 if you have the `tmpnam' function. */
  268. #define HAVE_TMPNAM 1
  269. /* Define if you have the \`uintptr_t' type. */
  270. #define HAVE_UINTPTR_T 1
  271. /* Define to 1 if you have the <unistd.h> header file. */
  272. #define HAVE_UNISTD_H 1
  273. /* Define to 1 if you have the `vasprintf' function. */
  274. #define HAVE_VASPRINTF 1
  275. /* Define to 1 if you have the `vfork' function. */
  276. #define HAVE_VFORK 1
  277. /* Define to 1 if you have the <vfork.h> header file. */
  278. /* #undef HAVE_VFORK_H */
  279. /* Define to 1 if you have the `vfprintf' function. */
  280. #define HAVE_VFPRINTF 1
  281. /* Define to 1 if you have the `vprintf' function. */
  282. #define HAVE_VPRINTF 1
  283. /* Define to 1 if you have the `vsprintf' function. */
  284. #define HAVE_VSPRINTF 1
  285. /* Define to 1 if you have the `wait3' function. */
  286. #define HAVE_WAIT3 1
  287. /* Define to 1 if you have the `wait4' function. */
  288. #define HAVE_WAIT4 1
  289. /* Define to 1 if you have the `waitpid' function. */
  290. #define HAVE_WAITPID 1
  291. /* Define to 1 if `fork' works. */
  292. #define HAVE_WORKING_FORK 1
  293. /* Define to 1 if `vfork' works. */
  294. #define HAVE_WORKING_VFORK 1
  295. /* Define to 1 if you have the `_doprnt' function. */
  296. /* #undef HAVE__DOPRNT */
  297. /* Define if you have the _system_configuration variable. */
  298. /* #undef HAVE__SYSTEM_CONFIGURATION */
  299. /* Define to 1 if you have the `__fsetlocking' function. */
  300. #define HAVE___FSETLOCKING 1
  301. /* Define if canonicalize_file_name is not declared in system header files. */
  302. /* #undef NEED_DECLARATION_CANONICALIZE_FILE_NAME */
  303. /* Define if errno must be declared even when <errno.h> is included. */
  304. /* #undef NEED_DECLARATION_ERRNO */
  305. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  306. /* #undef NO_MINUS_C_MINUS_O */
  307. /* Define to the address where bug reports for this package should be sent. */
  308. #define PACKAGE_BUGREPORT ""
  309. /* Define to the full name of this package. */
  310. #define PACKAGE_NAME ""
  311. /* Define to the full name and version of this package. */
  312. #define PACKAGE_STRING ""
  313. /* Define to the one symbol short name of this package. */
  314. #define PACKAGE_TARNAME ""
  315. /* Define to the home page for this package. */
  316. #define PACKAGE_URL ""
  317. /* Define to the version of this package. */
  318. #define PACKAGE_VERSION ""
  319. /* The size of `int', as computed by sizeof. */
  320. #define SIZEOF_INT 4
  321. /* The size of `long', as computed by sizeof. */
  322. #define SIZEOF_LONG 4
  323. /* The size of `long long', as computed by sizeof. */
  324. #define SIZEOF_LONG_LONG 8
  325. /* The size of `size_t', as computed by sizeof. */
  326. #define SIZEOF_SIZE_T 4
  327. /* Define if you know the direction of stack growth for your system; otherwise
  328. it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
  329. toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses
  330. STACK_DIRECTION = 0 => direction of growth unknown */
  331. #define STACK_DIRECTION 0
  332. /* Define to 1 if you have the ANSI C header files. */
  333. #define STDC_HEADERS 1
  334. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  335. #define TIME_WITH_SYS_TIME 1
  336. /* Define to an unsigned 64-bit type available in the compiler. */
  337. #define UNSIGNED_64BIT_TYPE uint64_t
  338. /* Enable extensions on AIX 3, Interix. */
  339. #ifndef _ALL_SOURCE
  340. # define _ALL_SOURCE 1
  341. #endif
  342. /* Enable GNU extensions on systems that have them. */
  343. #ifndef _GNU_SOURCE
  344. # define _GNU_SOURCE 1
  345. #endif
  346. /* Enable threading extensions on Solaris. */
  347. #ifndef _POSIX_PTHREAD_SEMANTICS
  348. # define _POSIX_PTHREAD_SEMANTICS 1
  349. #endif
  350. /* Enable extensions on HP NonStop. */
  351. #ifndef _TANDEM_SOURCE
  352. # define _TANDEM_SOURCE 1
  353. #endif
  354. /* Enable general extensions on Solaris. */
  355. #ifndef __EXTENSIONS__
  356. # define __EXTENSIONS__ 1
  357. #endif
  358. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  359. significant byte first (like Motorola and SPARC, unlike Intel). */
  360. #if defined AC_APPLE_UNIVERSAL_BUILD
  361. # if defined __BIG_ENDIAN__
  362. # define WORDS_BIGENDIAN 1
  363. # endif
  364. #else
  365. # ifndef WORDS_BIGENDIAN
  366. /* # undef WORDS_BIGENDIAN */
  367. # endif
  368. #endif
  369. /* Number of bits in a file offset, on hosts where this is settable. */
  370. #define _FILE_OFFSET_BITS 64
  371. /* Define for large files, on AIX-style hosts. */
  372. /* #undef _LARGE_FILES */
  373. /* Define to 1 if on MINIX. */
  374. /* #undef _MINIX */
  375. /* Define to 2 if the system does not provide POSIX.1 features except with
  376. this defined. */
  377. /* #undef _POSIX_1_SOURCE */
  378. /* Define to 1 if you need to in order for `stat' and other things to work. */
  379. /* #undef _POSIX_SOURCE */
  380. /* Define to empty if `const' does not conform to ANSI C. */
  381. /* #undef const */
  382. /* Define to `__inline__' or `__inline' if that's what the C compiler
  383. calls it, or to nothing if 'inline' is not supported under any name. */
  384. #ifndef __cplusplus
  385. /* #undef inline */
  386. #endif
  387. /* Define to the type of a signed integer type wide enough to hold a pointer,
  388. if such a type exists, and if the system does not define it. */
  389. /* #undef intptr_t */
  390. /* Define to `int' if <sys/types.h> does not define. */
  391. /* #undef pid_t */
  392. /* Define to `int' if <sys/types.h> does not define. */
  393. /* #undef ssize_t */
  394. /* Define to the type of an unsigned integer type wide enough to hold a
  395. pointer, if such a type exists, and if the system does not define it. */
  396. /* #undef uintptr_t */
  397. /* Define as `fork' if `vfork' does not work. */
  398. /* #undef vfork */