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/bcmath/php_bcmath.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/bcmath/php_bcmath.h') diff --git a/ext/bcmath/php_bcmath.h b/ext/bcmath/php_bcmath.h index f9be3f53b1..1a506481ea 100644 --- a/ext/bcmath/php_bcmath.h +++ b/ext/bcmath/php_bcmath.h @@ -33,11 +33,6 @@ #ifndef _PHP_BCMATH_H #define _PHP_BCMATH_H -#if COMPILE_DL -#undef WITH_BCMATH -#define WITH_BCMATH 1 -#endif - #if WITH_BCMATH extern zend_module_entry bcmath_module_entry; -- cgit v1.2.1