diff options
-rw-r--r-- | lib/config-win32.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h index 6d60735a7..cb6017ae0 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -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*/ |