diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 05:49:20 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 05:49:20 +0000 |
commit | 788379830166313922fa6cb56f789a6754e27614 (patch) | |
tree | 4df7fa8c4568ef5bf732b429bb0e9042ecd28e77 /source3/include | |
parent | 15c6ab0f2ddb1063bffc1e6522f6a1ca83bb4b8f (diff) | |
download | samba-788379830166313922fa6cb56f789a6754e27614.tar.gz samba-788379830166313922fa6cb56f789a6754e27614.tar.bz2 samba-788379830166313922fa6cb56f789a6754e27614.zip |
Move all other paths into dynconfig
(This used to be commit d51ef6bfa3d194b58c3ee7706a7d475ef042676d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index b6a186f91b..5ce858f1c4 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -31,3 +31,6 @@ extern pstring dyn_CONFIGFILE; extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; extern pstring dyn_LIBDIR; extern const pstring dyn_LOCKDIR; +extern const pstring dyn_DRIVERFILE; +extern const pstring dyn_SMB_PASSWD_FILE; +extern const pstring dyn_PRIVATE_DIR; |