]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Nov 2004 22:11:18 +0000 (22:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Nov 2004 22:11:18 +0000 (22:11 +0000)
can just safely pretend we don't have one

src/config-win32.h

index bfd014ef0d49e4197ba4c0f9b11199d30a2698e9..b9c407060066e3f9f7a541657e301b9f6670202f 100644 (file)
@@ -2,11 +2,6 @@
 /* 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