#endif //compiler
#endif // no vsnprintf
-#if defined(_AIX) || defined(__DJGPP__)
+#if defined(_AIX)
// AIX has vsnprintf, but there's no prototype in the system headers.
extern "C" int vsnprintf(char* str, size_t n, const char* format, va_list ap);
#endif