]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Fixing bug in extensible filter indexing
[openldap] / include / portable.h.in
index a28dd54cf941215722a6ab5e2b88bdb38f9400fc..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 <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 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