summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/cmdline/popt_common.c1
-rw-r--r--source4/lib/debug.c1
-rw-r--r--source4/lib/registry/tools/regdiff.c1
-rw-r--r--source4/lib/registry/tools/regpatch.c1
-rw-r--r--source4/lib/registry/tools/regshell.c1
-rw-r--r--source4/lib/registry/tools/regtree.c1
-rw-r--r--source4/lib/substitute.c1
-rw-r--r--source4/lib/util.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c
index 7d4dead4de..6422b84b44 100644
--- a/source4/lib/cmdline/popt_common.c
+++ b/source4/lib/cmdline/popt_common.c
@@ -21,6 +21,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "system/passwd.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/lib/debug.c b/source4/lib/debug.c
index 4f6ba125d3..f1e9cec38e 100644
--- a/source4/lib/debug.c
+++ b/source4/lib/debug.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
/* this global variable determines what messages are printed */
int DEBUGLEVEL;
diff --git a/source4/lib/registry/tools/regdiff.c b/source4/lib/registry/tools/regdiff.c
index c1b8d2949e..80f4a5c49f 100644
--- a/source4/lib/registry/tools/regdiff.c
+++ b/source4/lib/registry/tools/regdiff.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "registry.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index ae4d331e3c..38eabb60a9 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -21,6 +21,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "registry.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/lib/registry/tools/regshell.c b/source4/lib/registry/tools/regshell.c
index 583624fbab..d705a0b802 100644
--- a/source4/lib/registry/tools/regshell.c
+++ b/source4/lib/registry/tools/regshell.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "registry.h"
#include "lib/cmdline/popt_common.h"
#include "system/time.h"
diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c
index 8fd73aef85..a8225c026d 100644
--- a/source4/lib/registry/tools/regtree.c
+++ b/source4/lib/registry/tools/regtree.c
@@ -20,6 +20,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "registry.h"
#include "lib/cmdline/popt_common.h"
diff --git a/source4/lib/substitute.c b/source4/lib/substitute.c
index a01b90450a..a351db1af2 100644
--- a/source4/lib/substitute.c
+++ b/source4/lib/substitute.c
@@ -37,6 +37,7 @@ void sub_set_context(struct substitute_context *subptr)
*/
static void setup_string(char **dest, const char *str)
{
+#define SAFE_NETBIOS_CHARS ". -_"
char *s;
s = strdup(str);
diff --git a/source4/lib/util.c b/source4/lib/util.c
index 5385174ce4..d8e9cb50f9 100644
--- a/source4/lib/util.c
+++ b/source4/lib/util.c
@@ -23,6 +23,7 @@
*/
#include "includes.h"
+#include "dynconfig.h"
#include "system/network.h"
#include "system/iconv.h"