X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.h.in;h=bdcd5b607bbaa28fa1e9568e12b69dd3fd984f23;hb=8f1528af61a592fa138c5d27ce339bdad37dc630;hp=a28dd54cf941215722a6ab5e2b88bdb38f9400fc;hpb=fb0571b5adf17cb83f123d0a9430bf587a5cc498;p=openldap diff --git a/include/portable.h.in b/include/portable.h.in index a28dd54cf9..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 @@ -545,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 @@ -614,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 @@ -623,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 @@ -641,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 @@ -695,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 @@ -746,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 @@ -914,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 @@ -929,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 @@ -1022,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 @@ -1031,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 @@ -1043,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