r18020: Fix SunX (with LDAP but without ADS)
authorVolker Lendecke <vlendec@samba.org>
Sun, 3 Sep 2006 21:31:51 +0000 (21:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:39:49 +0000 (11:39 -0500)
source/include/includes.h

index 3629996ff98fe34042243fd3640a92dc2fcb9a98..35dd37748a5e7e022821e6c4fff968ef726108f9 100644 (file)
@@ -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