diff options
author | Sascha Schumann <sas@php.net> | 1999-07-02 21:12:03 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-02 21:12:03 +0000 |
commit | 2a44f45cbef246085363d0908f031a57a7990753 (patch) | |
tree | baabb435bca913ef24593c1a0a0bced48d54535c /Zend/acconfig.h | |
parent | 45386d8af49ac1f02e39fcf6bc8c16057afc5eff (diff) | |
download | php-git-2a44f45cbef246085363d0908f031a57a7990753.tar.gz |
workaround for 64-bit platforms
Diffstat (limited to 'Zend/acconfig.h')
-rw-r--r-- | Zend/acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 13482bb3b3..7a80526f55 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -11,9 +11,6 @@ /* 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 |