Commit 9a48ca69 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem's fix, mingw as strtoll

parent a259f66f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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*/