summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-06 14:18:43 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-07 10:58:42 +0100
commit2f4c36357beabfa57383933b42a5563b7163c6ee (patch)
tree295eba4d20bbc29f078373bd33eb52750dd4ec38
parente040146f22608fd92c44be2447a6505141a8a867 (diff)
downloadcurl-2f4c36357beabfa57383933b42a5563b7163c6ee.tar.gz
config-win32: Windows does not have ftruncate
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
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