Watcom has strtoll().

This commit is contained in:
Gisle Vanem 2004-12-17 19:57:50 +00:00
parent c5297b9fd9
commit 321511a5be
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
#define HAVE_STRSTR 1
/* Define if you have the strtoll function. */
#ifdef __MINGW32__
#if defined(__MINGW32__) || defined(__WATCOMC__)
#define HAVE_STRTOLL 1
#endif