config.h.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  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. /* Sim debug setting */
  5. #undef DEBUG
  6. /* Define to 1 if translation of program messages to the user's native
  7. language is requested. */
  8. #undef ENABLE_NLS
  9. /* Define to the type of elements in the array set by `getgroups'. Usually
  10. this is either `int' or `gid_t'. */
  11. #undef GETGROUPS_T
  12. /* Define to 1 if you have the `access' function. */
  13. #undef HAVE_ACCESS
  14. /* Define to 1 if you have the `aint' function. */
  15. #undef HAVE_AINT
  16. /* Define to 1 if you have the `anint' function. */
  17. #undef HAVE_ANINT
  18. /* Define to 1 if you have the `cfgetispeed' function. */
  19. #undef HAVE_CFGETISPEED
  20. /* Define to 1 if you have the `cfgetospeed' function. */
  21. #undef HAVE_CFGETOSPEED
  22. /* Define to 1 if you have the `cfsetispeed' function. */
  23. #undef HAVE_CFSETISPEED
  24. /* Define to 1 if you have the `cfsetospeed' function. */
  25. #undef HAVE_CFSETOSPEED
  26. /* Define to 1 if you have the `chdir' function. */
  27. #undef HAVE_CHDIR
  28. /* Define to 1 if you have the `chmod' function. */
  29. #undef HAVE_CHMOD
  30. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  31. */
  32. #undef HAVE_DECL_TZNAME
  33. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  34. */
  35. #undef HAVE_DIRENT_H
  36. /* Define to 1 if you have the <dlfcn.h> header file. */
  37. #undef HAVE_DLFCN_H
  38. /* Define to 1 if you have the `dup' function. */
  39. #undef HAVE_DUP
  40. /* Define to 1 if you have the `dup2' function. */
  41. #undef HAVE_DUP2
  42. /* Define to 1 if you have the `execv' function. */
  43. #undef HAVE_EXECV
  44. /* Define to 1 if you have the `execve' function. */
  45. #undef HAVE_EXECVE
  46. /* Define to 1 if you have the `fcntl' function. */
  47. #undef HAVE_FCNTL
  48. /* Define to 1 if you have the <fcntl.h> header file. */
  49. #undef HAVE_FCNTL_H
  50. /* Define to 1 if you have the `fork' function. */
  51. #undef HAVE_FORK
  52. /* Define to 1 if you have the <fpu_control.h> header file. */
  53. #undef HAVE_FPU_CONTROL_H
  54. /* Define to 1 if you have the `fstat' function. */
  55. #undef HAVE_FSTAT
  56. /* Define to 1 if you have the `fstatfs' function. */
  57. #undef HAVE_FSTATFS
  58. /* Define to 1 if you have the `ftruncate' function. */
  59. #undef HAVE_FTRUNCATE
  60. /* Define to 1 if you have the `getdirentries' function. */
  61. #undef HAVE_GETDIRENTRIES
  62. /* Define to 1 if you have the `getegid' function. */
  63. #undef HAVE_GETEGID
  64. /* Define to 1 if you have the `geteuid' function. */
  65. #undef HAVE_GETEUID
  66. /* Define to 1 if you have the `getgid' function. */
  67. #undef HAVE_GETGID
  68. /* Define to 1 if you have the `getpid' function. */
  69. #undef HAVE_GETPID
  70. /* Define to 1 if you have the `getppid' function. */
  71. #undef HAVE_GETPPID
  72. /* Define to 1 if you have the `getrusage' function. */
  73. #undef HAVE_GETRUSAGE
  74. /* Define to 1 if you have the `gettimeofday' function. */
  75. #undef HAVE_GETTIMEOFDAY
  76. /* Define to 1 if you have the `getuid' function. */
  77. #undef HAVE_GETUID
  78. /* Define to 1 if you have the <inttypes.h> header file. */
  79. #undef HAVE_INTTYPES_H
  80. /* Define to 1 if you have the `ioctl' function. */
  81. #undef HAVE_IOCTL
  82. /* Define to 1 if you have the `kill' function. */
  83. #undef HAVE_KILL
  84. /* Define to 1 if you have the `dl' library (-ldl). */
  85. #undef HAVE_LIBDL
  86. /* Define to 1 if you have the `m' library (-lm). */
  87. #undef HAVE_LIBM
  88. /* Define to 1 if you have the `nsl' library (-lnsl). */
  89. #undef HAVE_LIBNSL
  90. /* Define to 1 if you have the `socket' library (-lsocket). */
  91. #undef HAVE_LIBSOCKET
  92. /* Define to 1 if you have the `link' function. */
  93. #undef HAVE_LINK
  94. /* Define to 1 if you have the <linux/if_tun.h> header file. */
  95. #undef HAVE_LINUX_IF_TUN_H
  96. /* Define to 1 if you have the <linux/mii.h> header file. */
  97. #undef HAVE_LINUX_MII_H
  98. /* Define to 1 if you have the <linux/types.h> header file. */
  99. #undef HAVE_LINUX_TYPES_H
  100. /* Define to 1 if you have the `lseek' function. */
  101. #undef HAVE_LSEEK
  102. /* Define to 1 if you have the <memory.h> header file. */
  103. #undef HAVE_MEMORY_H
  104. /* Define to 1 if you have the `mmap' function. */
  105. #undef HAVE_MMAP
  106. /* Define to 1 if you have the `munmap' function. */
  107. #undef HAVE_MUNMAP
  108. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  109. #undef HAVE_NDIR_H
  110. /* Define to 1 if you have the <netinet/in.h> header file. */
  111. #undef HAVE_NETINET_IN_H
  112. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  113. #undef HAVE_NETINET_TCP_H
  114. /* Define to 1 if you have the <net/if.h> header file. */
  115. #undef HAVE_NET_IF_H
  116. /* Define to 1 if you have the `pipe' function. */
  117. #undef HAVE_PIPE
  118. /* Define to 1 if you have the `posix_fallocate' function. */
  119. #undef HAVE_POSIX_FALLOCATE
  120. /* Define to 1 if you have the `pread' function. */
  121. #undef HAVE_PREAD
  122. /* Define to 1 if you have the `rmdir' function. */
  123. #undef HAVE_RMDIR
  124. /* Define to 1 if you have the `setgid' function. */
  125. #undef HAVE_SETGID
  126. /* Define to 1 if you have the `setregid' function. */
  127. #undef HAVE_SETREGID
  128. /* Define to 1 if you have the `setreuid' function. */
  129. #undef HAVE_SETREUID
  130. /* Define to 1 if you have the `setuid' function. */
  131. #undef HAVE_SETUID
  132. /* Define to 1 if you have the `sigaction' function. */
  133. #undef HAVE_SIGACTION
  134. /* Define to 1 if you have the `sigprocmask' function. */
  135. #undef HAVE_SIGPROCMASK
  136. /* Define to 1 if the system has the type `socklen_t'. */
  137. #undef HAVE_SOCKLEN_T
  138. /* Define to 1 if you have the `sqrt' function. */
  139. #undef HAVE_SQRT
  140. /* Define to 1 if you have the `stat' function. */
  141. #undef HAVE_STAT
  142. /* Define to 1 if you have the <stdint.h> header file. */
  143. #undef HAVE_STDINT_H
  144. /* Define to 1 if you have the <stdlib.h> header file. */
  145. #undef HAVE_STDLIB_H
  146. /* Define to 1 if you have the <strings.h> header file. */
  147. #undef HAVE_STRINGS_H
  148. /* Define to 1 if you have the <string.h> header file. */
  149. #undef HAVE_STRING_H
  150. /* Define to 1 if you have the `strsignal' function. */
  151. #undef HAVE_STRSIGNAL
  152. /* Define to 1 if `st_atime' is a member of `struct stat'. */
  153. #undef HAVE_STRUCT_STAT_ST_ATIME
  154. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  155. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  156. /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  157. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  158. /* Define to 1 if `st_ctime' is a member of `struct stat'. */
  159. #undef HAVE_STRUCT_STAT_ST_CTIME
  160. /* Define to 1 if `st_dev' is a member of `struct stat'. */
  161. #undef HAVE_STRUCT_STAT_ST_DEV
  162. /* Define to 1 if `st_gid' is a member of `struct stat'. */
  163. #undef HAVE_STRUCT_STAT_ST_GID
  164. /* Define to 1 if `st_ino' is a member of `struct stat'. */
  165. #undef HAVE_STRUCT_STAT_ST_INO
  166. /* Define to 1 if `st_mode' is a member of `struct stat'. */
  167. #undef HAVE_STRUCT_STAT_ST_MODE
  168. /* Define to 1 if `st_mtime' is a member of `struct stat'. */
  169. #undef HAVE_STRUCT_STAT_ST_MTIME
  170. /* Define to 1 if `st_nlink' is a member of `struct stat'. */
  171. #undef HAVE_STRUCT_STAT_ST_NLINK
  172. /* Define to 1 if `st_rdev' is a member of `struct stat'. */
  173. #undef HAVE_STRUCT_STAT_ST_RDEV
  174. /* Define to 1 if `st_size' is a member of `struct stat'. */
  175. #undef HAVE_STRUCT_STAT_ST_SIZE
  176. /* Define to 1 if `st_uid' is a member of `struct stat'. */
  177. #undef HAVE_STRUCT_STAT_ST_UID
  178. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  179. #undef HAVE_STRUCT_TM_TM_ZONE
  180. /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
  181. `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
  182. #undef HAVE_ST_BLKSIZE
  183. /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
  184. `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
  185. #undef HAVE_ST_BLOCKS
  186. /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
  187. `HAVE_STRUCT_STAT_ST_RDEV' instead. */
  188. #undef HAVE_ST_RDEV
  189. /* Define to 1 if you have the `symlink' function. */
  190. #undef HAVE_SYMLINK
  191. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  192. */
  193. #undef HAVE_SYS_DIR_H
  194. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  195. #undef HAVE_SYS_IOCTL_H
  196. /* Define to 1 if you have the <sys/mman.h> header file. */
  197. #undef HAVE_SYS_MMAN_H
  198. /* Define to 1 if you have the <sys/mount.h> header file. */
  199. #undef HAVE_SYS_MOUNT_H
  200. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  201. */
  202. #undef HAVE_SYS_NDIR_H
  203. /* Define to 1 if you have the <sys/param.h> header file. */
  204. #undef HAVE_SYS_PARAM_H
  205. /* Define to 1 if you have the <sys/resource.h> header file. */
  206. #undef HAVE_SYS_RESOURCE_H
  207. /* Define to 1 if you have the <sys/socket.h> header file. */
  208. #undef HAVE_SYS_SOCKET_H
  209. /* Define to 1 if you have the <sys/statfs.h> header file. */
  210. #undef HAVE_SYS_STATFS_H
  211. /* Define to 1 if you have the <sys/stat.h> header file. */
  212. #undef HAVE_SYS_STAT_H
  213. /* Define to 1 if you have the <sys/termios.h> header file. */
  214. #undef HAVE_SYS_TERMIOS_H
  215. /* Define to 1 if you have the <sys/termio.h> header file. */
  216. #undef HAVE_SYS_TERMIO_H
  217. /* Define to 1 if you have the <sys/types.h> header file. */
  218. #undef HAVE_SYS_TYPES_H
  219. /* Define to 1 if you have the <sys/vfs.h> header file. */
  220. #undef HAVE_SYS_VFS_H
  221. /* Define to 1 if you have the `tcdrain' function. */
  222. #undef HAVE_TCDRAIN
  223. /* Define to 1 if you have the `tcflow' function. */
  224. #undef HAVE_TCFLOW
  225. /* Define to 1 if you have the `tcflush' function. */
  226. #undef HAVE_TCFLUSH
  227. /* Define to 1 if you have the `tcgetattr' function. */
  228. #undef HAVE_TCGETATTR
  229. /* Define to 1 if you have the `tcgetpgrp' function. */
  230. #undef HAVE_TCGETPGRP
  231. /* Define to 1 if you have the `tcsendbreak' function. */
  232. #undef HAVE_TCSENDBREAK
  233. /* Define to 1 if you have the `tcsetattr' function. */
  234. #undef HAVE_TCSETATTR
  235. /* Define to 1 if you have the `tcsetpgrp' function. */
  236. #undef HAVE_TCSETPGRP
  237. /* Define to 1 if you have the <termios.h> header file. */
  238. #undef HAVE_TERMIOS_H
  239. /* Define to 1 if you have the `time' function. */
  240. #undef HAVE_TIME
  241. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  242. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  243. #undef HAVE_TM_ZONE
  244. /* Define to 1 if you have the `truncate' function. */
  245. #undef HAVE_TRUNCATE
  246. /* Define to 1 if you don't have `tm_zone' but do have the external array
  247. `tzname'. */
  248. #undef HAVE_TZNAME
  249. /* Define to 1 if you have the `umask' function. */
  250. #undef HAVE_UMASK
  251. /* Define to 1 if you have the <unistd.h> header file. */
  252. #undef HAVE_UNISTD_H
  253. /* Define to 1 if you have the `unlink' function. */
  254. #undef HAVE_UNLINK
  255. /* Define to 1 if you have the `utime' function. */
  256. #undef HAVE_UTIME
  257. /* Define to 1 if you have the <utime.h> header file. */
  258. #undef HAVE_UTIME_H
  259. /* Define to 1 if you have the <windows.h> header file. */
  260. #undef HAVE_WINDOWS_H
  261. /* Define to 1 if the system has the type `__int128'. */
  262. #undef HAVE___INT128
  263. /* Define to 1 if you have the `__setfpucw' function. */
  264. #undef HAVE___SETFPUCW
  265. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  266. */
  267. #undef LT_OBJDIR
  268. /* Name of package */
  269. #undef PACKAGE
  270. /* Define to the address where bug reports for this package should be sent. */
  271. #undef PACKAGE_BUGREPORT
  272. /* Define to the full name of this package. */
  273. #undef PACKAGE_NAME
  274. /* Define to the full name and version of this package. */
  275. #undef PACKAGE_STRING
  276. /* Define to the one symbol short name of this package. */
  277. #undef PACKAGE_TARNAME
  278. /* Define to the home page for this package. */
  279. #undef PACKAGE_URL
  280. /* Define to the version of this package. */
  281. #undef PACKAGE_VERSION
  282. /* Additional package description */
  283. #undef PKGVERSION
  284. /* Sim profile settings */
  285. #undef PROFILE
  286. /* Bug reporting address */
  287. #undef REPORT_BUGS_TO
  288. /* Define as the return type of signal handlers (`int' or `void'). */
  289. #undef RETSIGTYPE
  290. /* Define to 1 if you have the ANSI C header files. */
  291. #undef STDC_HEADERS
  292. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  293. #undef TM_IN_SYS_TIME
  294. /* Enable extensions on AIX 3, Interix. */
  295. #ifndef _ALL_SOURCE
  296. # undef _ALL_SOURCE
  297. #endif
  298. /* Enable GNU extensions on systems that have them. */
  299. #ifndef _GNU_SOURCE
  300. # undef _GNU_SOURCE
  301. #endif
  302. /* Enable threading extensions on Solaris. */
  303. #ifndef _POSIX_PTHREAD_SEMANTICS
  304. # undef _POSIX_PTHREAD_SEMANTICS
  305. #endif
  306. /* Enable extensions on HP NonStop. */
  307. #ifndef _TANDEM_SOURCE
  308. # undef _TANDEM_SOURCE
  309. #endif
  310. /* Enable general extensions on Solaris. */
  311. #ifndef __EXTENSIONS__
  312. # undef __EXTENSIONS__
  313. #endif
  314. /* Version number of package */
  315. #undef VERSION
  316. /* Sim alignment settings */
  317. #undef WITH_ALIGNMENT
  318. /* Sim assert settings */
  319. #undef WITH_ASSERT
  320. /* Sim debug setting */
  321. #undef WITH_DEBUG
  322. /* Sim default environment */
  323. #undef WITH_ENVIRONMENT
  324. /* Sim profile settings */
  325. #undef WITH_PROFILE
  326. /* Sim reserved bits setting */
  327. #undef WITH_RESERVED_BITS
  328. /* Sim cache szie */
  329. #undef WITH_SCACHE
  330. /* How to route I/O */
  331. #undef WITH_STDIO
  332. /* Sim endian settings */
  333. #undef WITH_TARGET_BYTE_ORDER
  334. /* Sim trace settings */
  335. #undef WITH_TRACE
  336. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  337. significant byte first (like Motorola and SPARC, unlike Intel). */
  338. #if defined AC_APPLE_UNIVERSAL_BUILD
  339. # if defined __BIG_ENDIAN__
  340. # define WORDS_BIGENDIAN 1
  341. # endif
  342. #else
  343. # ifndef WORDS_BIGENDIAN
  344. # undef WORDS_BIGENDIAN
  345. # endif
  346. #endif
  347. /* Define to 1 if on MINIX. */
  348. #undef _MINIX
  349. /* Define to 2 if the system does not provide POSIX.1 features except with
  350. this defined. */
  351. #undef _POSIX_1_SOURCE
  352. /* Define to 1 if you need to in order for `stat' and other things to work. */
  353. #undef _POSIX_SOURCE
  354. /* Define to `int' if <sys/types.h> doesn't define. */
  355. #undef gid_t
  356. /* Define to `int' if <sys/types.h> does not define. */
  357. #undef mode_t
  358. /* Define to `long int' if <sys/types.h> does not define. */
  359. #undef off_t
  360. /* Define to `int' if <sys/types.h> does not define. */
  361. #undef pid_t
  362. /* Define to `unsigned int' if <sys/types.h> does not define. */
  363. #undef size_t
  364. /* Define to `int' if <sys/types.h> doesn't define. */
  365. #undef uid_t