about summary refs log tree commit diff stats
path: root/userdefs.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-02-08 10:50:02 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-02-08 10:50:02 -0500
commit8ce6b560f4fb325be3d34266c54c70eb8668e8e1 (patch)
treed227c501d100ee0c5f1c72601d9ea5a487c1e2ca /userdefs.h
parent87434eaa074d789f65bac589b03df341e76e7a4e (diff)
downloadlynx-snapshots-8ce6b560f4fb325be3d34266c54c70eb8668e8e1.tar.gz
snapshot of project "lynx", label v2-8-2dev_16
Diffstat (limited to 'userdefs.h')
-rw-r--r--userdefs.h25
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
s='alt'>
a744df7 ^
a93b4de ^



f06d683 ^
a93b4de ^
f06d683 ^
a93b4de ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64