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/sybase/php_sybase.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/sybase/php_sybase.h') diff --git a/ext/sybase/php_sybase.h b/ext/sybase/php_sybase.h index 3ebb10bdc8..d506348994 100644 --- a/ext/sybase/php_sybase.h +++ b/ext/sybase/php_sybase.h @@ -33,11 +33,6 @@ #ifndef _PHP_SYBASE_H #define _PHP_SYBASE_H -#if COMPILE_DL -#undef HAVE_SYBASE -#define HAVE_SYBASE 1 -#endif - #if HAVE_SYBASE extern zend_module_entry sybase_module_entry; -- cgit v1.2.1