From: Gisle Vanem Date: Fri, 17 Dec 2004 19:57:50 +0000 (+0000) Subject: Watcom has strtoll(). X-Git-Tag: curl-7_12_3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=321511a5befd6791683f34a39af381d5153ee236;p=curl Watcom has strtoll(). --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 96b0e18fa..a12394f2c 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -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