aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/defines.ds
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.ds')
-rw-r--r--contrib/less/defines.ds8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/less/defines.ds b/contrib/less/defines.ds
index 9445398328ab..596f2cdc5af3 100644
--- a/contrib/less/defines.ds
+++ b/contrib/less/defines.ds
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2000 Mark Nudelman
+ * Copyright (C) 1984-2004 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -117,10 +117,13 @@
* LESSKEYFILE_SYS is the filename of the system-wide lesskey output file.
* DEF_LESSKEYINFILE is the filename of the default lesskey input
* (in the HOME directory).
+ * LESSHISTFILE is the filename of the history file
+ * (in the HOME directory).
*/
#define LESSKEYFILE "_less"
#define LESSKEYFILE_SYS "c:\\_sysless"
#define DEF_LESSKEYINFILE "_lesskey"
+#define LESSHISTFILE "_lesshst"
/* Settings always true for MS-DOS systems. */
@@ -304,6 +307,9 @@
/* Define if you have the system function. */
#define HAVE_SYSTEM 1
+/* Define if you have the snprintf function. */
+#define HAVE_SNPRINTF 0
+
/* Define if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1