mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
mingw _has_ a ftruncate() but it doesn't work with 64bit file sizes so we
can just safely pretend we don't have one
This commit is contained in:
parent
56c9899832
commit
0d4ddfa743
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user