diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 22:11:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 22:11:18 +0000 |
commit | 0d4ddfa74317f04b3c185f6381bbee3dee1eab81 (patch) | |
tree | 5701b52039519c3e64fd33c91633e3234f984bba | |
parent | 56c989983288c3c228f997651ba6e164f4c048e2 (diff) |
mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we
can just safely pretend we don't have one
-rw-r--r-- | src/config-win32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config-win32.h b/src/config-win32.h index bfd014ef0..b9c407060 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -2,11 +2,6 @@ /* Define if you have the stricmp function. */ #define HAVE_STRICMP 1 -#ifdef MINGW32 -/* Define to 1 if you have the `ftruncate' function. */ -#define HAVE_FTRUNCATE 1 -#endif - /* Define to 1 if you want the built-in manual */ #define USE_MANUAL 1 |