diff options
Diffstat (limited to 'ext/msql/php_msql.h')
-rw-r--r-- | ext/msql/php_msql.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/msql/php_msql.h b/ext/msql/php_msql.h index 3c2b33b33b..dd115727b8 100644 --- a/ext/msql/php_msql.h +++ b/ext/msql/php_msql.h @@ -33,11 +33,6 @@ #ifndef _PHP_MSQL_H #define _PHP_MSQL_H -#if COMPILE_DL -#undef HAVE_MSQL -#define HAVE_MSQL 1 -#endif - #if HAVE_MSQL extern zend_module_entry msql_module_entry; |