diff options
author | wax@mysql.com <> | 2003-08-10 05:38:08 +0600 |
---|---|---|
committer | wax@mysql.com <> | 2003-08-10 05:38:08 +0600 |
commit | 88510546f143bfbc7ba79f49962441487300d701 (patch) | |
tree | 0bac3b638f8bb5b053b6b3bd6da99b7a9ef71d52 /include/config-win.h | |
parent | 5eb2c03f846af1d65c36b646d0640dda1d8278c4 (diff) | |
download | mariadb-git-88510546f143bfbc7ba79f49962441487300d701.tar.gz |
BUG
replace HAVE_SETFILEPOINTER with __WIN__
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index cde77a6e0aa..69020636893 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -276,7 +276,6 @@ inline double ulonglong2double(ulonglong value) #define HAVE_ISAM /* We want to have support for ISAM in 4.0 */ #define HAVE_QUERY_CACHE #define SPRINTF_RETURNS_INT -#define HAVE_SETFILEPOINTER /* SetFilePointer function for huge files */ #ifdef NOT_USED #define HAVE_SNPRINTF /* Gave link error */ |