From: Daniel Stenberg Date: Thu, 22 Jan 2004 14:25:19 +0000 (+0000) Subject: Gisle Vanem's fix, mingw as strtoll X-Git-Tag: cares-1_1_0~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a48ca69fcf385d5f7822dfde62243faf19ba6f5;p=curl Gisle Vanem's fix, mingw as strtoll --- diff --git a/lib/config-win32.h b/lib/config-win32.h index 6d60735a7..cb6017ae0 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -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*/