From 2f4c36357beabfa57383933b42a5563b7163c6ee Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 6 Mar 2020 14:18:43 +0100 Subject: [PATCH] config-win32: Windows does not have ftruncate --- lib/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config-win32.h b/lib/config-win32.h index 8b488c1c1..d19665d71 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