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/loadparm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/param/loadparm.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