config.h.in 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Defined to the executable file extension on the host system */
  3. #ifndef USED_FOR_TARGET
  4. #undef EXE_EXT
  5. #endif
  6. /* Define to 1 if you have the `clearerr_unlocked' function. */
  7. #ifndef USED_FOR_TARGET
  8. #undef HAVE_CLEARERR_UNLOCKED
  9. #endif
  10. /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
  11. */
  12. #ifndef USED_FOR_TARGET
  13. #undef HAVE_DECL_ABORT
  14. #endif
  15. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  16. don't. */
  17. #ifndef USED_FOR_TARGET
  18. #undef HAVE_DECL_ASPRINTF
  19. #endif
  20. /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
  21. you don't. */
  22. #ifndef USED_FOR_TARGET
  23. #undef HAVE_DECL_BASENAME
  24. #endif
  25. /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
  26. you don't. */
  27. #ifndef USED_FOR_TARGET
  28. #undef HAVE_DECL_CLEARERR_UNLOCKED
  29. #endif
  30. /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
  31. */
  32. #ifndef USED_FOR_TARGET
  33. #undef HAVE_DECL_ERRNO
  34. #endif
  35. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  36. don't. */
  37. #ifndef USED_FOR_TARGET
  38. #undef HAVE_DECL_FEOF_UNLOCKED
  39. #endif
  40. /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
  41. you don't. */
  42. #ifndef USED_FOR_TARGET
  43. #undef HAVE_DECL_FERROR_UNLOCKED
  44. #endif
  45. /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
  46. you don't. */
  47. #ifndef USED_FOR_TARGET
  48. #undef HAVE_DECL_FFLUSH_UNLOCKED
  49. #endif
  50. /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
  51. you don't. */
  52. #ifndef USED_FOR_TARGET
  53. #undef HAVE_DECL_FGETC_UNLOCKED
  54. #endif
  55. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  56. you don't. */
  57. #ifndef USED_FOR_TARGET
  58. #undef HAVE_DECL_FGETS_UNLOCKED
  59. #endif
  60. /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
  61. you don't. */
  62. #ifndef USED_FOR_TARGET
  63. #undef HAVE_DECL_FILENO_UNLOCKED
  64. #endif
  65. /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
  66. you don't. */
  67. #ifndef USED_FOR_TARGET
  68. #undef HAVE_DECL_FPRINTF_UNLOCKED
  69. #endif
  70. /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
  71. you don't. */
  72. #ifndef USED_FOR_TARGET
  73. #undef HAVE_DECL_FPUTC_UNLOCKED
  74. #endif
  75. /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
  76. you don't. */
  77. #ifndef USED_FOR_TARGET
  78. #undef HAVE_DECL_FPUTS_UNLOCKED
  79. #endif
  80. /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  81. you don't. */
  82. #ifndef USED_FOR_TARGET
  83. #undef HAVE_DECL_FREAD_UNLOCKED
  84. #endif
  85. /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
  86. you don't. */
  87. #ifndef USED_FOR_TARGET
  88. #undef HAVE_DECL_FWRITE_UNLOCKED
  89. #endif
  90. /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
  91. you don't. */
  92. #ifndef USED_FOR_TARGET
  93. #undef HAVE_DECL_GETCHAR_UNLOCKED
  94. #endif
  95. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  96. don't. */
  97. #ifndef USED_FOR_TARGET
  98. #undef HAVE_DECL_GETC_UNLOCKED
  99. #endif
  100. /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
  101. you don't. */
  102. #ifndef USED_FOR_TARGET
  103. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  104. #endif
  105. /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
  106. don't. */
  107. #ifndef USED_FOR_TARGET
  108. #undef HAVE_DECL_PUTC_UNLOCKED
  109. #endif
  110. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  111. don't. */
  112. #ifndef USED_FOR_TARGET
  113. #undef HAVE_DECL_VASPRINTF
  114. #endif
  115. /* Define to 1 if you have the <fcntl.h> header file. */
  116. #ifndef USED_FOR_TARGET
  117. #undef HAVE_FCNTL_H
  118. #endif
  119. /* Define to 1 if you have the `feof_unlocked' function. */
  120. #ifndef USED_FOR_TARGET
  121. #undef HAVE_FEOF_UNLOCKED
  122. #endif
  123. /* Define to 1 if you have the `ferror_unlocked' function. */
  124. #ifndef USED_FOR_TARGET
  125. #undef HAVE_FERROR_UNLOCKED
  126. #endif
  127. /* Define to 1 if you have the `fflush_unlocked' function. */
  128. #ifndef USED_FOR_TARGET
  129. #undef HAVE_FFLUSH_UNLOCKED
  130. #endif
  131. /* Define to 1 if you have the `fgetc_unlocked' function. */
  132. #ifndef USED_FOR_TARGET
  133. #undef HAVE_FGETC_UNLOCKED
  134. #endif
  135. /* Define to 1 if you have the `fgets_unlocked' function. */
  136. #ifndef USED_FOR_TARGET
  137. #undef HAVE_FGETS_UNLOCKED
  138. #endif
  139. /* Define to 1 if you have the `fileno_unlocked' function. */
  140. #ifndef USED_FOR_TARGET
  141. #undef HAVE_FILENO_UNLOCKED
  142. #endif
  143. /* Define to 1 if you have the `fprintf_unlocked' function. */
  144. #ifndef USED_FOR_TARGET
  145. #undef HAVE_FPRINTF_UNLOCKED
  146. #endif
  147. /* Define to 1 if you have the `fputc_unlocked' function. */
  148. #ifndef USED_FOR_TARGET
  149. #undef HAVE_FPUTC_UNLOCKED
  150. #endif
  151. /* Define to 1 if you have the `fputs_unlocked' function. */
  152. #ifndef USED_FOR_TARGET
  153. #undef HAVE_FPUTS_UNLOCKED
  154. #endif
  155. /* Define to 1 if you have the `fread_unlocked' function. */
  156. #ifndef USED_FOR_TARGET
  157. #undef HAVE_FREAD_UNLOCKED
  158. #endif
  159. /* Define to 1 if you have the `fwrite_unlocked' function. */
  160. #ifndef USED_FOR_TARGET
  161. #undef HAVE_FWRITE_UNLOCKED
  162. #endif
  163. /* Define to 1 if you have the `getchar_unlocked' function. */
  164. #ifndef USED_FOR_TARGET
  165. #undef HAVE_GETCHAR_UNLOCKED
  166. #endif
  167. /* Define to 1 if you have the `getc_unlocked' function. */
  168. #ifndef USED_FOR_TARGET
  169. #undef HAVE_GETC_UNLOCKED
  170. #endif
  171. /* Define to 1 if you have the <inttypes.h> header file. */
  172. #ifndef USED_FOR_TARGET
  173. #undef HAVE_INTTYPES_H
  174. #endif
  175. /* Define to 1 if you have the <memory.h> header file. */
  176. #ifndef USED_FOR_TARGET
  177. #undef HAVE_MEMORY_H
  178. #endif
  179. /* Define if mmap with MAP_ANON(YMOUS) works. */
  180. #ifndef USED_FOR_TARGET
  181. #undef HAVE_MMAP_ANON
  182. #endif
  183. /* Define if mmap of /dev/zero works. */
  184. #ifndef USED_FOR_TARGET
  185. #undef HAVE_MMAP_DEV_ZERO
  186. #endif
  187. /* Define if read-only mmap of a plain file works. */
  188. #ifndef USED_FOR_TARGET
  189. #undef HAVE_MMAP_FILE
  190. #endif
  191. /* Define to 1 if you have the `putchar_unlocked' function. */
  192. #ifndef USED_FOR_TARGET
  193. #undef HAVE_PUTCHAR_UNLOCKED
  194. #endif
  195. /* Define to 1 if you have the `putc_unlocked' function. */
  196. #ifndef USED_FOR_TARGET
  197. #undef HAVE_PUTC_UNLOCKED
  198. #endif
  199. /* Define to 1 if you have the <stddef.h> header file. */
  200. #ifndef USED_FOR_TARGET
  201. #undef HAVE_STDDEF_H
  202. #endif
  203. /* Define to 1 if you have the <stdint.h> header file. */
  204. #ifndef USED_FOR_TARGET
  205. #undef HAVE_STDINT_H
  206. #endif
  207. /* Define to 1 if you have the <stdlib.h> header file. */
  208. #ifndef USED_FOR_TARGET
  209. #undef HAVE_STDLIB_H
  210. #endif
  211. /* Define to 1 if you have the <strings.h> header file. */
  212. #ifndef USED_FOR_TARGET
  213. #undef HAVE_STRINGS_H
  214. #endif
  215. /* Define to 1 if you have the <string.h> header file. */
  216. #ifndef USED_FOR_TARGET
  217. #undef HAVE_STRING_H
  218. #endif
  219. /* Define to 1 if you have the <sys/file.h> header file. */
  220. #ifndef USED_FOR_TARGET
  221. #undef HAVE_SYS_FILE_H
  222. #endif
  223. /* Define to 1 if you have the <sys/stat.h> header file. */
  224. #ifndef USED_FOR_TARGET
  225. #undef HAVE_SYS_STAT_H
  226. #endif
  227. /* Define to 1 if you have the <sys/types.h> header file. */
  228. #ifndef USED_FOR_TARGET
  229. #undef HAVE_SYS_TYPES_H
  230. #endif
  231. /* Define to 1 if you have the <unistd.h> header file. */
  232. #ifndef USED_FOR_TARGET
  233. #undef HAVE_UNISTD_H
  234. #endif
  235. /* Define to the address where bug reports for this package should be sent. */
  236. #ifndef USED_FOR_TARGET
  237. #undef PACKAGE_BUGREPORT
  238. #endif
  239. /* Define to the full name of this package. */
  240. #ifndef USED_FOR_TARGET
  241. #undef PACKAGE_NAME
  242. #endif
  243. /* Define to the full name and version of this package. */
  244. #ifndef USED_FOR_TARGET
  245. #undef PACKAGE_STRING
  246. #endif
  247. /* Define to the one symbol short name of this package. */
  248. #ifndef USED_FOR_TARGET
  249. #undef PACKAGE_TARNAME
  250. #endif
  251. /* Define to the home page for this package. */
  252. #ifndef USED_FOR_TARGET
  253. #undef PACKAGE_URL
  254. #endif
  255. /* Define to the version of this package. */
  256. #ifndef USED_FOR_TARGET
  257. #undef PACKAGE_VERSION
  258. #endif
  259. /* Defined to the best working sed program on the host system */
  260. #ifndef USED_FOR_TARGET
  261. #undef SED_PROGRAM
  262. #endif
  263. /* Define if testing and fixing are done by separate process */
  264. #ifndef USED_FOR_TARGET
  265. #undef SEPARATE_FIX_PROC
  266. #endif
  267. /* Define to 1 if you have the ANSI C header files. */
  268. #ifndef USED_FOR_TARGET
  269. #undef STDC_HEADERS
  270. #endif
  271. /* Enable extensions on AIX 3, Interix. */
  272. #ifndef _ALL_SOURCE
  273. # undef _ALL_SOURCE
  274. #endif
  275. /* Enable GNU extensions on systems that have them. */
  276. #ifndef _GNU_SOURCE
  277. # undef _GNU_SOURCE
  278. #endif
  279. /* Enable threading extensions on Solaris. */
  280. #ifndef _POSIX_PTHREAD_SEMANTICS
  281. # undef _POSIX_PTHREAD_SEMANTICS
  282. #endif
  283. /* Enable extensions on HP NonStop. */
  284. #ifndef _TANDEM_SOURCE
  285. # undef _TANDEM_SOURCE
  286. #endif
  287. /* Enable general extensions on Solaris. */
  288. #ifndef __EXTENSIONS__
  289. # undef __EXTENSIONS__
  290. #endif
  291. /* Define to 1 if on MINIX. */
  292. #ifndef USED_FOR_TARGET
  293. #undef _MINIX
  294. #endif
  295. /* Define to 2 if the system does not provide POSIX.1 features except with
  296. this defined. */
  297. #ifndef USED_FOR_TARGET
  298. #undef _POSIX_1_SOURCE
  299. #endif
  300. /* Define to 1 if you need to in order for `stat' and other things to work. */
  301. #ifndef USED_FOR_TARGET
  302. #undef _POSIX_SOURCE
  303. #endif
  304. /* Define to xatexit if the host system does not support atexit */
  305. #ifndef USED_FOR_TARGET
  306. #undef atexit
  307. #endif
  308. /* Define to empty if `const' does not conform to ANSI C. */
  309. #ifndef USED_FOR_TARGET
  310. #undef const
  311. #endif
  312. /* Define to xexit if the host system does not support atexit */
  313. #ifndef USED_FOR_TARGET
  314. #undef exit
  315. #endif