lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev lynx-2.8.1 and sco odt 2.0


From: William Bader
Subject: lynx-dev lynx-2.8.1 and sco odt 2.0
Date: Fri, 25 Sep 98 16:14:51 EDT

I built lynx2-8-1 under sco odt 2.0 (a bundle with sco 3.2v4.0 and x11)
using gcc-2.7.2.1.  I made the one change below to HTUtils.h.  Otherwise,
lynx built cleanly and seems to run OK.

--- lynx2-8-1/WWW/Library/Implementation/HTUtils.h-     Sun Sep 13 10:35:55 1998
+++ lynx2-8-1/WWW/Library/Implementation/HTUtils.h      Fri Sep 25 15:58:09 1998
@@ -45,7 +45,9 @@
 #endif
 
 #ifndef NO_FILIO_H
-#define HAVE_SYS_FILIO_H 1
+/* Not needed, lynx_cfg.h sets HAVE_SYS_FILIO_H if sys/filio.h is present */
+/* instead of setting NO_FILIO_H if it is missing */
+/* #define HAVE_SYS_FILIO_H 1 */
 #endif
 
 #ifndef NO_GETCWD

reply via email to

[Prev in Thread] Current Thread [Next in Thread]