From 6aa31435388fdd1569884479e7e0b80714658fb6 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 9 May 2002 04:11:58 +0000 Subject: [PATCH] couple of PIDDIR merges I missed --- source/dynconfig.c | 1 + source/include/dynconfig.h | 1 + 2 files changed, 2 insertions(+) diff --git a/source/dynconfig.c b/source/dynconfig.c index 76b5bce5c98..b1d4f000af4 100644 --- a/source/dynconfig.c +++ b/source/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/source/include/dynconfig.h b/source/include/dynconfig.h index eaa3a0568d3..f8b3bbb791d 100644 --- a/source/include/dynconfig.h +++ b/source/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; -- 2.11.4.GIT