lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Patch for DJGPP port


From: dickey
Subject: Re: lynx-dev Patch for DJGPP port
Date: Sat, 21 Nov 1998 19:38:00 -0500 (EST)

> 
> 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. 

I seem to be missing part of the story: is this a patch that you want
to add to the development version, or a response to someone who is having
trouble porting?  (If the former, it needs ifdef's)

>                               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 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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