summaryrefslogtreecommitdiff
path: root/source3/include/dynconfig.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-19 03:12:10 +0000
committerMartin Pool <mbp@samba.org>2001-11-19 03:12:10 +0000
commit8654a161c8722a0059b15af12cdb81b27d49e71a (patch)
treeedf4e622fd1cbc3d165a80b5caf7b11a965519af /source3/include/dynconfig.h
parenteb2bf006acc4842d9b6d2749805dc24404a3d423 (diff)
downloadsamba-8654a161c8722a0059b15af12cdb81b27d49e71a.tar.gz
samba-8654a161c8722a0059b15af12cdb81b27d49e71a.tar.bz2
samba-8654a161c8722a0059b15af12cdb81b27d49e71a.zip
LMHOSTSFILE is now dynamically configured too.
(This used to be commit a779710fff5fddcbf65a8ddc8e9169b586b85481)
Diffstat (limited to 'source3/include/dynconfig.h')
-rw-r--r--source3/include/dynconfig.h2
1 files changed, 1 insertions, 1 deletions
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;