config.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Using AIX */
  4. /* #undef AIX */
  5. /* Broken getaddrinfo */
  6. /* #undef BROKEN_GETADDRINFO */
  7. /* Use bundled libtom */
  8. #define BUNDLED_LIBTOM /**/
  9. /* lastlog file location */
  10. /* #undef CONF_LASTLOG_FILE */
  11. /* utmpx file location */
  12. /* #undef CONF_UTMPX_FILE */
  13. /* utmp file location */
  14. /* #undef CONF_UTMP_FILE */
  15. /* wtmpx file location */
  16. /* #undef CONF_WTMPX_FILE */
  17. /* wtmp file location */
  18. /* #undef CONF_WTMP_FILE */
  19. /* Disable use of lastlog() */
  20. /* #undef DISABLE_LASTLOG */
  21. /* Use PAM */
  22. #define DISABLE_PAM /**/
  23. /* Disable use of pututline() */
  24. /* #undef DISABLE_PUTUTLINE */
  25. /* Disable use of pututxline() */
  26. /* #undef DISABLE_PUTUTXLINE */
  27. /* Using syslog */
  28. #define DISABLE_SYSLOG /**/
  29. /* Disable use of utmp */
  30. /* #undef DISABLE_UTMP */
  31. /* Disable use of utmpx */
  32. #define DISABLE_UTMPX 1
  33. /* Disable use of wtmp */
  34. /* #undef DISABLE_WTMP */
  35. /* Disable use of wtmpx */
  36. #define DISABLE_WTMPX 1
  37. /* Use zlib */
  38. /* #undef DISABLE_ZLIB */
  39. /* Define to 1 if you have the `basename' function. */
  40. #define HAVE_BASENAME 1
  41. /* Define to 1 if you have the `clearenv' function. */
  42. #define HAVE_CLEARENV 1
  43. /* Define if gai_strerror() returns const char * */
  44. #define HAVE_CONST_GAI_STRERROR_PROTO 1
  45. /* crypt() function */
  46. #define HAVE_CRYPT 1
  47. /* Define to 1 if you have the <crypt.h> header file. */
  48. #define HAVE_CRYPT_H 1
  49. /* Define to 1 if you have the `daemon' function. */
  50. #define HAVE_DAEMON 1
  51. /* Use /dev/ptc & /dev/pts */
  52. /* #undef HAVE_DEV_PTS_AND_PTC */
  53. /* Define to 1 if you have the `dup2' function. */
  54. #define HAVE_DUP2 1
  55. /* Define to 1 if you have the `endutent' function. */
  56. #define HAVE_ENDUTENT 1
  57. /* Define to 1 if you have the `endutxent' function. */
  58. #define HAVE_ENDUTXENT 1
  59. /* Define to 1 if you have the `explicit_bzero' function. */
  60. /* #undef HAVE_EXPLICIT_BZERO */
  61. /* Define to 1 if you have the <fcntl.h> header file. */
  62. #define HAVE_FCNTL_H 1
  63. /* Define to 1 if you have the `fork' function. */
  64. #define HAVE_FORK 1
  65. /* Define to 1 if you have the `freeaddrinfo' function. */
  66. #define HAVE_FREEADDRINFO 1
  67. /* Define to 1 if you have the `gai_strerror' function. */
  68. #define HAVE_GAI_STRERROR 1
  69. /* Define to 1 if you have the `getaddrinfo' function. */
  70. #define HAVE_GETADDRINFO 1
  71. /* Define to 1 if you have the `getnameinfo' function. */
  72. #define HAVE_GETNAMEINFO 1
  73. /* Define to 1 if you have the `getpass' function. */
  74. #define HAVE_GETPASS 1
  75. /* Define to 1 if you have the `getspnam' function. */
  76. #define HAVE_GETSPNAM 1
  77. /* Define to 1 if you have the `getusershell' function. */
  78. #define HAVE_GETUSERSHELL 1
  79. /* Define to 1 if you have the `getutent' function. */
  80. #define HAVE_GETUTENT 1
  81. /* Define to 1 if you have the `getutid' function. */
  82. #define HAVE_GETUTID 1
  83. /* Define to 1 if you have the `getutline' function. */
  84. #define HAVE_GETUTLINE 1
  85. /* Define to 1 if you have the `getutxent' function. */
  86. #define HAVE_GETUTXENT 1
  87. /* Define to 1 if you have the `getutxid' function. */
  88. #define HAVE_GETUTXID 1
  89. /* Define to 1 if you have the `getutxline' function. */
  90. #define HAVE_GETUTXLINE 1
  91. /* Define to 1 if you have the <inttypes.h> header file. */
  92. #define HAVE_INTTYPES_H 1
  93. /* Define to 1 if you have the <ioctl.h> header file. */
  94. /* #undef HAVE_IOCTL_H */
  95. /* Define to 1 if you have the <lastlog.h> header file. */
  96. #define HAVE_LASTLOG_H 1
  97. /* Define to 1 if you have the <libgen.h> header file. */
  98. #define HAVE_LIBGEN_H 1
  99. /* Define to 1 if you have the `pam' library (-lpam). */
  100. /* #undef HAVE_LIBPAM */
  101. /* Define to 1 if you have the <libutil.h> header file. */
  102. /* #undef HAVE_LIBUTIL_H */
  103. /* Define to 1 if you have the `z' library (-lz). */
  104. #define HAVE_LIBZ 1
  105. /* Define to 1 if you have the <limits.h> header file. */
  106. #define HAVE_LIMITS_H 1
  107. /* Have login() function */
  108. #define HAVE_LOGIN /**/
  109. /* Define to 1 if you have the `logout' function. */
  110. #define HAVE_LOGOUT 1
  111. /* Define to 1 if you have the `logwtmp' function. */
  112. #define HAVE_LOGWTMP 1
  113. /* Define to 1 if you have the `mach_absolute_time' function. */
  114. /* #undef HAVE_MACH_ABSOLUTE_TIME */
  115. /* Define to 1 if you have the <mach/mach_time.h> header file. */
  116. /* #undef HAVE_MACH_MACH_TIME_H */
  117. /* Define to 1 if you have the <memory.h> header file. */
  118. #define HAVE_MEMORY_H 1
  119. /* Define to 1 if you have the `memset' function. */
  120. #define HAVE_MEMSET 1
  121. /* Define to 1 if you have the `memset_s' function. */
  122. /* #undef HAVE_MEMSET_S */
  123. /* Define to 1 if you have the <netdb.h> header file. */
  124. #define HAVE_NETDB_H 1
  125. /* Define to 1 if you have the <netinet/in.h> header file. */
  126. #define HAVE_NETINET_IN_H 1
  127. /* Define to 1 if you have the <netinet/in_systm.h> header file. */
  128. #define HAVE_NETINET_IN_SYSTM_H 1
  129. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  130. #define HAVE_NETINET_TCP_H 1
  131. /* Have openpty() function */
  132. #define HAVE_OPENPTY 1
  133. /* Define to 1 if you have the `pam_fail_delay' function. */
  134. /* #undef HAVE_PAM_FAIL_DELAY */
  135. /* Define to 1 if you have the <pam/pam_appl.h> header file. */
  136. /* #undef HAVE_PAM_PAM_APPL_H */
  137. /* Define to 1 if you have the <paths.h> header file. */
  138. #define HAVE_PATHS_H 1
  139. /* Define to 1 if you have the <pty.h> header file. */
  140. #define HAVE_PTY_H 1
  141. /* Define to 1 if you have the `putenv' function. */
  142. #define HAVE_PUTENV 1
  143. /* Define to 1 if you have the `pututline' function. */
  144. #define HAVE_PUTUTLINE 1
  145. /* Define to 1 if you have the `pututxline' function. */
  146. #define HAVE_PUTUTXLINE 1
  147. /* Define to 1 if you have the <security/pam_appl.h> header file. */
  148. #define HAVE_SECURITY_PAM_APPL_H 1
  149. /* Define to 1 if you have the `select' function. */
  150. #define HAVE_SELECT 1
  151. /* Define to 1 if you have the `setutent' function. */
  152. #define HAVE_SETUTENT 1
  153. /* Define to 1 if you have the `setutxent' function. */
  154. #define HAVE_SETUTXENT 1
  155. /* Define to 1 if you have the <shadow.h> header file. */
  156. #define HAVE_SHADOW_H 1
  157. /* Define to 1 if you have the `socket' function. */
  158. #define HAVE_SOCKET 1
  159. /* Define to 1 if you have the <stdint.h> header file. */
  160. #define HAVE_STDINT_H 1
  161. /* Define to 1 if you have the <stdlib.h> header file. */
  162. #define HAVE_STDLIB_H 1
  163. /* Define to 1 if you have the `strdup' function. */
  164. #define HAVE_STRDUP 1
  165. /* Define to 1 if you have the <strings.h> header file. */
  166. #define HAVE_STRINGS_H 1
  167. /* Define to 1 if you have the <string.h> header file. */
  168. #define HAVE_STRING_H 1
  169. /* Define to 1 if you have the `strlcat' function. */
  170. /* #undef HAVE_STRLCAT */
  171. /* Define to 1 if you have the `strlcpy' function. */
  172. /* #undef HAVE_STRLCPY */
  173. /* Define to 1 if you have the <stropts.h> header file. */
  174. #define HAVE_STROPTS_H 1
  175. /* Have struct addrinfo */
  176. #define HAVE_STRUCT_ADDRINFO /**/
  177. /* Have struct in6_addr */
  178. #define HAVE_STRUCT_IN6_ADDR /**/
  179. /* Have struct sockaddr_in6 */
  180. #define HAVE_STRUCT_SOCKADDR_IN6 /**/
  181. /* Define to 1 if the system has the type `struct sockaddr_storage'. */
  182. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  183. /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
  184. #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
  185. /* Define to 1 if `ut_addr' is a member of `struct utmpx'. */
  186. /* #undef HAVE_STRUCT_UTMPX_UT_ADDR */
  187. /* Define to 1 if `ut_addr_v6' is a member of `struct utmpx'. */
  188. #define HAVE_STRUCT_UTMPX_UT_ADDR_V6 1
  189. /* Define to 1 if `ut_host' is a member of `struct utmpx'. */
  190. #define HAVE_STRUCT_UTMPX_UT_HOST 1
  191. /* Define to 1 if `ut_id' is a member of `struct utmpx'. */
  192. #define HAVE_STRUCT_UTMPX_UT_ID 1
  193. /* Define to 1 if `ut_syslen' is a member of `struct utmpx'. */
  194. /* #undef HAVE_STRUCT_UTMPX_UT_SYSLEN */
  195. /* Define to 1 if `ut_time' is a member of `struct utmpx'. */
  196. /* #undef HAVE_STRUCT_UTMPX_UT_TIME */
  197. /* Define to 1 if `ut_tv' is a member of `struct utmpx'. */
  198. #define HAVE_STRUCT_UTMPX_UT_TV 1
  199. /* Define to 1 if `ut_type' is a member of `struct utmpx'. */
  200. #define HAVE_STRUCT_UTMPX_UT_TYPE 1
  201. /* Define to 1 if `ut_addr' is a member of `struct utmp'. */
  202. #define HAVE_STRUCT_UTMP_UT_ADDR 1
  203. /* Define to 1 if `ut_addr_v6' is a member of `struct utmp'. */
  204. #define HAVE_STRUCT_UTMP_UT_ADDR_V6 1
  205. /* Define to 1 if `ut_exit' is a member of `struct utmp'. */
  206. #define HAVE_STRUCT_UTMP_UT_EXIT 1
  207. /* Define to 1 if `ut_host' is a member of `struct utmp'. */
  208. #define HAVE_STRUCT_UTMP_UT_HOST 1
  209. /* Define to 1 if `ut_id' is a member of `struct utmp'. */
  210. #define HAVE_STRUCT_UTMP_UT_ID 1
  211. /* Define to 1 if `ut_pid' is a member of `struct utmp'. */
  212. #define HAVE_STRUCT_UTMP_UT_PID 1
  213. /* Define to 1 if `ut_time' is a member of `struct utmp'. */
  214. #define HAVE_STRUCT_UTMP_UT_TIME 1
  215. /* Define to 1 if `ut_tv' is a member of `struct utmp'. */
  216. #define HAVE_STRUCT_UTMP_UT_TV 1
  217. /* Define to 1 if `ut_type' is a member of `struct utmp'. */
  218. #define HAVE_STRUCT_UTMP_UT_TYPE 1
  219. /* Define to 1 if you have the <sys/select.h> header file. */
  220. #define HAVE_SYS_SELECT_H 1
  221. /* Define to 1 if you have the <sys/socket.h> header file. */
  222. #define HAVE_SYS_SOCKET_H 1
  223. /* Define to 1 if you have the <sys/stat.h> header file. */
  224. #define HAVE_SYS_STAT_H 1
  225. /* Define to 1 if you have the <sys/time.h> header file. */
  226. #define HAVE_SYS_TIME_H 1
  227. /* Define to 1 if you have the <sys/types.h> header file. */
  228. #define HAVE_SYS_TYPES_H 1
  229. /* Define to 1 if you have the <sys/uio.h> header file. */
  230. #define HAVE_SYS_UIO_H 1
  231. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  232. #define HAVE_SYS_WAIT_H 1
  233. /* Define to 1 if you have the <termios.h> header file. */
  234. #define HAVE_TERMIOS_H 1
  235. /* Define to 1 if the system has the type `uint16_t'. */
  236. #define HAVE_UINT16_T 1
  237. /* Define to 1 if the system has the type `uint32_t'. */
  238. #define HAVE_UINT32_T 1
  239. /* Define to 1 if the system has the type `uint8_t'. */
  240. #define HAVE_UINT8_T 1
  241. /* Define to 1 if you have the <unistd.h> header file. */
  242. #define HAVE_UNISTD_H 1
  243. /* Define to 1 if you have the `updwtmp' function. */
  244. #define HAVE_UPDWTMP 1
  245. /* Define to 1 if you have the <util.h> header file. */
  246. /* #undef HAVE_UTIL_H */
  247. /* Define to 1 if you have the `utmpname' function. */
  248. #define HAVE_UTMPNAME 1
  249. /* Define to 1 if you have the `utmpxname' function. */
  250. #define HAVE_UTMPXNAME 1
  251. /* Define to 1 if you have the <utmpx.h> header file. */
  252. #define HAVE_UTMPX_H 1
  253. /* Define to 1 if you have the <utmp.h> header file. */
  254. #define HAVE_UTMP_H 1
  255. /* Define to 1 if the system has the type `u_int16_t'. */
  256. #define HAVE_U_INT16_T 1
  257. /* Define to 1 if the system has the type `u_int32_t'. */
  258. #define HAVE_U_INT32_T 1
  259. /* Define to 1 if the system has the type `u_int8_t'. */
  260. #define HAVE_U_INT8_T 1
  261. /* Define to 1 if you have the `writev' function. */
  262. #define HAVE_WRITEV 1
  263. /* Define to 1 if you have the `_getpty' function. */
  264. /* #undef HAVE__GETPTY */
  265. /* Define to the address where bug reports for this package should be sent. */
  266. #define PACKAGE_BUGREPORT ""
  267. /* Define to the full name of this package. */
  268. #define PACKAGE_NAME ""
  269. /* Define to the full name and version of this package. */
  270. #define PACKAGE_STRING ""
  271. /* Define to the one symbol short name of this package. */
  272. #define PACKAGE_TARNAME ""
  273. /* Define to the home page for this package. */
  274. #define PACKAGE_URL ""
  275. /* Define to the version of this package. */
  276. #define PACKAGE_VERSION ""
  277. /* Define to the type of arg 1 for `select'. */
  278. #define SELECT_TYPE_ARG1 int
  279. /* Define to the type of args 2, 3 and 4 for `select'. */
  280. #define SELECT_TYPE_ARG234 (fd_set *)
  281. /* Define to the type of arg 5 for `select'. */
  282. #define SELECT_TYPE_ARG5 (struct timeval *)
  283. /* Define to 1 if you have the ANSI C header files. */
  284. #define STDC_HEADERS 1
  285. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  286. #define TIME_WITH_SYS_TIME 1
  287. /* Use /dev/ptmx */
  288. /* #undef USE_DEV_PTMX */
  289. /* Enable large inode numbers on Mac OS X 10.5. */
  290. #ifndef _DARWIN_USE_64_BIT_INODE
  291. # define _DARWIN_USE_64_BIT_INODE 1
  292. #endif
  293. /* Number of bits in a file offset, on hosts where this is settable. */
  294. #define _FILE_OFFSET_BITS 64
  295. /* Define for large files, on AIX-style hosts. */
  296. /* #undef _LARGE_FILES */
  297. /* Define to empty if `const' does not conform to ANSI C. */
  298. /* #undef const */
  299. /* Define to `int' if <sys/types.h> doesn't define. */
  300. /* #undef gid_t */
  301. /* Define to `int' if <sys/types.h> does not define. */
  302. /* #undef mode_t */
  303. /* Define to `int' if <sys/types.h> does not define. */
  304. /* #undef pid_t */
  305. /* Define to `unsigned int' if <sys/types.h> does not define. */
  306. /* #undef size_t */
  307. /* type to use in place of socklen_t if not defined */
  308. /* #undef socklen_t */
  309. /* Define to `int' if <sys/types.h> doesn't define. */
  310. /* #undef uid_t */