diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-31 23:28:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:41 -0500 |
commit | c50125f6ef127db020bc0fcfdca8ed0b24e4f018 (patch) | |
tree | fb737d6ababb45d094309dcc7a73957f0d812b6e /source4/lib/appweb/mpr/miniMpr.h | |
parent | 0697e76440c548910ebab955676114e1e26d7ee3 (diff) | |
download | samba-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/lib/appweb/mpr/miniMpr.h')
-rw-r--r-- | source4/lib/appweb/mpr/miniMpr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/appweb/mpr/miniMpr.h b/source4/lib/appweb/mpr/miniMpr.h index d92e50fe89..30d2103ba8 100644 --- a/source4/lib/appweb/mpr/miniMpr.h +++ b/source4/lib/appweb/mpr/miniMpr.h @@ -185,8 +185,10 @@ typedef char* MprStr; #ifndef __cplusplus typedef unsigned char uchar; +#ifndef __bool_true_false_are_defined typedef int bool; #endif +#endif /* * Porters: put other operating system type defines here |