]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Fixing bug in extensible filter indexing
[openldap] / include / portable.h.in
index fbd735974af52689d98b330871c6b475a84462a8..b283b1642859af82ce6d6f68a84345b5e67f34af 100644 (file)
 /* 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
 
 /* Define if you have the <bits/types.h> header file.  */
 #undef HAVE_BITS_TYPES_H
 
+/* Define if you have the <bn.h> header file.  */
+#undef HAVE_BN_H
+
 /* Define if you have the <conio.h> header file.  */
 #undef HAVE_CONIO_H
 
 /* Define if you have the <crypt.h> header file.  */
 #undef HAVE_CRYPT_H
 
+/* Define if you have the <crypto.h> header file.  */
+#undef HAVE_CRYPTO_H
+
 /* Define if you have the <cthreads.h> header file.  */
 #undef HAVE_CTHREADS_H
 
 /* Define if you have the <netinet/tcp.h> header file.  */
 #undef HAVE_NETINET_TCP_H
 
+/* Define if you have the <openssl/bn.h> header file.  */
+#undef HAVE_OPENSSL_BN_H
+
+/* Define if you have the <openssl/crypto.h> header file.  */
+#undef HAVE_OPENSSL_CRYPTO_H
+
 /* Define if you have the <openssl/ssl.h> header file.  */
 #undef HAVE_OPENSSL_SSL_H
 
+/* Define if you have the <poll.h> header file.  */
+#undef HAVE_POLL_H
+
 /* Define if you have the <process.h> header file.  */
 #undef HAVE_PROCESS_H
 
 /* Define if you have the <sys/dir.h> header file.  */
 #undef HAVE_SYS_DIR_H
 
+/* Define if you have the <sys/epoll.h> header file.  */
+#undef HAVE_SYS_EPOLL_H
+
 /* Define if you have the <sys/errno.h> header file.  */
 #undef HAVE_SYS_ERRNO_H
 
 /* 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
 
 /* 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
 
 /* 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 for Dynamic Group overlay */
 #undef SLAPD_OVER_DYNGROUP
 
+/* define for Backend Glue overlay */
+#undef SLAPD_OVER_GLUE
+
 /* define for Last Modification overlay */
 #undef SLAPD_OVER_LASTMOD
 
 /* define for Rewrite/Remap overlay */
 #undef SLAPD_OVER_RWM
 
+/* define for Syncrepl Provider overlay */
+#undef SLAPD_OVER_SYNCPROV
+
 /* define for Attribute Uniqueness overlay */
 #undef SLAPD_OVER_UNIQUE