1999-12-29 17:20:26 +03:00
|
|
|
/* Name of this package! */
|
|
|
|
#undef PACKAGE
|
|
|
|
|
|
|
|
/* Version number of this archive. */
|
|
|
|
#undef VERSION
|
|
|
|
|
|
|
|
/* Define if you have the getpass function. */
|
|
|
|
#undef HAVE_GETPASS
|
|
|
|
|
|
|
|
/* Define cpu-machine-OS */
|
|
|
|
#undef OS
|
|
|
|
|
2000-08-04 15:32:50 +04:00
|
|
|
/* Define if you have the gethostbyaddr_r() function with 5 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYADDR_R_5
|
2000-05-31 02:26:57 +04:00
|
|
|
|
2000-08-04 15:32:50 +04:00
|
|
|
/* Define if you have the gethostbyaddr_r() function with 7 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYADDR_R_7
|
|
|
|
|
|
|
|
/* Define if you have the gethostbyaddr_r() function with 8 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYADDR_R_8
|
|
|
|
|
|
|
|
/* Define if you have the gethostbyname_r() function with 3 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYNAME_R_3
|
|
|
|
|
|
|
|
/* Define if you have the gethostbyname_r() function with 5 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYNAME_R_5
|
|
|
|
|
|
|
|
/* Define if you have the gethostbyname_r() function with 6 arguments */
|
|
|
|
#undef HAVE_GETHOSTBYNAME_R_6
|
2000-08-23 11:25:21 +04:00
|
|
|
|
|
|
|
/* Define if you have the inet_ntoa_r function declared. */
|
|
|
|
#undef HAVE_INET_NTOA_R_DECL
|
|
|
|
|
|
|
|
/* Define if you need the _REENTRANT define for some functions */
|
|
|
|
#undef NEED_REENTRANT
|
2000-09-28 14:26:44 +04:00
|
|
|
|
|
|
|
/* Define if you have the Kerberos4 libraries (including -ldes) */
|
|
|
|
#undef KRB4
|
2001-01-23 02:54:54 +03:00
|
|
|
|
|
|
|
/* Define if you want to enable IPv6 support */
|
|
|
|
#undef ENABLE_IPV6
|
2001-02-07 12:49:06 +03:00
|
|
|
|
|
|
|
/* Define this to 'int' if ssize_t is not an available typedefed type */
|
|
|
|
#undef ssize_t
|
|
|
|
|
2001-03-09 18:24:33 +03:00
|
|
|
/* Define this to 'int' if socklen_t is not an available typedefed type */
|
|
|
|
#undef socklen_t
|
|
|
|
|
2001-03-06 03:04:58 +03:00
|
|
|
/* Define this as a suitable file to read random data from */
|
|
|
|
#undef RANDOM_FILE
|
|
|
|
|
|
|
|
/* Define this to your Entropy Gathering Daemon socket pathname */
|
|
|
|
#undef EGD_SOCKET
|
2001-05-22 22:16:24 +04:00
|
|
|
|
|
|
|
/* Define if you have a working OpenSSL installation */
|
|
|
|
#undef OPENSSL_ENABLED
|
2001-10-02 02:34:08 +04:00
|
|
|
|
|
|
|
/* Define the one correct non-blocking socket method below */
|
|
|
|
#undef HAVE_FIONBIO
|
|
|
|
#undef HAVE_IOCTLSOCKET
|
|
|
|
#undef HAVE_IOCTLSOCKET_CASE
|
|
|
|
#undef HAVE_O_NONBLOCK
|
|
|
|
#undef HAVE_DISABLED_NONBLOCKING
|
|
|
|
|
2001-11-29 02:21:31 +03:00
|
|
|
/* Define this to 'int' if in_addr_t is not an available typedefed type */
|
|
|
|
#undef in_addr_t
|