X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.hin;h=3b17ccf046b910a48994fbbfffd03b3b9a189b14;hb=a25046535cc4f57f53b0e6952ab478593b886be6;hp=6bdf37b6bf10817beefa01f795daa0d34d341e5b;hpb=c2cb945c30c8f9597c54d41300c90bd404921a9c;p=openldap diff --git a/include/portable.hin b/include/portable.hin index 6bdf37b6bf..3b17ccf046 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -4,7 +4,7 @@ /* begin of portable.h.pre */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2014 The OpenLDAP Foundation + * Copyright 1998-2017 The OpenLDAP Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -117,6 +117,9 @@ /* 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 header file. */ #undef HAVE_CRYPT_H @@ -280,6 +283,9 @@ /* Define to 1 if you have the 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 @@ -665,6 +671,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_ERRNO_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_EVENT_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H @@ -798,6 +807,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_WINSOCK_H +/* Define to 1 if you have the header file. */ +#undef HAVE_WIREDTIGER_H + /* Define to 1 if you have the `write' function. */ #undef HAVE_WRITE @@ -921,6 +933,9 @@ /* 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 @@ -972,6 +987,9 @@ /* 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 @@ -1050,6 +1068,9 @@ /* 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