summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-06 23:28:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:21 -0500
commitba564a901e519b0f2cf2b7651bd260f618506b5c (patch)
treea898ee789be671abe8ca6039d90a419f3fe39149 /source4/param
parentc389883ba2c93dfc11ac410a952f42f1065057d2 (diff)
downloadsamba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.gz
samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.tar.bz2
samba-ba564a901e519b0f2cf2b7651bd260f618506b5c.zip
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/config.mk3
-rw-r--r--source4/param/loadparm.h4
2 files changed, 2 insertions, 5 deletions
diff --git a/source4/param/config.mk b/source4/param/config.mk
index 800e130e9e..7b97331310 100644
--- a/source4/param/config.mk
+++ b/source4/param/config.mk
@@ -3,4 +3,5 @@ OBJ_FILES = ../dynconfig.o \
loadparm.o \
params.o \
generic.o
-REQUIRED_SUBSYSTEMS = LIBBASIC DB_WRAP
+REQUIRED_SUBSYSTEMS = LIBBASIC
+PRIVATE_PROTO_HEADER = param.h
diff --git a/source4/param/loadparm.h b/source4/param/loadparm.h
index 1bb0ed6618..02fc004f9a 100644
--- a/source4/param/loadparm.h
+++ b/source4/param/loadparm.h
@@ -71,10 +71,6 @@ struct parm_struct {
#define FLAG_DEFAULT 0x4000 /* this option was a default */
#define FLAG_CMDLINE 0x8000 /* this option was set from the command line */
-#ifndef GLOBAL_NAME
-#define GLOBAL_NAME "global"
-#endif
-
#ifndef PRINTERS_NAME
#define PRINTERS_NAME "printers"
#endif