1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Watcom has strtoll().

This commit is contained in:
Gisle Vanem 2004-12-17 19:57:50 +00:00
parent c5297b9fd9
commit 321511a5be

View File

@ -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