mirror of
https://github.com/curl/curl.git
synced 2026-05-15 02:36:19 +03:00
mingw has a ftruncate() function
This commit is contained in:
parent
3e1caa6185
commit
700e3b685a
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@
|
|||
/* 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…
Add table
Add a link
Reference in a new issue