diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-02-08 10:50:02 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-02-08 10:50:02 -0500 |
commit | 8ce6b560f4fb325be3d34266c54c70eb8668e8e1 (patch) | |
tree | d227c501d100ee0c5f1c72601d9ea5a487c1e2ca /userdefs.h | |
parent | 87434eaa074d789f65bac589b03df341e76e7a4e (diff) | |
download | lynx-snapshots-8ce6b560f4fb325be3d34266c54c70eb8668e8e1.tar.gz |
snapshot of project "lynx", label v2-8-2dev_16
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 25 |
1 files changed, 8 insertions, 17 deletions
diff --git a/userdefs.h b/userdefs.h index d40cac6d..15476e8c 100644 --- a/userdefs.h +++ b/userdefs.h @@ -293,21 +293,6 @@ #define PERSONAL_MAILCAP ".mailcap" /************************** - * the full path and name of the telnet command - */ -#define TELNET_COMMAND "telnet" - -/************************** - * the full path and name of the tn3270 command - */ -#define TN3270_COMMAND "tn3270" - -/************************** - * the full path and name of the rlogin command - */ -#define RLOGIN_COMMAND "rlogin" - -/************************** * XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for * viewing image content types when the DISPLAY environment variable * is set. Make it the full path and name of the xli (also known as @@ -1217,12 +1202,12 @@ * the version definition with the Project Version on checkout. Just * ignore it. - kw */ /* $Format: "#define LYNX_VERSION \"$ProjectVersion$\""$ */ -#define LYNX_VERSION "2.8.2dev.15" +#define LYNX_VERSION "2.8.2dev.16" #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 "Thu, 28 Jan 1999 09:31:29 -0700" +#define LYNX_DATE "Mon, 08 Feb 1999 03:32:59 -0700" #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" @@ -1263,6 +1248,9 @@ #define UNCOMPRESS_PATH "gzip -d" #define GZIP_PATH "gzip" #define BZIP2_PATH "bzip2" +#define TELNET_PATH "telnet" +#define TN3270_PATH "tn3270" +#define RLOGIN_PATH "rlogin" #else @@ -1295,6 +1283,9 @@ #define RM_PATH "rm" #define COPY_PATH "cp" #define CHMOD_PATH "chmod" +#define TELNET_PATH "telnet" +#define TN3270_PATH "tn3270" +#define RLOGIN_PATH "rlogin" #else /* Unix */ /* Standard locations are defined via the configure script. When |