mingw has a ftruncate() function
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Nov 2004 16:16:36 +0000 (16:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Nov 2004 16:16:36 +0000 (16:16 +0000)
src/config-win32.h

index b9c4070..bfd014e 100644 (file)
@@ -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