]> granicus.if.org Git - curl/commitdiff
Gisle Vanem's fix, mingw as strtoll
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:25:19 +0000 (14:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 14:25:19 +0000 (14:25 +0000)
lib/config-win32.h

index 6d60735a763d6c896a15085e9e3d57ef66e9a58d..cb6017ae067d9e70fb02afd86912a32df098a25b 100644 (file)
 /* 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*/