diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-25 12:43:29 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-02-25 12:43:29 -0500 |
commit | 184855c6f7b9e1727a8f419b475b1fffd9292911 (patch) | |
tree | 1bd2388be832a1908b0f03cf89dcfa70e4a31ebb /WWW/Library/Implementation/HTNews.c | |
parent | 59ec2705df06b90f10f9ff6eeadfffcd02bbd39a (diff) | |
download | lynx-snapshots-184855c6f7b9e1727a8f419b475b1fffd9292911.tar.gz |
snapshot of project "lynx", label v2-8-3dev_21
Diffstat (limited to 'WWW/Library/Implementation/HTNews.c')
-rw-r--r-- | WWW/Library/Implementation/HTNews.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/WWW/Library/Implementation/HTNews.c b/WWW/Library/Implementation/HTNews.c index c37f07e0..68457ffd 100644 --- a/WWW/Library/Implementation/HTNews.c +++ b/WWW/Library/Implementation/HTNews.c @@ -16,13 +16,11 @@ #include <HTCJK.h> #include <HTMIME.h> +#include <HTFont.h> #include <HTTCP.h> #include <LYUtils.h> #include <LYStrings.h> -/* this define should be in HTFont.h :( */ -#define HT_NON_BREAK_SPACE ((char)1) /* For now */ - #define NEWS_PORT 119 /* See rfc977 */ #define SNEWS_PORT 563 /* See Lou Montulli */ #define APPEND /* Use append methods */ |