diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-16 22:06:07 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-12-16 22:06:07 -0500 |
commit | 10f6c5df5fbd3e8a2be8a0640035680235b3f8a3 (patch) | |
tree | f46df4582b5b527aff7ed4294e065bc5b6076a33 /WWW/Library/Implementation/HTUtils.h | |
parent | 08fc6e5c6582f05f43c968931b04d698cf7abc86 (diff) | |
download | lynx-snapshots-10f6c5df5fbd3e8a2be8a0640035680235b3f8a3.tar.gz |
snapshot of project "lynx", label v2-8-2dev_10
Diffstat (limited to 'WWW/Library/Implementation/HTUtils.h')
-rw-r--r-- | WWW/Library/Implementation/HTUtils.h | 6 |
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 |