mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:24:15 +03:00
Gisle Vanem's fix, mingw as strtoll
This commit is contained in:
parent
a259f66fa4
commit
9a48ca69fc
1 changed files with 5 additions and 0 deletions
|
|
@ -91,6 +91,11 @@
|
|||
/* Define if you have the strstr function. */
|
||||
#define HAVE_STRSTR 1
|
||||
|
||||
/* Define if you have the strtoll function. */
|
||||
#ifdef MINGW32
|
||||
#define HAVE_STRTOLL 1
|
||||
#endif
|
||||
|
||||
/* Define if you have the tcgetattr function. */
|
||||
/*#define HAVE_TCGETATTR 1*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue