X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=bdcd5b607bbaa28fa1e9568e12b69dd3fd984f23;hb=2d53302fddc29878ec7b52a0688b7950a251cb89;hp=c54a68848dfc06d6c4569fb6d592c04f27d34781;hpb=1681421d010f68c69e52b68b76bd8d714373e686;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index c54a68848d..bdcd5b607b 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -1,7 +1,7 @@ /* include/portable.h.in. Generated automatically from configure.in by autoheader. */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation + * Copyright 1998-2005 The OpenLDAP Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -212,6 +212,9 @@ /* Define if you have the pipe function. */ #undef HAVE_PIPE +/* Define if you have the poll function. */ +#undef HAVE_POLL + /* Define if you have the pthread_getconcurrency function. */ #undef HAVE_PTHREAD_GETCONCURRENCY @@ -359,12 +362,18 @@ /* Define if you have the header file. */ #undef HAVE_BITS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_BN_H + /* Define if you have the header file. */ #undef HAVE_CONIO_H /* Define if you have the header file. */ #undef HAVE_CRYPT_H +/* Define if you have the header file. */ +#undef HAVE_CRYPTO_H + /* Define if you have the header file. */ #undef HAVE_CTHREADS_H @@ -401,6 +410,9 @@ /* Define if you have the header file. */ #undef HAVE_GETOPT_H +/* Define if you have the header file. */ +#undef HAVE_GMP_H + /* Define if you have the header file. */ #undef HAVE_GRP_H @@ -461,9 +473,18 @@ /* Define if you have the header file. */ #undef HAVE_NETINET_TCP_H +/* Define if you have the header file. */ +#undef HAVE_OPENSSL_BN_H + +/* Define if you have the header file. */ +#undef HAVE_OPENSSL_CRYPTO_H + /* Define if you have the header file. */ #undef HAVE_OPENSSL_SSL_H +/* Define if you have the header file. */ +#undef HAVE_POLL_H + /* Define if you have the header file. */ #undef HAVE_PROCESS_H @@ -527,6 +548,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_EPOLL_H + /* Define if you have the header file. */ #undef HAVE_SYS_ERRNO_H @@ -596,6 +620,9 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H +/* Define if you have the header file. */ +#undef HAVE_UTIME_H + /* Define if you have the header file. */ #undef HAVE_WINSOCK_H @@ -605,9 +632,6 @@ /* Define if you have the V3 library (-lV3). */ #undef HAVE_LIBV3 -/* Define if you have the bind library (-lbind). */ -#undef HAVE_LIBBIND - /* Define if you have the gen library (-lgen). */ #undef HAVE_LIBGEN @@ -623,9 +647,6 @@ /* Define if you have the nsl_s library (-lnsl_s). */ #undef HAVE_LIBNSL_S -/* Define if you have the resolv library (-lresolv). */ -#undef HAVE_LIBRESOLV - /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET @@ -677,6 +698,9 @@ /* define if you have winsock2 */ #undef HAVE_WINSOCK2 +/* define if your system supports epoll */ +#undef HAVE_EPOLL + /* define if sys_errlist is not declared in stdio.h or errno.h */ #undef DECL_SYS_ERRLIST @@ -728,6 +752,9 @@ /* define if you have RSAref */ #undef HAVE_RSAREF +/* define if you have OpenSSL with CRL checking capability */ +#undef HAVE_OPENSSL_CRL + /* define if you have TLS */ #undef HAVE_TLS @@ -833,6 +860,12 @@ /* define if you have -lslp */ #undef HAVE_SLP +/* define if you have SSLeay or OpenSSL's BIGNUM */ +#undef HAVE_BIGNUM + +/* define if you have -lgmp */ +#undef HAVE_GMP + /* define if you have 'long long' */ #undef HAVE_LONG_LONG @@ -890,6 +923,9 @@ /* The number of bytes in type wchar_t */ #undef SIZEOF_WCHAR_T +/* define if memcmp is not 8-bit clean or is otherwise broken */ +#undef NEED_MEMCMP_REPLACEMENT + /* define to you inet_aton(3) is available */ #undef HAVE_INET_ATON @@ -905,6 +941,9 @@ /* define if struct msghdr has msg_accrights */ #undef HAVE_MSGHDR_MSG_ACCRIGHTS +/* define if struct msghdr has msg_control */ +#undef HAVE_MSGHDR_MSG_CONTROL + /* define to snprintf routine */ #undef snprintf @@ -998,8 +1037,8 @@ /* define to support SQL backend */ #undef SLAPD_SQL -/* define for Dynamic Group overlay */ -#undef SLAPD_OVER_CHAIN +/* define for In-Directory Access Logging overlay */ +#undef SLAPD_OVER_ACCESSLOG /* define for Dynamic Group overlay */ #undef SLAPD_OVER_DENYOP @@ -1007,6 +1046,12 @@ /* define for Dynamic Group overlay */ #undef SLAPD_OVER_DYNGROUP +/* define for Dynamic List overlay */ +#undef SLAPD_OVER_DYNLIST + +/* define for Backend Glue overlay */ +#undef SLAPD_OVER_GLUE + /* define for Last Modification overlay */ #undef SLAPD_OVER_LASTMOD @@ -1019,9 +1064,18 @@ /* define for Referential Integrity overlay */ #undef SLAPD_OVER_REFINT +/* define for Referential Integrity overlay */ +#undef SLAPD_OVER_RETCODE + /* define for Rewrite/Remap overlay */ #undef SLAPD_OVER_RWM +/* define for Syncrepl Provider overlay */ +#undef SLAPD_OVER_SYNCPROV + +/* define for Translucent Proxy overlay */ +#undef SLAPD_OVER_TRANSLUCENT + /* define for Attribute Uniqueness overlay */ #undef SLAPD_OVER_UNIQUE