X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=ae2c2ae107f14ba422ccba71dbc406ec14223c47;hb=456e6c73abe4920da074c9a0e4561267808ef81e;hp=fdfff9712bdaa4197ad4490af4dd7f7bdfab5a14;hpb=a553a03586653f7067b9e2aba5f34751d59a683d;p=openldap diff --git a/include/portable.nt b/include/portable.nt index fdfff9712b..ae2c2ae107 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -2,7 +2,7 @@ /* include/portable.nt -- manually updated of MS NT (MS VC5) */ /* synced with portable.h.in 1.191 */ /* - * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 */ @@ -243,6 +246,9 @@ /* Define if you have the recvfrom function. */ /* #undef HAVE_RECVFROM */ +/* Define if you have the recvmsg function. */ +/* #undef HAVE_RECVMSG */ + /* Define if you have the sched_yield function. */ /* #undef HAVE_SCHED_YIELD */ @@ -925,7 +931,7 @@ /* #undef SLAPD_MODULES */ /* define to support BDB backend */ -/* #undef SLAPD_BDB */ +#define SLAPD_BDB 1 /* define to support dynamic BDB backend */ /* #undef SLAPD_BDB_DYNAMIC */ @@ -943,7 +949,7 @@ /* #undef SLAPD_LDAP_DYNAMIC */ /* define to support LDBM backend */ -#define SLAPD_LDBM 1 +/* #undef SLAPD_LDBM 1 */ /* define to support dynamic LDBM backend */ /* #undef SLAPD_LDBM_DYNAMIC */ @@ -960,6 +966,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 */