X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fportable.nt;h=3c2becf470d1539b2687a50627e6cf1cb5dad190;hb=d4a422329b3105c72435ddae3d0de1b5168b44d5;hp=7117c220531fd86b7cf577c6dd954ff18663f96b;hpb=1116bf4f457b636b5e8a5ce7c32148362b72b570;p=openldap diff --git a/include/portable.nt b/include/portable.nt index 7117c22053..3c2becf470 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -150,6 +150,9 @@ /* Define if you have the flock function. */ /* #undef HAVE_FLOCK */ +/* Define if you have the fstat function. */ +/* #undef HAVE_FSTAT */ + /* Define if you have the gai_strerror function. */ /* #undef HAVE_GAI_STRERROR */ @@ -960,6 +963,12 @@ /* define to support dynamic cn=Monitor backend */ /* #undef SLAPD_MONITOR_DYNAMIC */ +/* define to support NULL backend */ +/* #undef SLAPD_NULL */ + +/* define to support dynamic NULL backend */ +/* #undef SLAPD_NULL_DYNAMIC */ + /* define to support PASSWD backend */ /* #undef SLAPD_PASSWD */