r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPING
[jpeach/samba.git] / source / include / ads.h
index 89f54a23f25a7480ce233d1a9cb4760253b117f1..5c15359c410c697d8d9ec9b96a87384aab3740a6 100644 (file)
@@ -61,11 +61,11 @@ typedef struct {
                time_t last_attempt; /* last attempt to reconnect */
                int port;
 
-#ifdef HAVE_ADS_SASL_WRAPPING
+#ifdef HAVE_LDAP_SASL_WRAPPING
                Sockbuf_IO_Desc *sbiod; /* lowlevel state for LDAP wrapping */
-#endif /* HAVE_ADS_SASL_WRAPPING */
+#endif /* HAVE_LDAP_SASL_WRAPPING */
        } ldap;
-#endif /* HAVE_ADS */
+#endif /* HAVE_LDAP */
 } ADS_STRUCT;
 
 /* used to remember the names of the posix attributes in AD */