[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev DOS patch for lynx2.8.5dev.5
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev DOS patch for lynx2.8.5dev.5 |
Date: |
Wed, 26 Dec 2001 20:46:34 -0500 |
User-agent: |
Mutt/1.2.5i |
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 <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden