Author: metze Date: 2007-07-16 15:31:01 +0000 (Mon, 16 Jul 2007) New Revision: 23896
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23896 Log: hopefully fix the build on most systems metze Modified: branches/SAMBA_3_2/source/include/ads.h Changeset: Modified: branches/SAMBA_3_2/source/include/ads.h =================================================================== --- branches/SAMBA_3_2/source/include/ads.h 2007-07-16 15:03:03 UTC (rev 23895) +++ branches/SAMBA_3_2/source/include/ads.h 2007-07-16 15:31:01 UTC (rev 23896) @@ -54,7 +54,7 @@ } config; /* info about the current LDAP connection */ -#ifdef HAVE_ADS +#ifdef HAVE_LDAP struct { LDAP *ld; struct in_addr ip; /* the ip of the active connection, if any */
