diff options
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r-- | Zend/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 7a80526f55..13482bb3b3 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -11,6 +11,9 @@ /* define ulong by configure if it is missed (most probably is) */ #undef ulong +/* define zend_bool by configure */ +#undef zend_bool + /* type check for in_addr_t */ #undef in_addr_t |