diff options
author | Markus Fischer <mfischer@php.net> | 2002-06-10 15:53:26 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-06-10 15:53:26 +0000 |
commit | cac49284b40bdcbb41da978807199c64c4bece67 (patch) | |
tree | c6778cdca22baeaa6ae68ff5f03ae8dc3fb8c37b /ext/mysql/libmysql/config-win.h | |
parent | 5bb233a931987441f0dbaa0770bab917df17acd9 (diff) | |
download | php-git-cac49284b40bdcbb41da978807199c64c4bece67.tar.gz |
- Fix win32/mysql.
- Revert cryptic WS commit on php4dllts.dsp.
Diffstat (limited to 'ext/mysql/libmysql/config-win.h')
-rw-r--r-- | ext/mysql/libmysql/config-win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/mysql/libmysql/config-win.h b/ext/mysql/libmysql/config-win.h index 2b0e520bcd..a737130e84 100644 --- a/ext/mysql/libmysql/config-win.h +++ b/ext/mysql/libmysql/config-win.h @@ -239,7 +239,7 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ALLOCA #define HAVE_STRPBRK #define HAVE_STRSTR -#define HAVE_COMPRESS +/* #define HAVE_COMPRESS -- not with PHP, please */ #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ @@ -273,6 +273,7 @@ inline double ulonglong2double(ulonglong value) #define FN_ROOTDIR "\\" #define FN_NETWORK_DRIVES /* Uses \\ to indicate network drives */ #define FN_NO_CASE_SENCE /* Files are not case-sensitive */ +#define FN_LOWER_CASE TRUE /* Files are represented in lower case */ #define MY_NFILE 1024 #define DO_NOT_REMOVE_THREAD_WRAPPERS |