From 40c5a1d99fba2144fc3b5d4d8ed5959a269600ca Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2004 14:57:16 +0000 Subject: r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transports. ncalrpc uses the new config option "ncalrpc dir" for creating unix sockets. (This used to be commit b15cfbe2512961a199ecb069730d9a19787579f5) --- source4/include/dynconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include/dynconfig.h') diff --git a/source4/include/dynconfig.h b/source4/include/dynconfig.h index 845baa320e1..48e02c078a3 100644 --- a/source4/include/dynconfig.h +++ b/source4/include/dynconfig.h @@ -29,6 +29,7 @@ extern char const *dyn_SBINDIR, *dyn_BINDIR; extern pstring dyn_CONFIGFILE; +extern const char *dyn_NCALRPCDIR; extern const char *dyn_LOGFILEBASE; extern pstring dyn_LMHOSTSFILE; extern pstring dyn_LIBDIR; -- cgit