From 3a5b199752a925e52a207ab0547a2a77c31ab097 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Feb 2011 16:28:05 +1100 Subject: s3build: added NMBDSOCKETDIR to dynconfig this is needed for the s3 top level build Pair-Programmed-With: Andrew Bartlett --- source4/dynconfig/dynconfig.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/dynconfig/dynconfig.h') diff --git a/source4/dynconfig/dynconfig.h b/source4/dynconfig/dynconfig.h index 579f45b3f1..64d399109e 100644 --- a/source4/dynconfig/dynconfig.h +++ b/source4/dynconfig/dynconfig.h @@ -48,6 +48,7 @@ DEFINE_DYN_CONFIG_PROTO(PIDDIR) DEFINE_DYN_CONFIG_PROTO(NCALRPCDIR) DEFINE_DYN_CONFIG_PROTO(SMB_PASSWD_FILE) DEFINE_DYN_CONFIG_PROTO(PRIVATE_DIR) +DEFINE_DYN_CONFIG_PROTO(NMBDSOCKETDIR) /* these are not in s3 */ DEFINE_DYN_CONFIG_PROTO(DATADIR) -- cgit