]> granicus.if.org Git - curl/commitdiff
Watcom has strtoll().
authorGisle Vanem <gvanem@broadpark.no>
Fri, 17 Dec 2004 19:57:50 +0000 (19:57 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Fri, 17 Dec 2004 19:57:50 +0000 (19:57 +0000)
lib/config-win32.h

index 96b0e18fa74035d5757820a7e762d96ba5b53cc8..a12394f2c8eb9628ce699c876cd4a033738164e6 100644 (file)
 #define HAVE_STRSTR 1
 
 /* Define if you have the strtoll function.  */
-#ifdef __MINGW32__
+#if defined(__MINGW32__) || defined(__WATCOMC__)
 #define HAVE_STRTOLL 1
 #endif