summaryrefslogtreecommitdiff
path: root/source3/include/dynconfig.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-06 12:33:44 +0100
committerVolker Lendecke <vlendec@samba.org>2011-01-07 14:14:19 +0100
commit3e0915f2712a966f14ac0f7bc9fb24b6ed95d284 (patch)
tree3617783023e1b06d29b6b0dde8cac2d99a2f6938 /source3/include/dynconfig.h
parent2672101cc4fa406ed89647b3d541556e548c10bf (diff)
downloadsamba-3e0915f2712a966f14ac0f7bc9fb24b6ed95d284.tar.gz
samba-3e0915f2712a966f14ac0f7bc9fb24b6ed95d284.tar.bz2
samba-3e0915f2712a966f14ac0f7bc9fb24b6ed95d284.zip
s3: Make nmbd socket dir configurable
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 7 14:14:19 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/dynconfig.h')
-rw-r--r--source3/include/dynconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/dynconfig.h b/source3/include/dynconfig.h
index 850ef1edd5..cd6dcb78d1 100644
--- a/source3/include/dynconfig.h
+++ b/source3/include/dynconfig.h
@@ -79,6 +79,10 @@ const char *get_dyn_PIDDIR(void);
const char *set_dyn_PIDDIR(const char *newpath);
bool is_default_dyn_PIDDIR(void);
+const char *get_dyn_NMBDSOCKETDIR(void);
+const char *set_dyn_NMBDSOCKETDIR(const char *newpath);
+bool is_default_dyn_NMBDSOCKETDIR(void);
+
const char *get_dyn_NCALRPCDIR(void);
const char *set_dyn_NCALRPCDIR(const char *newpath);
bool is_default_dyn_NCALRPCDIR(void);