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/sysvshm/php_sysvshm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/sysvshm') diff --git a/ext/sysvshm/php_sysvshm.h b/ext/sysvshm/php_sysvshm.h index 645f45968e..27c8ef6be3 100644 --- a/ext/sysvshm/php_sysvshm.h +++ b/ext/sysvshm/php_sysvshm.h @@ -33,12 +33,6 @@ #ifndef _PHP_SYSVSHM_H #define _PHP_SYSVSHM_H -#if COMPILE_DL -#undef HAVE_SYSVSHM -#define HAVE_SYSVSHM 1 -#endif - - #if HAVE_SYSVSHM extern zend_module_entry sysvshm_module_entry; -- cgit v1.2.1