summaryrefslogtreecommitdiff
path: root/source4/dynconfig/dynconfig.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-17 21:12:17 +1100
committerStefan Metzmacher <metze@samba.org>2010-02-23 13:48:19 +0100
commit95ee01bb3047eb65de2a6812e003450d068e677e (patch)
tree86821e747c8743b212155a7c0994523a1aab6421 /source4/dynconfig/dynconfig.h
parent13e2f5f971eeaa7b342baeaee55ff52b089ac881 (diff)
downloadsamba-95ee01bb3047eb65de2a6812e003450d068e677e.tar.gz
samba-95ee01bb3047eb65de2a6812e003450d068e677e.tar.bz2
samba-95ee01bb3047eb65de2a6812e003450d068e677e.zip
s4-config: add dyn_SBINDIR
Diffstat (limited to 'source4/dynconfig/dynconfig.h')
-rw-r--r--source4/dynconfig/dynconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dynconfig/dynconfig.h b/source4/dynconfig/dynconfig.h
index 1bba1f07db..c8d2766f4c 100644
--- a/source4/dynconfig/dynconfig.h
+++ b/source4/dynconfig/dynconfig.h
@@ -25,6 +25,7 @@
**/
extern const char *dyn_BINDIR;
+extern const char *dyn_SBINDIR;
extern const char *dyn_CONFIGFILE;
extern const char *dyn_NCALRPCDIR;
extern const char *dyn_LOGFILEBASE;