summaryrefslogtreecommitdiffstats
path: root/contrib/less/defines.h.top
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.h.top')
-rw-r--r--contrib/less/defines.h.top3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/defines.h.top b/contrib/less/defines.h.top
index e14d1ea..11b32df 100644
--- a/contrib/less/defines.h.top
+++ b/contrib/less/defines.h.top
@@ -104,7 +104,7 @@
* (in the HOME directory).
*/
#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS SYSDIR "/.sysless"
+#define LESSKEYFILE_SYS SYSDIR "/sysless"
#define DEF_LESSKEYINFILE ".lesskey"
@@ -168,5 +168,6 @@
#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */
#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */
#define TAGLINE_SIZE 512 /* Max size of line in tags file */
+#define TABSTOP_MAX 32 /* Max number of custom tab stops */
/* Settings automatically determined by configure. */
OpenPOWER on IntegriCloud