diff options
Diffstat (limited to 'ext/sybase/php_sybase.h')
-rw-r--r-- | ext/sybase/php_sybase.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/sybase/php_sybase.h b/ext/sybase/php_sybase.h index 3ebb10bdc8..d506348994 100644 --- a/ext/sybase/php_sybase.h +++ b/ext/sybase/php_sybase.h @@ -33,11 +33,6 @@ #ifndef _PHP_SYBASE_H #define _PHP_SYBASE_H -#if COMPILE_DL -#undef HAVE_SYBASE -#define HAVE_SYBASE 1 -#endif - #if HAVE_SYBASE extern zend_module_entry sybase_module_entry; |