From: Marc Hoersken Date: Fri, 6 Mar 2020 13:18:43 +0000 (+0100) Subject: config-win32: Windows does not have ftruncate X-Git-Tag: curl-7_69_1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f4c36357beabfa57383933b42a5563b7163c6ee;p=thirdparty%2Fcurl.git config-win32: Windows does not have ftruncate --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 8b488c1c1c..d19665d71a 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -183,7 +183,7 @@ /* #define HAVE_DOPRNT 1 */ /* Define if you have the ftruncate function. */ -#define HAVE_FTRUNCATE 1 +/* #define HAVE_FTRUNCATE 1 */ /* Define to 1 if you have the `getpeername' function. */ #define HAVE_GETPEERNAME 1