summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjonas@perch.ndb.mysql.com <>2005-12-15 15:11:42 +0100
committerjonas@perch.ndb.mysql.com <>2005-12-15 15:11:42 +0100
commit2180197c9b0dbe815d89199a120156281d5a4605 (patch)
treee56da58276ba773d1237414599dfe3b611e836a3 /include
parent6dc0fbbe39f4413ce4f77eac3b8d54bc6a61504c (diff)
parent04cff0d055fd63d7f0a9395478171e735799f30b (diff)
downloadmariadb-git-2180197c9b0dbe815d89199a120156281d5a4605.tar.gz
Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-release
into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new
Diffstat (limited to 'include')
-rw-r--r--include/config-win.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config-win.h b/include/config-win.h
index edfb4ecc5c7..528bc8a8cdd 100644
--- a/include/config-win.h
+++ b/include/config-win.h
@@ -325,6 +325,11 @@ inline double ulonglong2double(ulonglong value)
#define HAVE_SETFILEPOINTER
#define HAVE_VIO_READ_BUFF
+#ifndef __NT__
+#undef FILE_SHARE_DELETE
+#define FILE_SHARE_DELETE 0 /* Not implemented on Win 98/ME */
+#endif
+
#ifdef NOT_USED
#define HAVE_SNPRINTF /* Gave link error */
#define _snprintf snprintf