X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fportable.nt;h=6a62403cb7b55af423c5b761f74c143fe6f0ee30;hb=c1da50a4261747a5ea1f8f3843fcf33dc4f9496d;hp=f906abc7ae1b1047f8de15be29e6473c207ee5de;hpb=8e6ba5831a6d52d63cb0b6ae5f66c2d563ec7ff1;p=openldap diff --git a/include/portable.nt b/include/portable.nt index f906abc7ae..6a62403cb7 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 @@ -26,7 +26,11 @@ /* don't suck in all of the win32 api */ #define WIN32_LEAN_AND_MEAN -#ifdef _MT +#if defined(_WIN32) && !defined(_WINNT) && !defined(_WIN95) +#define _WINNT +#endif + +#if defined( _MT ) && defined( _WINNT ) #define HAVE_NT_THREADS 1 #else #define NO_THREADS 1 @@ -270,6 +274,9 @@ typedef signed int ssize_t; /* define this to use SLAPD LDBM backend */ #define SLAPD_LDBM 1 +/* define this to use SLAPD SQL backend */ +#define SLAPD_SQL 1 + /* define this to use SLAPD passwd backend */ /* #undef SLAPD_PASSWD */ @@ -285,9 +292,6 @@ typedef signed int ssize_t; /* define this for per-object ACIs */ /* #undef SLAPD_ACI_ENABLED */ -/* define this for discrete rights in ACIs */ -/* #undef SLAPD_ACI_DISCRETE_RIGHTS */ - /* define this to use SLAPD shell backend */ /* #undef SLAPD_SHELL */