diff options
Diffstat (limited to 'ext/recode/php_recode.h')
-rw-r--r-- | ext/recode/php_recode.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/recode/php_recode.h b/ext/recode/php_recode.h index e20494087b..faaf08a867 100644 --- a/ext/recode/php_recode.h +++ b/ext/recode/php_recode.h @@ -22,11 +22,6 @@ #ifndef _PHP_RECODE_H #define _PHP_RECODE_H -#ifdef COMPILE_DL_RECODE -#undef HAVE_LIBRECODE -#define HAVE_LIBRECODE 1 -#endif - #ifdef PHP_WIN32 #define PHP_MYSQL_API __declspec(dllexport) #else |