diff options
author | Sascha Schumann <sas@php.net> | 1999-07-03 02:44:11 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-03 02:44:11 +0000 |
commit | e0fff74d41517d0b0038a098d46a20983289e68b (patch) | |
tree | 7c5cd3e2115d00d706d994c9c7dc37e5e8b6f556 | |
parent | e08182156eda084eb64b37b6566265c3daa4c5c7 (diff) | |
download | php-git-e0fff74d41517d0b0038a098d46a20983289e68b.tar.gz |
missing DL_HANDLE broke build
-rw-r--r-- | Zend/config.unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/config.unix.h b/Zend/config.unix.h index ecbfd70b3d..c62983fcf3 100644 --- a/Zend/config.unix.h +++ b/Zend/config.unix.h @@ -23,6 +23,7 @@ # define DL_HANDLE void * # define ZEND_EXTENSIONS_SUPPORT 1 #else +# define DL_HANDLE void * # define ZEND_EXTENSIONS_SUPPORT 0 #endif |