diff options
author | Martin Pool <mbp@samba.org> | 2001-11-19 03:35:27 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-19 03:35:27 +0000 |
commit | caef2d2884fb202bd6184f9a676ecff94c7ab600 (patch) | |
tree | d092a13a127929ef7255bbc2e69a9dd36c2f00fe /source3/include | |
parent | 4ea31fb67595ae8705701bd9fb8d8a993c4013fb (diff) | |
download | samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.tar.gz samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.tar.bz2 samba-caef2d2884fb202bd6184f9a676ecff94c7ab600.zip |
LIBDIR and LOCKDIR are dynamically configured too.
(This used to be commit 868999ad3c82ad72f11d5b3208b0e42b1ed95096)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dynconfig.h | 1 | ||||
-rw-r--r-- | source3/include/local.h | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h index c02ee86abf..3aba194ab2 100644 --- a/source3/include/dynconfig.h +++ b/source3/include/dynconfig.h @@ -29,3 +29,4 @@ extern char const *dyn_SBINDIR, extern pstring dyn_CONFIGFILE; extern pstring dyn_LOGFILEBASE, dyn_LMHOSTSFILE; +extern pstring dyn_LIBDIR, dyn_LOCKDIR; diff --git a/source3/include/local.h b/source3/include/local.h index 84f5a3d1df..cec48850a9 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -72,11 +72,6 @@ /* wchar separators for lists */ #define LIST_SEP_W wchar_list_sep -#ifndef LOCKDIR -/* this should have been set in the Makefile */ -#define LOCKDIR "/tmp/samba" -#endif - /* this is where browse lists are kept in the lock dir */ #define SERVER_LIST "browse.dat" |