diff options
author | Gerald Carter <jerry@samba.org> | 2002-05-09 04:11:58 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-05-09 04:11:58 +0000 |
commit | c43cd42d65bbe81d25d1ff1cff6e103a91b4c12a (patch) | |
tree | 7639f8933b0ef4799f7f34a20f4de4304b8b5451 | |
parent | 12ad4d8580285f3fb6bc4c3596cd8a086dfa2d3d (diff) | |
download | samba-c43cd42d65bbe81d25d1ff1cff6e103a91b4c12a.tar.gz samba-c43cd42d65bbe81d25d1ff1cff6e103a91b4c12a.tar.bz2 samba-c43cd42d65bbe81d25d1ff1cff6e103a91b4c12a.zip |
couple of PIDDIR merges I missed
(This used to be commit 6aa31435388fdd1569884479e7e0b80714658fb6)
-rw-r--r-- | source3/dynconfig.c | 1 | ||||
-rw-r--r-- | source3/include/dynconfig.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/dynconfig.c b/source3/dynconfig.c index 76b5bce5c9..b1d4f000af 100644 --- a/source3/dynconfig.c +++ b/source3/dynconfig.c @@ -64,6 +64,7 @@ pstring dyn_LIBDIR = LIBDIR; * Not writable, but used to set a default in the parameter table. **/ const pstring dyn_LOCKDIR = LOCKDIR; +const pstring dyn_PIDDIR = PIDDIR; const pstring dyn_DRIVERFILE = DRIVERFILE; diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index eaa3a0568d..f8b3bbb791 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -31,6 +31,7 @@ extern pstring dyn_CONFIGFILE; extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; extern pstring dyn_LIBDIR; extern const pstring dyn_LOCKDIR; +extern const pstring dyn_PIDDIR; extern const pstring dyn_DRIVERFILE; extern const pstring dyn_SMB_PASSWD_FILE; extern const pstring dyn_PRIVATE_DIR; |