From 61a2ad3c020424cead067cbdc89ea6f25708fde4 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 17 May 2013 14:16:26 +0200 Subject: swat: Remove swat. Signed-off-by: Kai Blin Reviewed-by: Andrew Bartlett Autobuild-User(master): Kai Blin Autobuild-Date(master): Sat May 18 16:32:38 CEST 2013 on sn-devel-104 --- source3/lib/popt_common.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c index 1ec861906c..eb3e2a455c 100644 --- a/source3/lib/popt_common.c +++ b/source3/lib/popt_common.c @@ -203,7 +203,6 @@ struct poptOption popt_common_option[] = { /* Handle command line options: * --sbindir * --bindir - * --swatdir * --lmhostsfile * --libdir * --modulesdir @@ -219,7 +218,6 @@ struct poptOption popt_common_option[] = { enum dyn_item{ DYN_SBINDIR = 1, DYN_BINDIR, - DYN_SWATDIR, DYN_LMHOSTSFILE, DYN_LIBDIR, DYN_MODULESDIR, @@ -252,12 +250,6 @@ static void popt_dynconfig_callback(poptContext con, } break; - case DYN_SWATDIR: - if (arg) { - set_dyn_SWATDIR(arg); - } - break; - case DYN_LMHOSTSFILE: if (arg) { set_dyn_LMHOSTSFILE(arg); @@ -329,8 +321,6 @@ const struct poptOption popt_common_dynconfig[] = { "Path to sbin directory", "SBINDIR" }, { "bindir", '\0' , POPT_ARG_STRING, NULL, DYN_BINDIR, "Path to bin directory", "BINDIR" }, - { "swatdir", '\0' , POPT_ARG_STRING, NULL, DYN_SWATDIR, - "Path to SWAT installation directory", "SWATDIR" }, { "lmhostsfile", '\0' , POPT_ARG_STRING, NULL, DYN_LMHOSTSFILE, "Path to lmhosts file", "LMHOSTSFILE" }, { "libdir", '\0' , POPT_ARG_STRING, NULL, DYN_LIBDIR, -- cgit