diff options
Diffstat (limited to 'ext/swf/php_swf.h')
-rw-r--r-- | ext/swf/php_swf.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h index 3cb06178d5..d6db4154db 100644 --- a/ext/swf/php_swf.h +++ b/ext/swf/php_swf.h @@ -21,11 +21,6 @@ #ifndef _PHP_SWF_H #define _PHP_SWF_H -#ifdef COMPILE_DL_SWF -#undef HAVE_SWF -#define HAVE_SWF 1 -#endif - #if HAVE_SWF extern zend_module_entry swf_module_entry; |