From c50125f6ef127db020bc0fcfdca8ed0b24e4f018 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 31 Mar 2006 23:28:18 +0000 Subject: r14844: Support a stdbool.h replacement in lib/replace/ (This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3) --- source4/param/param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/param/param.h') diff --git a/source4/param/param.h b/source4/param/param.h index 923b06eb86..dad5f12b15 100644 --- a/source4/param/param.h +++ b/source4/param/param.h @@ -41,6 +41,8 @@ struct param_section { struct param_context; struct smbsrv_connection; +#define Auto (2) + #include "param/proto.h" #endif /* _PARAM_H */ -- cgit