diff options
Diffstat (limited to 'Zend/config.unix.h')
-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 |