summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-15 15:59:54 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-02-12 13:17:13 +1300
commit4ea7318e562f21eaf913555b5e85dc556305346f (patch)
tree2a3d0785154d3d70ef2e5cfde02630117a1750c3 /source3/include
parent86850860f871700da02000f5b7af374563134344 (diff)
downloadsamba-4ea7318e562f21eaf913555b5e85dc556305346f.tar.gz
samba-4ea7318e562f21eaf913555b5e85dc556305346f.tar.xz
samba-4ea7318e562f21eaf913555b5e85dc556305346f.zip
lib/param: Remove special handling for 'state dir' and 'cache dir'
The build system gives these two parameters different defaults (compared with lock dir) in both the --enable-fhs and default mode, so the logic to use lock dir no longer applies unless the build has been very specially constructed. Therefore, remove the special case handling and make these normal parameters again. Reviewed-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3f5abd07a8..8f35937d13 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -987,8 +987,6 @@ NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
#include "source3/param/param_proto.h"
-const char *lp_statedir(void);
-const char *lp_cachedir(void);
int lp_winbind_max_domain_connections(void);
bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
bool lp_idmap_default_range(uint32_t *low, uint32_t *high);