diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-14 12:32:07 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-14 12:32:07 -0400 |
commit | 64c4d93e6c1d2751c8517e10192e585db0cbce82 (patch) | |
tree | e2d8a765b19927ff7cb92bd171073dc86fe11f40 /userdefs.h | |
parent | 043745f9329c2bc33b8e6282b57970bbc550355e (diff) | |
download | lynx-snapshots-64c4d93e6c1d2751c8517e10192e585db0cbce82.tar.gz |
snapshot of project "lynx", label v2-8-1pre_10
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/userdefs.h b/userdefs.h index 921bea7b..859b1bfb 100644 --- a/userdefs.h +++ b/userdefs.h @@ -891,14 +891,6 @@ #define VERBOSE_IMAGES TRUE /****************************** -* VERBOSE_LINKS controls whether Lynx precedes links with the string "(LINK)", -* which is done to accommodate blind users. -* -* If this option is set here, it will override the setting in userdefs.h. -*/ -#define VERBOSE_LINKS FALSE - -/****************************** * BOXVERT and BOXHORI control the layout of popup menus. Set to 0 if your * curses supports line-drawing characters, set to '*' or any other character * to not use line-drawing (e.g., '|' for vertical and '-' for horizontal). @@ -1224,12 +1216,12 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.1pre.9" +#define LYNX_VERSION "2.8.1pre.10" #define LYNX_WWW_HOME "http://lynx.browser.org/" #define LYNX_WWW_DIST "http://www.slcc.edu/lynx/current/" #define LYNX_RELEASE FALSE /* $Format: "#define LYNX_DATE \"$ProjectDate$\""$ */ -#define LYNX_DATE "Sat, 10 Oct 1998 14:53:16 -0600" +#define LYNX_DATE "Wed, 14 Oct 1998 06:23:56 -0600" #define LYNX_DATE_OFF 5 /* truncate the automatically-generated date */ #define LYNX_DATE_LEN 11 /* truncate the automatically-generated date */ #define LYNX_RELEASE_DATE "1998" |