summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-31 23:28:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:41 -0500
commitc50125f6ef127db020bc0fcfdca8ed0b24e4f018 (patch)
treefb737d6ababb45d094309dcc7a73957f0d812b6e /source4/param
parent0697e76440c548910ebab955676114e1e26d7ee3 (diff)
downloadsamba-c50125f6ef127db020bc0fcfdca8ed0b24e4f018.tar.gz
samba-c50125f6ef127db020bc0fcfdca8ed0b24e4f018.tar.bz2
samba-c50125f6ef127db020bc0fcfdca8ed0b24e4f018.zip
r14844: Support a stdbool.h replacement in lib/replace/
(This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/param.h2
1 files changed, 2 insertions, 0 deletions
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 */