Commit 700e3b68 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mingw has a ftruncate() function

parent 3e1caa61
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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