/* #undef HAVE_STRSIGNAL */
/* Define to 1 if you have the `strtoll' function. */
+#define HAVE_STRTOLL 1
#ifdef __TINYC__
-#define strtoll _strtoi64
-#define strtoull _strtoui64
+# ifndef strtoll
+# define strtoll _strtoi64
+# endif
+# ifndef strtoull
+# define strtoull _strtoui64
+# endif
#endif
-#define HAVE_STRTOLL 1
/* Define to 1 if `d_type' is a member of `struct dirent'. */
/* SV 57152: MinGW64 version of dirent doesn't support d_type. */