Author: metze Date: 2007-07-16 15:31:45 +0000 (Mon, 16 Jul 2007) New Revision: 23897
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23897 Log: hopefully fix the build metze Modified: branches/SAMBA_3_2_0/source/include/ads.h Changeset: Modified: branches/SAMBA_3_2_0/source/include/ads.h =================================================================== --- branches/SAMBA_3_2_0/source/include/ads.h 2007-07-16 15:31:01 UTC (rev 23896) +++ branches/SAMBA_3_2_0/source/include/ads.h 2007-07-16 15:31:45 UTC (rev 23897) @@ -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 */
