From 321511a5befd6791683f34a39af381d5153ee236 Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Fri, 17 Dec 2004 19:57:50 +0000 Subject: [PATCH] Watcom has strtoll(). --- lib/config-win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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