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
1 changed files with 5 additions and 0 deletions

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