aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/defines.wn
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.wn')
-rw-r--r--contrib/less/defines.wn8
1 files changed, 7 insertions, 1 deletions
diff --git a/contrib/less/defines.wn b/contrib/less/defines.wn
index 737af5de0784..24f5205f380b 100644
--- a/contrib/less/defines.wn
+++ b/contrib/less/defines.wn
@@ -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"
#define LESSKEYFILE_SYS "c:\\_sysless"
#define DEF_LESSKEYINFILE "_lesskey"
+#define LESSHISTFILE "_lesshst"
/* Settings always true for Windows systems. */
@@ -268,6 +271,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