lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Patch for DJGPP port


From: Doug Kaufman
Subject: lynx-dev Patch for DJGPP port
Date: Sat, 21 Nov 1998 14:42:49 -0800 (PST)

The following patch allows use of the debugging code built into the
WATTCP code which is included in the DJGPP port of lynx. This is
activated by placing lines in the WATTCP.CFG file for:
DEBUG.MODE= (choices are HEADERS, DUMP, or ALL)
DEBUG.PROTO= (choices are TCP, UDP, or  ALL)
DEBUG.FILE= (name of log file. Defaults to WATTCP.DBG)

This adds about 2K to the size of the stripped, compressed executable.
You get a log of the headers and/or a binary dump of the packets sent
and received. Maybe this will help in determining where ftp is failing
in this port.
                              Doug

*** lynx2-8-2/src/LYMain.c      Wed Nov 18 11:23:56 1998
--- lynx2-8-2/src/LYMain.c.new  Thu Nov 19 23:54:34 1998
***************
*** 615,620 ****
--- 615,621 ----
        init_ctrl_break[0] = 1;
      }
      atexit(reset_break);
+     dbug_init();
      sock_init();
  #endif
  

__
Doug Kaufman
Internet: address@hidden (preferred)
          address@hidden

reply via email to

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