]> git.sur5r.net Git - openldap/blobdiff - include/portable.hin
ITS #6300: Added support for using kqueue in slapd (for systems that support kqueue(2).
[openldap] / include / portable.hin
index d71a0334790d2645ac1e3e3bb558b206d2fda057..3b17ccf046b910a48994fbbfffd03b3b9a189b14 100644 (file)
@@ -4,7 +4,7 @@
 /* begin of portable.h.pre */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2013 The OpenLDAP Foundation
+ * Copyright 1998-2017 The OpenLDAP Foundation
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 /* define if crypt(3) is available */
 #undef HAVE_CRYPT
 
+/* define if crypt_r(3) is available */
+#undef HAVE_CRYPT_R
+
 /* Define to 1 if you have the <crypt.h> header file. */
 #undef HAVE_CRYPT_H
 
 /* Define to 1 if you have the <io.h> header file. */
 #undef HAVE_IO_H
 
+/* define if your system supports kqueue */
+#undef HAVE_KQUEUE
+
 /* Define to 1 if you have the `gen' library (-lgen). */
 #undef HAVE_LIBGEN
 
 /* Define to 1 if you have the <sys/errno.h> header file. */
 #undef HAVE_SYS_ERRNO_H
 
+/* Define to 1 if you have the <sys/event.h> header file. */
+#undef HAVE_SYS_EVENT_H
+
 /* Define to 1 if you have the <sys/file.h> header file. */
 #undef HAVE_SYS_FILE_H
 
 /* Define to 1 if you have the <winsock.h> header file. */
 #undef HAVE_WINSOCK_H
 
+/* Define to 1 if you have the <wiredtiger.h> header file. */
+#undef HAVE_WIREDTIGER_H
+
 /* Define to 1 if you have the `write' function. */
 #undef HAVE_WRITE
 
 /* define to support per-object ACIs */
 #undef SLAPD_ACI_ENABLED
 
+/* define to support LDAP Async Metadirectory backend */
+#undef SLAPD_ASYNCMETA
+
 /* define to support BDB backend */
 #undef SLAPD_BDB
 
 /* define for Audit Logging overlay */
 #undef SLAPD_OVER_AUDITLOG
 
+/* define for Automatic Certificate Authority overlay */
+#undef SLAPD_OVER_AUTOCA
+
 /* define for Collect overlay */
 #undef SLAPD_OVER_COLLECT
 
 /* define to support SQL backend */
 #undef SLAPD_SQL
 
+/* define to support WiredTiger backend */
+#undef SLAPD_WT
+
 /* define to support run-time loadable ACL */
 #undef SLAP_DYNACL