config.h.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. /*
  3. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  4. This file is part of GUILE
  5. GUILE is free software; you can redistribute it and/or modify it
  6. under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2, or (at your
  8. option) any later version.
  9. GUILE is distributed in the hope that it will be useful, but
  10. WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GUILE; see the file COPYING. If not, write to the
  15. Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  16. Boston, MA 02110-1301, USA.
  17. */
  18. /* Define if building universal (internal helper macro) */
  19. #undef AC_APPLE_UNIVERSAL_BUILD
  20. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  21. systems. This function is required for `alloca.c' support on those systems.
  22. */
  23. #undef CRAY_STACKSEG_END
  24. /* Define to 1 if using `alloca.c'. */
  25. #undef C_ALLOCA
  26. /* Define to 1 if translation of program messages to the user's native
  27. language is requested. */
  28. #undef ENABLE_NLS
  29. /* Define to the type of elements in the array set by `getgroups'. Usually
  30. this is either `int' or `gid_t'. */
  31. #undef GETGROUPS_T
  32. /* Define this if you want to debug scm_must_malloc/realloc/free calls. */
  33. #undef GUILE_DEBUG_MALLOC
  34. /* The imaginary unit (positive square root of -1). */
  35. #undef GUILE_I
  36. /* Define to 1 in order to try to use "64" versions of system and library
  37. calls. */
  38. #undef GUILE_USE_64_CALLS
  39. /* Define to 1 if you have the `acosh' function. */
  40. #undef HAVE_ACOSH
  41. /* Define to 1 if you have `alloca', as a function or macro. */
  42. #undef HAVE_ALLOCA
  43. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  44. */
  45. #undef HAVE_ALLOCA_H
  46. /* Define to 1 if you have the `asinh' function. */
  47. #undef HAVE_ASINH
  48. /* Define to 1 if you have the <assert.h> header file. */
  49. #undef HAVE_ASSERT_H
  50. /* Define to 1 if you have the `atanh' function. */
  51. #undef HAVE_ATANH
  52. /* Define to 1 if you have the `atexit' function. */
  53. #undef HAVE_ATEXIT
  54. /* Define to 1 if you have the `bcopy' function. */
  55. #undef HAVE_BCOPY
  56. /* Define to 1 if you have the `cexp' function. */
  57. #undef HAVE_CEXP
  58. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  59. CoreFoundation framework. */
  60. #undef HAVE_CFLOCALECOPYCURRENT
  61. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  62. the CoreFoundation framework. */
  63. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  64. /* Define to 1 if you have the `chown' function. */
  65. #undef HAVE_CHOWN
  66. /* Define to 1 if you have the `chroot' function. */
  67. #undef HAVE_CHROOT
  68. /* Define to 1 if you have the `chsize' function. */
  69. #undef HAVE_CHSIZE
  70. /* Define to 1 if you have the `clog' function. */
  71. #undef HAVE_CLOG
  72. /* Define to 1 if you have the `clog10' function. */
  73. #undef HAVE_CLOG10
  74. /* Define to 1 if the system has the type `complex double'. */
  75. #undef HAVE_COMPLEX_DOUBLE
  76. /* Define to 1 if you have the <complex.h> header file. */
  77. #undef HAVE_COMPLEX_H
  78. /* Define to 1 if you have the `connect' function. */
  79. #undef HAVE_CONNECT
  80. /* Define to 1 if you have the `copysign' function. */
  81. #undef HAVE_COPYSIGN
  82. /* Define to 1 if you have the <crt_externs.h> header file. */
  83. #undef HAVE_CRT_EXTERNS_H
  84. /* Define to 1 if you have the `crypt' function. */
  85. #undef HAVE_CRYPT
  86. /* Define to 1 if you have the <crypt.h> header file. */
  87. #undef HAVE_CRYPT_H
  88. /* Define to 1 if you have the `ctermid' function. */
  89. #undef HAVE_CTERMID
  90. /* Define to 1 if you have the `cuserid' function. */
  91. #undef HAVE_CUSERID
  92. /* Define if the GNU dcgettext() function is already present or preinstalled.
  93. */
  94. #undef HAVE_DCGETTEXT
  95. /* Define to 1 if you have the declaration of `cuserid', and to 0 if you
  96. don't. */
  97. #undef HAVE_DECL_CUSERID
  98. /* Define to 1 if you have the declaration of `flock', and to 0 if you don't.
  99. */
  100. #undef HAVE_DECL_FLOCK
  101. /* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
  102. don't. */
  103. #undef HAVE_DECL_HSTRERROR
  104. /* Define to 1 if you have the declaration of `sethostname', and to 0 if you
  105. don't. */
  106. #undef HAVE_DECL_SETHOSTNAME
  107. /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
  108. don't. */
  109. #undef HAVE_DECL_STRNCASECMP
  110. /* Define to 1 if you have the declaration of `strptime', and to 0 if you
  111. don't. */
  112. #undef HAVE_DECL_STRPTIME
  113. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  114. */
  115. #undef HAVE_DECL_TZNAME
  116. /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
  117. don't. */
  118. #undef HAVE_DECL_UNSETENV
  119. /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
  120. don't. */
  121. #undef HAVE_DECL_VSNPRINTF
  122. /* Define to 1 if you have the `DINFINITY' function. */
  123. #undef HAVE_DINFINITY
  124. /* Define to 1 if you have the <direct.h> header file. */
  125. #undef HAVE_DIRECT_H
  126. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  127. */
  128. #undef HAVE_DIRENT_H
  129. /* Define to 1 if you have the <dlfcn.h> header file. */
  130. #undef HAVE_DLFCN_H
  131. /* Define to 1 if you have the `DQNAN' function. */
  132. #undef HAVE_DQNAN
  133. /* Define to 1 if you have the `endhostent' function. */
  134. #undef HAVE_ENDHOSTENT
  135. /* Define to 1 if you have the `endnetent' function. */
  136. #undef HAVE_ENDNETENT
  137. /* Define to 1 if you have the `endprotoent' function. */
  138. #undef HAVE_ENDPROTOENT
  139. /* Define to 1 if you have the `endservent' function. */
  140. #undef HAVE_ENDSERVENT
  141. /* Define to 1 if you have the `fchown' function. */
  142. #undef HAVE_FCHOWN
  143. /* Define to 1 if you have the `fcntl' function. */
  144. #undef HAVE_FCNTL
  145. /* Define to 1 if you have the <fenv.h> header file. */
  146. #undef HAVE_FENV_H
  147. /* Define to 1 if you have the `fesetround' function. */
  148. #undef HAVE_FESETROUND
  149. /* Define to 1 if you have the `finite' function. */
  150. #undef HAVE_FINITE
  151. /* Define to 1 if you have the <floatingpoint.h> header file. */
  152. #undef HAVE_FLOATINGPOINT_H
  153. /* Define to 1 if you have the `flock' function. */
  154. #undef HAVE_FLOCK
  155. /* Define to 1 if you have the `fork' function. */
  156. #undef HAVE_FORK
  157. /* Define to 1 if you have the `ftime' function. */
  158. #undef HAVE_FTIME
  159. /* Define to 1 if you have the `ftruncate' function. */
  160. #undef HAVE_FTRUNCATE
  161. /* Define to 1 if you have the `getcwd' function. */
  162. #undef HAVE_GETCWD
  163. /* Define to 1 if you have the `geteuid' function. */
  164. #undef HAVE_GETEUID
  165. /* Define to 1 if you have the `getgrent' function. */
  166. #undef HAVE_GETGRENT
  167. /* Define to 1 if you have the `getgroups' function. */
  168. #undef HAVE_GETGROUPS
  169. /* Define to 1 if you have the `gethostbyname' function. */
  170. #undef HAVE_GETHOSTBYNAME
  171. /* Define to 1 if you have the `gethostent' function. */
  172. #undef HAVE_GETHOSTENT
  173. /* Define to 1 if you have the `gethostname' function. */
  174. #undef HAVE_GETHOSTNAME
  175. /* Define to 1 if you have the `getitimer' function. */
  176. #undef HAVE_GETITIMER
  177. /* Define to 1 if you have the `getlogin' function. */
  178. #undef HAVE_GETLOGIN
  179. /* Define to 1 if you have the `getnetbyaddr' function. */
  180. #undef HAVE_GETNETBYADDR
  181. /* Define to 1 if you have the `getnetbyname' function. */
  182. #undef HAVE_GETNETBYNAME
  183. /* Define to 1 if you have the `getnetent' function. */
  184. #undef HAVE_GETNETENT
  185. /* Define to 1 if you have the `getpass' function. */
  186. #undef HAVE_GETPASS
  187. /* Define to 1 if you have the `getpgrp' function. */
  188. #undef HAVE_GETPGRP
  189. /* Define to 1 if you have the `getppid' function. */
  190. #undef HAVE_GETPPID
  191. /* Define to 1 if you have the `getpriority' function. */
  192. #undef HAVE_GETPRIORITY
  193. /* Define to 1 if you have the `getprotoent' function. */
  194. #undef HAVE_GETPROTOENT
  195. /* Define to 1 if you have the `getpwent' function. */
  196. #undef HAVE_GETPWENT
  197. /* Define to 1 if you have the `getservent' function. */
  198. #undef HAVE_GETSERVENT
  199. /* Define if the GNU gettext() function is already present or preinstalled. */
  200. #undef HAVE_GETTEXT
  201. /* Define to 1 if you have the `gettimeofday' function. */
  202. #undef HAVE_GETTIMEOFDAY
  203. /* Define to 1 if you have the `gmtime_r' function. */
  204. #undef HAVE_GMTIME_R
  205. /* Define to 1 if you have the <grp.h> header file. */
  206. #undef HAVE_GRP_H
  207. /* Define to 1 if you have the `hstrerror' function. */
  208. #undef HAVE_HSTRERROR
  209. /* Define if h_errno is declared in netdb.h. */
  210. #undef HAVE_H_ERRNO
  211. /* Define if you have the iconv() function and it works. */
  212. #undef HAVE_ICONV
  213. /* Define to 1 if you have the <ieeefp.h> header file. */
  214. #undef HAVE_IEEEFP_H
  215. /* Define to 1 if you have the `index' function. */
  216. #undef HAVE_INDEX
  217. /* Define to 1 if you have the `inet_aton' function. */
  218. #undef HAVE_INET_ATON
  219. /* Define to 1 if you have the `inet_lnaof' function. */
  220. #undef HAVE_INET_LNAOF
  221. /* Define to 1 if you have the `inet_makeaddr' function. */
  222. #undef HAVE_INET_MAKEADDR
  223. /* Define to 1 if you have the `inet_netof' function. */
  224. #undef HAVE_INET_NETOF
  225. /* Define to 1 if you have the `inet_ntop' function. */
  226. #undef HAVE_INET_NTOP
  227. /* Define to 1 if you have the `inet_pton' function. */
  228. #undef HAVE_INET_PTON
  229. /* Define to 1 if you have the <inttypes.h> header file. */
  230. #undef HAVE_INTTYPES_H
  231. /* Define to 1 if you have the `ioctl' function. */
  232. #undef HAVE_IOCTL
  233. /* Define to 1 if you have the <io.h> header file. */
  234. #undef HAVE_IO_H
  235. /* Define if you want support for IPv6. */
  236. #undef HAVE_IPV6
  237. /* Define to 1 if you have the `isblank' function. */
  238. #undef HAVE_ISBLANK
  239. /* Define to 1 if you have the `isinf' macro or function. */
  240. #undef HAVE_ISINF
  241. /* Define to 1 if you have the `isnan' macro or function. */
  242. #undef HAVE_ISNAN
  243. /* Define to 1 if you have the `kill' function. */
  244. #undef HAVE_KILL
  245. /* Define to 1 if you have the <libc.h> header file. */
  246. #undef HAVE_LIBC_H
  247. /* Define if you have the __libc_stack_end variable. */
  248. #undef HAVE_LIBC_STACK_END
  249. /* Define to 1 if you have the `gmp' library (-lgmp). */
  250. #undef HAVE_LIBGMP
  251. /* Define to 1 if you have the `ltdl' library (-lltdl). */
  252. #undef HAVE_LIBLTDL
  253. /* Define to 1 if you have the `m' library (-lm). */
  254. #undef HAVE_LIBM
  255. /* Define to 1 if you have the `nsl' library (-lnsl). */
  256. #undef HAVE_LIBNSL
  257. /* Define to 1 if you have the `regex' library (-lregex). */
  258. #undef HAVE_LIBREGEX
  259. /* Define to 1 if you have the `rx' library (-lrx). */
  260. #undef HAVE_LIBRX
  261. /* Define to 1 if you have the `socket' library (-lsocket). */
  262. #undef HAVE_LIBSOCKET
  263. /* Define to 1 if you have the `uca' library (-luca). */
  264. #undef HAVE_LIBUCA
  265. /* Define to 1 if you have the `ws2_32' library (-lws2_32). */
  266. #undef HAVE_LIBWS2_32
  267. /* Define to 1 if you have the <limits.h> header file. */
  268. #undef HAVE_LIMITS_H
  269. /* Define to 1 if you have the `link' function. */
  270. #undef HAVE_LINK
  271. /* Define to 1 if you have the `lstat' function. */
  272. #undef HAVE_LSTAT
  273. /* Define to 1 if you have the <machine/fpu.h> header file. */
  274. #undef HAVE_MACHINE_FPU_H
  275. /* Define to 1 if you have the <malloc.h> header file. */
  276. #undef HAVE_MALLOC_H
  277. /* Define to 1 if you have the `memcpy' function. */
  278. #undef HAVE_MEMCPY
  279. /* Define to 1 if you have the `memmove' function. */
  280. #undef HAVE_MEMMOVE
  281. /* Define to 1 if you have the <memory.h> header file. */
  282. #undef HAVE_MEMORY_H
  283. /* Define to 1 if you have the `mkdir' function. */
  284. #undef HAVE_MKDIR
  285. /* Define to 1 if you have the `mknod' function. */
  286. #undef HAVE_MKNOD
  287. /* Define to 1 if you have the `mkstemp' function. */
  288. #undef HAVE_MKSTEMP
  289. /* Define to 1 if you have the <nan.h> header file. */
  290. #undef HAVE_NAN_H
  291. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  292. #undef HAVE_NDIR_H
  293. /* Define to 1 if you have the <netdb.h> header file. */
  294. #undef HAVE_NETDB_H
  295. /* Define this if you want support for networking in Guile. */
  296. #undef HAVE_NETWORKING
  297. /* Define to 1 if you have the `nice' function. */
  298. #undef HAVE_NICE
  299. /* Define to 1 if you have the `on_exit' function. */
  300. #undef HAVE_ON_EXIT
  301. /* Define to 1 if you have the `pause' function. */
  302. #undef HAVE_PAUSE
  303. /* Define to 1 if you have the `pipe' function. */
  304. #undef HAVE_PIPE
  305. /* Define this if you want support for POSIX system calls in Guile. */
  306. #undef HAVE_POSIX
  307. /* Define to 1 if you have the <process.h> header file. */
  308. #undef HAVE_PROCESS_H
  309. /* Define if you have POSIX threads libraries and header files. */
  310. #undef HAVE_PTHREAD
  311. /* Define to 1 if you have the `pthread_attr_getstack' function. */
  312. #undef HAVE_PTHREAD_ATTR_GETSTACK
  313. /* Define to 1 if you have the `pthread_getattr_np' function. */
  314. #undef HAVE_PTHREAD_GETATTR_NP
  315. /* Define to 1 if you have the `pthread_get_stackaddr_np' function. */
  316. #undef HAVE_PTHREAD_GET_STACKADDR_NP
  317. /* Define to 1 if you have the <pthread.h> header file. */
  318. #undef HAVE_PTHREAD_H
  319. /* Define to 1 if you have the `pthread_sigmask' function. */
  320. #undef HAVE_PTHREAD_SIGMASK
  321. /* Define to 1 if you have the `putenv' function. */
  322. #undef HAVE_PUTENV
  323. /* Define to 1 if you have the <pwd.h> header file. */
  324. #undef HAVE_PWD_H
  325. /* Define to 1 if you have the `readdir64_r' function. */
  326. #undef HAVE_READDIR64_R
  327. /* Define to 1 if you have the `readdir_r' function. */
  328. #undef HAVE_READDIR_R
  329. /* Define to 1 if you have the `readlink' function. */
  330. #undef HAVE_READLINK
  331. /* This is included as part of a workaround for a autoheader bug. */
  332. #undef HAVE_REGCOMP
  333. /* Define to 1 if you have the <regex.h> header file. */
  334. #undef HAVE_REGEX_H
  335. /* Define to 1 if you have the `rename' function. */
  336. #undef HAVE_RENAME
  337. /* Define to 1 if you have the `rindex' function. */
  338. #undef HAVE_RINDEX
  339. /* Define to 1 if you have the `rmdir' function. */
  340. #undef HAVE_RMDIR
  341. /* Define to 1 if you have the <rxposix.h> header file. */
  342. #undef HAVE_RXPOSIX_H
  343. /* Define to 1 if you have the <rx/rxposix.h> header file. */
  344. #undef HAVE_RX_RXPOSIX_H
  345. /* Define to 1 if you have the `select' function. */
  346. #undef HAVE_SELECT
  347. /* Define to 1 if you have the `setegid' function. */
  348. #undef HAVE_SETEGID
  349. /* Define to 1 if you have the `seteuid' function. */
  350. #undef HAVE_SETEUID
  351. /* Define to 1 if you have the `setgroups' function. */
  352. #undef HAVE_SETGROUPS
  353. /* Define to 1 if you have the `sethostent' function. */
  354. #undef HAVE_SETHOSTENT
  355. /* Define to 1 if you have the `sethostname' function. */
  356. #undef HAVE_SETHOSTNAME
  357. /* Define to 1 if you have the `setitimer' function. */
  358. #undef HAVE_SETITIMER
  359. /* Define to 1 if you have the `setlocale' function. */
  360. #undef HAVE_SETLOCALE
  361. /* Define to 1 if you have the `setnetent' function. */
  362. #undef HAVE_SETNETENT
  363. /* Define to 1 if you have the `setpgid' function. */
  364. #undef HAVE_SETPGID
  365. /* Define to 1 if you have the `setpriority' function. */
  366. #undef HAVE_SETPRIORITY
  367. /* Define to 1 if you have the `setprotoent' function. */
  368. #undef HAVE_SETPROTOENT
  369. /* Define to 1 if you have the `setpwent' function. */
  370. #undef HAVE_SETPWENT
  371. /* Define to 1 if you have the `setservent' function. */
  372. #undef HAVE_SETSERVENT
  373. /* Define to 1 if you have the `setsid' function. */
  374. #undef HAVE_SETSID
  375. /* Define to 1 if you have the `sigaction' function. */
  376. #undef HAVE_SIGACTION
  377. /* Define to 1 if you have the `siginterrupt' function. */
  378. #undef HAVE_SIGINTERRUPT
  379. /* Define this if your IPv6 has sin6_scope_id in sockaddr_in6 struct. */
  380. #undef HAVE_SIN6_SCOPE_ID
  381. /* Define to 1 if you have the `sincos' function. */
  382. #undef HAVE_SINCOS
  383. /* Define to 1 if you have the `socketpair' function. */
  384. #undef HAVE_SOCKETPAIR
  385. /* Define to 1 if you have the `stat64' function. */
  386. #undef HAVE_STAT64
  387. /* Define to 1 if you have the <stdint.h> header file. */
  388. #undef HAVE_STDINT_H
  389. /* Define to 1 if you have the <stdlib.h> header file. */
  390. #undef HAVE_STDLIB_H
  391. /* Define to 1 if you have the `strchr' function. */
  392. #undef HAVE_STRCHR
  393. /* Define to 1 if you have the `strcmp' function. */
  394. #undef HAVE_STRCMP
  395. /* Define to 1 if you have the `strdup' function. */
  396. #undef HAVE_STRDUP
  397. /* Define to 1 if you have the `strerror' function. */
  398. #undef HAVE_STRERROR
  399. /* Define to 1 if you have the `strftime' function. */
  400. #undef HAVE_STRFTIME
  401. /* Define to 1 if you have the <strings.h> header file. */
  402. #undef HAVE_STRINGS_H
  403. /* Define to 1 if you have the <string.h> header file. */
  404. #undef HAVE_STRING_H
  405. /* Define to 1 if you have the `strncasecmp' function. */
  406. #undef HAVE_STRNCASECMP
  407. /* Define to 1 if you have the `strptime' function. */
  408. #undef HAVE_STRPTIME
  409. /* Define this if your system defines struct linger, for use with the
  410. getsockopt and setsockopt system calls. */
  411. #undef HAVE_STRUCT_LINGER
  412. /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
  413. #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
  414. /* Define to 1 if `sin_len' is member of `struct sockaddr'. */
  415. #undef HAVE_STRUCT_SOCKADDR_SIN_LEN
  416. /* Define to 1 if `st_blksize' is member of `struct stat'. */
  417. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  418. /* Define to 1 if `st_blocks' is member of `struct stat'. */
  419. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  420. /* Define to 1 if `st_rdev' is member of `struct stat'. */
  421. #undef HAVE_STRUCT_STAT_ST_RDEV
  422. /* Define this if your system defines struct timespec via either <time.h> or
  423. <pthread.h>. */
  424. #undef HAVE_STRUCT_TIMESPEC
  425. /* Define to 1 if `tm_gmtoff' is member of `struct tm'. */
  426. #undef HAVE_STRUCT_TM_TM_GMTOFF
  427. /* Define to 1 if `tm_zone' is member of `struct tm'. */
  428. #undef HAVE_STRUCT_TM_TM_ZONE
  429. /* Define to 1 if you have the `symlink' function. */
  430. #undef HAVE_SYMLINK
  431. /* Define to 1 if you have the `sync' function. */
  432. #undef HAVE_SYNC
  433. /* Define to 1 if you have the `sysconf' function. */
  434. #undef HAVE_SYSCONF
  435. /* Define to 1 if you have the `system' function. */
  436. #undef HAVE_SYSTEM
  437. /* Define to 1 if you have the <sys/dir.h> header file. */
  438. #undef HAVE_SYS_DIR_H
  439. /* Define to 1 if you have the <sys/file.h> header file. */
  440. #undef HAVE_SYS_FILE_H
  441. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  442. #undef HAVE_SYS_IOCTL_H
  443. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  444. */
  445. #undef HAVE_SYS_NDIR_H
  446. /* Define to 1 if you have the <sys/param.h> header file. */
  447. #undef HAVE_SYS_PARAM_H
  448. /* Define to 1 if you have the <sys/resource.h> header file. */
  449. #undef HAVE_SYS_RESOURCE_H
  450. /* Define to 1 if you have the <sys/select.h> header file. */
  451. #undef HAVE_SYS_SELECT_H
  452. /* Define to 1 if you have the <sys/stat.h> header file. */
  453. #undef HAVE_SYS_STAT_H
  454. /* Define to 1 if you have the <sys/stdtypes.h> header file. */
  455. #undef HAVE_SYS_STDTYPES_H
  456. /* Define to 1 if you have the <sys/timeb.h> header file. */
  457. #undef HAVE_SYS_TIMEB_H
  458. /* Define to 1 if you have the <sys/times.h> header file. */
  459. #undef HAVE_SYS_TIMES_H
  460. /* Define to 1 if you have the <sys/time.h> header file. */
  461. #undef HAVE_SYS_TIME_H
  462. /* Define to 1 if you have the <sys/types.h> header file. */
  463. #undef HAVE_SYS_TYPES_H
  464. /* Define to 1 if you have the <sys/utime.h> header file. */
  465. #undef HAVE_SYS_UTIME_H
  466. /* Define to 1 if you have the <sys/utsname.h> header file. */
  467. #undef HAVE_SYS_UTSNAME_H
  468. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  469. #undef HAVE_SYS_WAIT_H
  470. /* Define to 1 if you have the `tcgetpgrp' function. */
  471. #undef HAVE_TCGETPGRP
  472. /* Define to 1 if you have the `tcsetpgrp' function. */
  473. #undef HAVE_TCSETPGRP
  474. /* Define to 1 if you have the `times' function. */
  475. #undef HAVE_TIMES
  476. /* Define to 1 if you have the <time.h> header file. */
  477. #undef HAVE_TIME_H
  478. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  479. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  480. #undef HAVE_TM_ZONE
  481. /* Define to 1 if you have the `trunc' function. */
  482. #undef HAVE_TRUNC
  483. /* Define to 1 if you have the `truncate' function. */
  484. #undef HAVE_TRUNCATE
  485. /* Define to 1 if you have the `ttyname' function. */
  486. #undef HAVE_TTYNAME
  487. /* Define to 1 if you don't have `tm_zone' but do have the external array
  488. `tzname'. */
  489. #undef HAVE_TZNAME
  490. /* Define to 1 if you have the `tzset' function. */
  491. #undef HAVE_TZSET
  492. /* Define if uint32_t typedef is defined when netdb.h is include. */
  493. #undef HAVE_UINT32_T
  494. /* Define to 1 if you have the `uname' function. */
  495. #undef HAVE_UNAME
  496. /* Define to 1 if you have the <unistd.h> header file. */
  497. #undef HAVE_UNISTD_H
  498. /* Define if the system supports Unix-domain (file-domain) sockets. */
  499. #undef HAVE_UNIX_DOMAIN_SOCKETS
  500. /* Define to 1 if you have the `unsetenv' function. */
  501. #undef HAVE_UNSETENV
  502. /* Define to 1 if csqrt is bug-free */
  503. #undef HAVE_USABLE_CSQRT
  504. /* Define to 1 if you have the `usleep' function. */
  505. #undef HAVE_USLEEP
  506. /* Define to 1 if you have the <utime.h> header file. */
  507. #undef HAVE_UTIME_H
  508. /* Define to 1 if you have the `waitpid' function. */
  509. #undef HAVE_WAITPID
  510. /* Define if you have the <winsock2.h> header file. */
  511. #undef HAVE_WINSOCK2_H
  512. /* Define to 1 if you have the `_NSGetEnviron' function. */
  513. #undef HAVE__NSGETENVIRON
  514. /* Define to 1 if you have the `_pipe' function. */
  515. #undef HAVE__PIPE
  516. /* Define this if we should include <libc.h> when we've already included
  517. <unistd.h>. On some systems, they conflict, and libc.h should be omitted.
  518. See GUILE_HEADER_LIBC_WITH_UNISTD in aclocal.m4. */
  519. #undef LIBC_H_WITH_UNISTD_H
  520. /* Define if localtime caches the TZ setting. */
  521. #undef LOCALTIME_CACHE
  522. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  523. */
  524. #undef LT_OBJDIR
  525. /* Define if the operating system supplies sleep without declaring it. */
  526. #undef MISSING_SLEEP_DECL
  527. /* Define if the operating system supplies usleep without declaring it. */
  528. #undef MISSING_USLEEP_DECL
  529. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  530. #undef NO_MINUS_C_MINUS_O
  531. /* Define to the address where bug reports for this package should be sent. */
  532. #undef PACKAGE_BUGREPORT
  533. /* Define to the full name of this package. */
  534. #undef PACKAGE_NAME
  535. /* Define to the full name and version of this package. */
  536. #undef PACKAGE_STRING
  537. /* Define to the one symbol short name of this package. */
  538. #undef PACKAGE_TARNAME
  539. /* Define to the version of this package. */
  540. #undef PACKAGE_VERSION
  541. /* Define when pthread_att_get_stack works for the main thread */
  542. #undef PTHREAD_ATTR_GETSTACK_WORKS
  543. /* Define to necessary symbol if this constant uses a non-standard name on
  544. your system. */
  545. #undef PTHREAD_CREATE_JOINABLE
  546. /* Define as the return type of signal handlers (`int' or `void'). */
  547. #undef RETSIGTYPE
  548. /* Define this if floats are the same size as longs. */
  549. #undef SCM_SINGLES
  550. /* Define this to control the default warning level for deprecated features.
  551. */
  552. #undef SCM_WARN_DEPRECATED_DEFAULT
  553. /* The size of `char', as computed by sizeof. */
  554. #undef SIZEOF_CHAR
  555. /* The size of `float', as computed by sizeof. */
  556. #undef SIZEOF_FLOAT
  557. /* The size of `int', as computed by sizeof. */
  558. #undef SIZEOF_INT
  559. /* The size of `intmax_t', as computed by sizeof. */
  560. #undef SIZEOF_INTMAX_T
  561. /* The size of `intptr_t', as computed by sizeof. */
  562. #undef SIZEOF_INTPTR_T
  563. /* The size of `long', as computed by sizeof. */
  564. #undef SIZEOF_LONG
  565. /* The size of `long long', as computed by sizeof. */
  566. #undef SIZEOF_LONG_LONG
  567. /* The size of `off_t', as computed by sizeof. */
  568. #undef SIZEOF_OFF_T
  569. /* The size of `ptrdiff_t', as computed by sizeof. */
  570. #undef SIZEOF_PTRDIFF_T
  571. /* The size of `short', as computed by sizeof. */
  572. #undef SIZEOF_SHORT
  573. /* The size of `size_t', as computed by sizeof. */
  574. #undef SIZEOF_SIZE_T
  575. /* The size of `uintptr_t', as computed by sizeof. */
  576. #undef SIZEOF_UINTPTR_T
  577. /* The size of `unsigned char', as computed by sizeof. */
  578. #undef SIZEOF_UNSIGNED_CHAR
  579. /* The size of `unsigned int', as computed by sizeof. */
  580. #undef SIZEOF_UNSIGNED_INT
  581. /* The size of `unsigned long', as computed by sizeof. */
  582. #undef SIZEOF_UNSIGNED_LONG
  583. /* The size of `unsigned long long', as computed by sizeof. */
  584. #undef SIZEOF_UNSIGNED_LONG_LONG
  585. /* The size of `unsigned short', as computed by sizeof. */
  586. #undef SIZEOF_UNSIGNED_SHORT
  587. /* The size of `unsigned __int64', as computed by sizeof. */
  588. #undef SIZEOF_UNSIGNED___INT64
  589. /* The size of `void *', as computed by sizeof. */
  590. #undef SIZEOF_VOID_P
  591. /* The size of `__int64', as computed by sizeof. */
  592. #undef SIZEOF___INT64
  593. /* If using the C implementation of alloca, define if you know the
  594. direction of stack growth for your system; otherwise it will be
  595. automatically deduced at runtime.
  596. STACK_DIRECTION > 0 => grows toward higher addresses
  597. STACK_DIRECTION < 0 => grows toward lower addresses
  598. STACK_DIRECTION = 0 => direction of growth unknown */
  599. #undef STACK_DIRECTION
  600. /* Define to 1 if you have the ANSI C header files. */
  601. #undef STDC_HEADERS
  602. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  603. #undef TIME_WITH_SYS_TIME
  604. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  605. #undef TM_IN_SYS_TIME
  606. /* Define if you need additional CPP macros on Win32 platforms. */
  607. #undef USE_DLL_IMPORT
  608. /* Enable extensions on AIX 3, Interix. */
  609. #ifndef _ALL_SOURCE
  610. # undef _ALL_SOURCE
  611. #endif
  612. /* Enable GNU extensions on systems that have them. */
  613. #ifndef _GNU_SOURCE
  614. # undef _GNU_SOURCE
  615. #endif
  616. /* Enable threading extensions on Solaris. */
  617. #ifndef _POSIX_PTHREAD_SEMANTICS
  618. # undef _POSIX_PTHREAD_SEMANTICS
  619. #endif
  620. /* Enable extensions on HP NonStop. */
  621. #ifndef _TANDEM_SOURCE
  622. # undef _TANDEM_SOURCE
  623. #endif
  624. /* Enable general extensions on Solaris. */
  625. #ifndef __EXTENSIONS__
  626. # undef __EXTENSIONS__
  627. #endif
  628. /* Define if the system headers declare usleep to return void. */
  629. #undef USLEEP_RETURNS_VOID
  630. /* Define this if <utime.h> doesn't define struct utimbuf unless _POSIX_SOURCE
  631. is defined. See GUILE_STRUCT_UTIMBUF in aclocal.m4. */
  632. #undef UTIMBUF_NEEDS_POSIX
  633. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  634. significant byte first (like Motorola and SPARC, unlike Intel). */
  635. #if defined AC_APPLE_UNIVERSAL_BUILD
  636. # if defined __BIG_ENDIAN__
  637. # define WORDS_BIGENDIAN 1
  638. # endif
  639. #else
  640. # ifndef WORDS_BIGENDIAN
  641. # undef WORDS_BIGENDIAN
  642. # endif
  643. #endif
  644. /* Define to 1 if on MINIX. */
  645. #undef _MINIX
  646. /* Define to 2 if the system does not provide POSIX.1 features except with
  647. this defined. */
  648. #undef _POSIX_1_SOURCE
  649. /* Define to 1 if you need to in order for `stat' and other things to work. */
  650. #undef _POSIX_SOURCE
  651. /* Define to empty if `const' does not conform to ANSI C. */
  652. #undef const
  653. /* Define to `int' if <sys/types.h> doesn't define. */
  654. #undef gid_t
  655. /* Define to `__inline__' or `__inline' if that's what the C compiler
  656. calls it, or to nothing if 'inline' is not supported under any name. */
  657. #ifndef __cplusplus
  658. #undef inline
  659. #endif
  660. /* Define to `int' if <sys/types.h> does not define. */
  661. #undef mode_t
  662. /* Define to `int' if <sys/socket.h> does not define. */
  663. #undef socklen_t
  664. /* Define to `int' if <sys/types.h> doesn't define. */
  665. #undef uid_t
  666. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  667. code using `volatile' can become incorrect without. Disable with care. */
  668. #undef volatile