about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r--WWW/Library/Implementation/HTUtils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index 2706b0e5..63843de3 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -19,6 +19,10 @@
 
 #else
 
+#ifdef DJGPP
+#include <sys/config.h>	/* pseudo-autoconf values for DJGPP libc/headers */
+#endif /* DJGPP */
+
 #include <stdio.h>
 
 #define DONT_TRACK_INTERNAL_LINKS 1
@@ -34,6 +38,7 @@
 
 #if defined(__STDC__) || defined(VMS)
 #define ANSI_VARARGS 1
+#undef HAVE_STDARG_H
 #define HAVE_STDARG_H 1
 #endif
 
@@ -75,6 +80,7 @@
 #endif
 
 #ifndef NO_UNISTD_H
+#undef  HAVE_UNISTD_H
 #define HAVE_UNISTD_H 1
 #endif