diff options
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" |