From 8654a161c8722a0059b15af12cdb81b27d49e71a Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 19 Nov 2001 03:12:10 +0000 Subject: LMHOSTSFILE is now dynamically configured too. (This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481) --- source3/include/dynconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index e01d1a39a8..c02ee86abf 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -28,4 +28,4 @@ extern char const *dyn_SBINDIR, *dyn_SWATDIR; extern pstring dyn_CONFIGFILE; -extern pstring dyn_LOGFILEBASE; +extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; -- cgit