aboutsummaryrefslogtreecommitdiff
path: root/src/config-win32.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-03-05 00:54:16 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-03-05 00:54:16 +0000
commit42ac24448ca019564d03a43d9e6b465c0e8248c0 (patch)
tree1cb6d9649e03bb8c6db014b2097a2bbb427c9ae9 /src/config-win32.h
parent31891b55a4cfb35b49093edd611fa01ed9f4df2a (diff)
Better cope with a failed or unavailable ftruncate().
Added HAVE_FTRUNCATE to all the static config-*.h files on the assumption that all those systems provide it.
Diffstat (limited to 'src/config-win32.h')
-rw-r--r--src/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config-win32.h b/src/config-win32.h
index a7c0d1682..c07c349e5 100644
--- a/src/config-win32.h
+++ b/src/config-win32.h
@@ -14,6 +14,9 @@
/* Define if you have the <limits.h> header file */
#define HAVE_LIMITS_H 1
+/* Define if you have the ftruncate function. */
+#define HAVE_FTRUNCATE 1
+
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1