From: Daniel Stenberg Date: Wed, 24 Nov 2004 16:16:36 +0000 (+0000) Subject: mingw has a ftruncate() function X-Git-Tag: upstream/7.37.1~11876 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=700e3b685af930a724634de3488236ef2e2d2bf1;p=platform%2Fupstream%2Fcurl.git mingw has a ftruncate() function --- diff --git a/src/config-win32.h b/src/config-win32.h index b9c4070..bfd014e 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