From 9a48ca69fcf385d5f7822dfde62243faf19ba6f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Jan 2004 14:25:19 +0000 Subject: [PATCH] Gisle Vanem's fix, mingw as strtoll --- lib/config-win32.h | 5 +++++ 1 file changed, 5 insertions(+) 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*/