summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-05-22 13:44:59 +1000
committerAndrew Bartlett <abartlet@samba.org>2013-05-28 12:17:11 +1000
commit2bede9d0d6f92046dffe9bcd282fdd791339b10c (patch)
tree088fb96c2a2bae5157dd686107ac93624fa40061 /lib/param/param_table.c
parentae144978bc7141e66426eccf08450a6408eda359 (diff)
downloadsamba-2bede9d0d6f92046dffe9bcd282fdd791339b10c.tar.gz
samba-2bede9d0d6f92046dffe9bcd282fdd791339b10c.tar.bz2
samba-2bede9d0d6f92046dffe9bcd282fdd791339b10c.zip
param: Remove _SAMBA_BUILD_ checks from now the autoconf build is gone
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index c65a73824f..833d3ca99b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -48,9 +48,7 @@ static const struct enum_list enum_security[] = {
{SEC_AUTO, "AUTO"},
{SEC_USER, "USER"},
{SEC_DOMAIN, "DOMAIN"},
-#if (defined(HAVE_ADS) || _SAMBA_BUILD_ >= 4)
{SEC_ADS, "ADS"},
-#endif
{-1, NULL}
};