From ba564a901e519b0f2cf2b7651bd260f618506b5c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Mar 2006 23:28:18 +0000 Subject: r13903: Don't generate prototypes for modules and binaries in include/proto.h by default. (This used to be commit c80a8f1102caf744b66c13bebde38fba74983dc4) --- source4/param/config.mk | 3 ++- source4/param/loadparm.h | 4 ---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'source4/param') 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 -- cgit