diff options
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; |