1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

Gisle Vanem's fix, mingw as strtoll

This commit is contained in:
Daniel Stenberg 2004-01-22 14:25:19 +00:00
parent a259f66fa4
commit 9a48ca69fc

View File

@ -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*/