On Tue, Dec 25, 2001 at 09:08:51AM -0800, Doug Kaufman wrote:
> The following patch should fix some longstanding problems with the
> DOS port. The biggest complaint to date has been the inability to

I follow most of the patch, but am puzzled by this chunk:

> --- lynx2.8.5dev.5/lynx2-8-5/src/LYCurses.c.ori       Sun Nov 18 17:37:14 2001
> +++ lynx2.8.5dev.5/lynx2-8-5/src/LYCurses.c   Mon Dec 24 21:01:52 2001
> @@ -2,6 +2,10 @@
>  #include <HTAlert.h>
>  #ifdef __DJGPP__
>  #include <conio.h>
> +#ifndef HAVE_GETTEXT
> +#undef gettext
> +#define gettext(s) s
> +#endif /* HAVE_GETTEXT */
>  #endif /* __DJGPP__ */
>  #include <LYCurses.h>
>  #include <LYStyle.h>

Why are you doing that?

-- 
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to