aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-24 16:16:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-24 16:16:36 +0000
commit700e3b685af930a724634de3488236ef2e2d2bf1 (patch)
tree4dbf20cc580b89c9f38c15dad8313619d33b7329
parent3e1caa61859a6057a65eb7c1585d47e05026c4f2 (diff)
mingw has a ftruncate() function
-rw-r--r--src/config-win32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index b9c407060..bfd014ef0 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -2,6 +2,11 @@
/* Define if you have the stricmp function. */
#define HAVE_STRICMP 1
+#ifdef MINGW32
+/* Define to 1 if you have the `ftruncate' function. */
+#define HAVE_FTRUNCATE 1
+#endif
+
/* Define to 1 if you want the built-in manual */
#define USE_MANUAL 1