diff options
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r-- | ext/interbase/php_interbase.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index de059c0df0..ba0a27c9c4 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -22,11 +22,6 @@ #ifndef _PHP_IBASE_H #define _PHP_IBASE_H -#if COMPILE_DL -#undef HAVE_IBASE -#define HAVE_IBASE 1 -#endif - #if HAVE_IBASE #include <ibase.h> |