diff options
author | Andi Gutmans <andi@php.net> | 2000-02-23 05:25:28 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-23 05:25:28 +0000 |
commit | 4c0058f44a4ec2c079fafbe0a391e61c11995c90 (patch) | |
tree | 2311bbcd3a2e609bbaa187205c43745c89ea279f /ext/mysql/libmysql/config-win32.h | |
parent | f788b6743bed61781ed47aa8ae772c9fa0811460 (diff) | |
download | php-git-4c0058f44a4ec2c079fafbe0a391e61c11995c90.tar.gz |
- Make libmsyql.lib compile. It fails with two unresolved symbols on link
with PHP 4 so I am not commiting the .dsw quite yet.
Diffstat (limited to 'ext/mysql/libmysql/config-win32.h')
-rw-r--r-- | ext/mysql/libmysql/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/config-win32.h b/ext/mysql/libmysql/config-win32.h index ae7d314765..be9539a339 100644 --- a/ext/mysql/libmysql/config-win32.h +++ b/ext/mysql/libmysql/config-win32.h @@ -204,7 +204,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_RINT /* defined in this file */ #define NO_FCNTL_NONBLOCK /* No FCNTL */ #define HAVE_ALLOCA -#define HAVE_COMPRESS +//#define HAVE_COMPRESS #ifdef _MSC_VER #define HAVE_LDIV /* The optimizer breaks in zortech for ldiv */ |