A small patch to make it compile with MingW + PDcurses.
--- orig/src/LYutils.c Mon Jun 2 01:16:28 2003
+++ src/LYUtils.c Mon Jun 2 20:04:08 2003
@@ -1536,7 +1536,7 @@
int c;
int cmd;
#ifndef VMS /* UNIX stuff: */
-#if !defined(USE_SLANG) && (defined(UNIX) || defined(__DJGPP__))
+#if !defined(USE_SLANG)
struct timeval socket_timeout;
int ret = 0;
fd_set readfds;Since MingW doesn't define UNIX. --gv ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
