From a9d4cf90237f9ac0d859f2c8f5203cfa4b7c807e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Jun 2000 08:48:01 +0000 Subject: - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 --- ext/recode/php_recode.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/recode/php_recode.h') 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 -- cgit v1.2.1