summaryrefslogtreecommitdiffstats
path: root/contrib/less/defines.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.h.in')
-rw-r--r--contrib/less/defines.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/less/defines.h.in b/contrib/less/defines.h.in
index 3f379ca..8b8df1b 100644
--- a/contrib/less/defines.h.in
+++ b/contrib/less/defines.h.in
@@ -105,7 +105,7 @@
* (in the HOME directory).
*/
#define LESSKEYFILE ".less"
-#define LESSKEYFILE_SYS SYSDIR "/.sysless"
+#define LESSKEYFILE_SYS SYSDIR "/sysless"
#define DEF_LESSKEYINFILE ".lesskey"
@@ -169,6 +169,7 @@
#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. */
@@ -253,6 +254,9 @@
/* Define if you have the _setjmp function. */
#undef HAVE__SETJMP
+/* Define if you have the fsync function. */
+#undef HAVE_FSYNC
+
/* Define if you have the memcpy function. */
#undef HAVE_MEMCPY
OpenPOWER on IntegriCloud