X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=03d8cc395cf570c1e8bd75cebbee850cb1aacb8c;hb=51e619d424b43446dab1090162de241ddc968edf;hp=8885a91c206e963075ef83d98ea19c7bc9029f8d;hpb=d14c7ad7c221e14b470ae4a3c45972a5c0f5256c;p=openldap diff --git a/include/portable.nt b/include/portable.nt index 8885a91c20..03d8cc395c 100644 --- a/include/portable.nt +++ b/include/portable.nt @@ -2,7 +2,7 @@ /* include/portable.h.nt -- manually updated of MS NT (MS VC5) */ /* synced with portable.h.in 1.24 */ /* - * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA + * Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA * All rights reserved. * * Redistribution and use in source and binary forms are permitted only @@ -16,6 +16,14 @@ /* end of preamble */ +#if !defined( SLAPD_SCHEMA_COMPAT ) && !defined( SLAPD_SCHEMA_NOT_COMPAT ) + /* use new schema codes */ +#define SLAPD_SCHEMA_NOT_COMPAT 1 +#endif + +/* comment this out if you don't have Cyrus SASL */ +#define HAVE_CYRUS_SASL 1 + /* --------------------------------------------------- */ /* begin of MSVC5 specific entries */ @@ -203,10 +211,7 @@ typedef signed int ssize_t; #define HAVE_SYS_ERRLIST 1 /* define if you have berkeley db */ -/* #undef HAVE_BERKELEY_DB */ - -/* define if you have berkeley db2 */ -#define HAVE_BERKELEY_DB2 1 +#define HAVE_BERKELEY_DB 1 /* define if you have crypt */ /* #undef HAVE_CRYPT */ @@ -275,7 +280,7 @@ typedef signed int ssize_t; #define SLAPD_LDBM 1 /* define this to use SLAPD SQL backend */ -#define SLAPD_SQL 1 +/* #undef SLAPD_SQL */ /* define this to use SLAPD passwd backend */ /* #undef SLAPD_PASSWD */