From: Volker Lendecke Date: Sun, 3 Sep 2006 21:31:51 +0000 (+0000) Subject: r18020: Fix SunX (with LDAP but without ADS) X-Git-Tag: samba-4.0.0alpha6~801^2~7731 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85e21d3f4c172e0dd2f194c2370653aa38101ee;p=thirdparty%2Fsamba.git r18020: Fix SunX (with LDAP but without ADS) (This used to be commit aa61a16c9f87d7ef002beda0b1795964e76f0ce5) --- diff --git a/source3/include/includes.h b/source3/include/includes.h index 3629996ff98..35dd37748a5 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1084,7 +1084,7 @@ typedef int (*comparison_fn_t)(const void *, const void *); #include "proto.h" #endif -#ifdef HAVE_ADS +#ifdef HAVE_LDAP #include "ads_protos.h" #endif