diff options
author | Zeev Suraski <zeev@php.net> | 1999-07-02 14:10:57 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-07-02 14:10:57 +0000 |
commit | 9ece7960864a37dacb46a5abb14bc1ea23fa7049 (patch) | |
tree | 9f62fbd0a0d48d9dff5d42dc4f8b70bfbfac83c4 /Zend/acconfig.h | |
parent | 900850497da8e78811ea0c27d885ff471d9c65a9 (diff) | |
download | php-git-9ece7960864a37dacb46a5abb14bc1ea23fa7049.tar.gz |
define zend_bool
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 |