diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-03-06 14:18:43 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-03-07 10:58:42 +0100 |
commit | 2f4c36357beabfa57383933b42a5563b7163c6ee (patch) | |
tree | 295eba4d20bbc29f078373bd33eb52750dd4ec38 /lib | |
parent | e040146f22608fd92c44be2447a6505141a8a867 (diff) |
config-win32: Windows does not have ftruncate
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-win32.h | 2 |
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 |