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/odbc/php_velocis.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/odbc/php_velocis.h') diff --git a/ext/odbc/php_velocis.h b/ext/odbc/php_velocis.h index d117cd4284..cfcd92af62 100644 --- a/ext/odbc/php_velocis.h +++ b/ext/odbc/php_velocis.h @@ -33,11 +33,6 @@ #ifndef _PHP_VELOCIS_H #define _PHP_VELOCIS_H -#if COMPILE_DL -#undef HAVE_VELOCIS -#define HAVE_VELOCIS 1 -#endif - #if defined(HAVE_VELOCIS) && !HAVE_UODBC #define UNIX #include -- cgit v1.2.1