aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/defines.o2
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.o2')
-rw-r--r--contrib/less/defines.o28
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/less/defines.o2 b/contrib/less/defines.o2
index ee1313b6cbd4..77aba44ac58d 100644
--- a/contrib/less/defines.o2
+++ b/contrib/less/defines.o2
@@ -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.
@@ -110,10 +110,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.ini"
#define LESSKEYFILE_SYS "C:\\sysless.ini"
#define DEF_LESSKEYINFILE "lesskey.ini"
+#define LESSHISTFILE "lesshst.ini"
/* Settings always true for the emx compiler for OS/2 systems. */
@@ -270,6 +273,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