lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lynx2.8.3dev.4 - DJGPP build


From: Leonid Pauzner
Subject: lynx-dev lynx2.8.3dev.4 - DJGPP build
Date: Fri, 16 Jul 1999 00:23:53 +0400 (MSD)

To built dev.4 with DJGPP we need the following changes:


diff -u old/http.c ./http.c
--- old/http.c  Wed Jul 14 09:25:26 1999
+++ ./http.c    Thu Jul 15 20:41:42 1999
@@ -7,7 +7,7 @@
 */

 #include <HTUtils.h>
-#ifdef __DJGPP__
+#if defined(__DJGPP__) && defined (WATT32)
 #include <tcp.h>
 #endif /* __DJGPP__ */
 #include <HTTP.h>

diff -u old/htdos.h ./htdos.h
--- old/htdos.h Wed Jul 14 09:25:26 1999
+++ ./htdos.h   Fri Jul 16 00:16:42 1999
@@ -31,8 +31,10 @@
 */
 char * HTDOS_name PARAMS((char * wwwname));

-#ifdef __WIN32__
+#ifdef WIN_EX
 char * HTDOS_short_name (char * fn);
+#else
+#define HTDOS_short_name(fn)  fn
 #endif

 #endif /*  HTDOS_H */


First to built with old TCP lib and the second due to LYEdit.c mess -
probably incorrect/obsolete resync, currently HTDOS_short_name()
implemented with WIN_EX, declared with __WIN32__ and called from LYEdit.c
under DOSPATH or _WINDOWS, brrrr.




reply via email to

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