diff options
author | Sam Ruby <rubys@php.net> | 2000-03-02 02:55:01 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-03-02 02:55:01 +0000 |
commit | 14c223b2c72834e806485bcfaf2e7b8144310f48 (patch) | |
tree | 27da0fccc2a65317b83c9558d166f0b86c054370 /ext/mysql/libmysql | |
parent | 906b922051eb2463d3583689a7a10959bd57d620 (diff) | |
download | php-git-14c223b2c72834e806485bcfaf2e7b8144310f48.tar.gz |
Eliminate 62 warnings
Diffstat (limited to 'ext/mysql/libmysql')
-rw-r--r-- | ext/mysql/libmysql/config-win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/libmysql/config-win32.h b/ext/mysql/libmysql/config-win32.h index be9539a339..3962ebbd0b 100644 --- a/ext/mysql/libmysql/config-win32.h +++ b/ext/mysql/libmysql/config-win32.h @@ -204,6 +204,8 @@ inline double ulonglong2double(ulonglong value) #define HAVE_RINT /* defined in this file */ #define NO_FCNTL_NONBLOCK /* No FCNTL */ #define HAVE_ALLOCA +#define HAVE_STRPBRK +#define HAVE_STRSTR //#define HAVE_COMPRESS #ifdef _MSC_VER |