Skip to content
Snippets Groups Projects
Commit 9a48ca69 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem's fix, mingw as strtoll

parent a259f66f
No related branches found
No related tags found
No related merge requests found
......@@ -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*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment