From 8a102d1aae2720bbc8d50dc3decb13839f02af60 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 19 Jan 2004 14:22:32 +0000 Subject: remove all unused stuff from Makefile.in and some stuff from configure.in and dynconfig.[ch] make all makes bin/gentest bin/masktest bin/smbd bin/locktest bin/smbclient bin/smbtorture bin/ndrdump now metze (This used to be commit e0043693a66a319ab7fef0e4202239c0b5d4bff8) --- source4/include/dynconfig.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/include') diff --git a/source4/include/dynconfig.h b/source4/include/dynconfig.h index 93a182ee3d..b2fd7a29a2 100644 --- a/source4/include/dynconfig.h +++ b/source4/include/dynconfig.h @@ -25,8 +25,7 @@ **/ extern char const *dyn_SBINDIR, - *dyn_BINDIR, - *dyn_SWATDIR; + *dyn_BINDIR; extern pstring dyn_CONFIGFILE; extern const char *dyn_LOGFILEBASE; -- cgit