mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Watcom has strtoll().
This commit is contained in:
parent
c5297b9fd9
commit
321511a5be
@ -107,7 +107,7 @@
|
||||
#define HAVE_STRSTR 1
|
||||
|
||||
/* Define if you have the strtoll function. */
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__MINGW32__) || defined(__WATCOMC__)
|
||||
#define HAVE_STRTOLL 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user