From 75ddf59ea110117578acd3a7b889549bfb40473c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 07:39:14 +0000 Subject: r5308: trimmed back a lot of the old macros from smb_macros.h (This used to be commit bf43c9bdcf9e654d123f6a2b29feb9189ca9e561) --- source4/param/loadparm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 121821b542..bd4bb8af04 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2506,6 +2506,8 @@ BOOL lp_set_option(const char *option) } +#define BOOLSTR(b) ((b) ? "Yes" : "No") + /*************************************************************************** Print a parameter of the specified type. ***************************************************************************/ -- cgit