summaryrefslogtreecommitdiffstats
path: root/contrib/less/defines.ds
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/defines.ds')
-rw-r--r--contrib/less/defines.ds3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/less/defines.ds b/contrib/less/defines.ds
index 1144168..bf8b579 100644
--- a/contrib/less/defines.ds
+++ b/contrib/less/defines.ds
@@ -185,6 +185,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 */
/* Define to `long' if <sys/types.h> doesn't define. */
#if MSDOS_COMPILER==BORLANDC
@@ -253,7 +254,7 @@
#define MUST_DEFINE_OSPEED 0
/* Define HAVE_LOCALE if you have locale.h and setlocale. */
-#define HAVE_LOCALE 1
+#define HAVE_LOCALE 0
/* Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr */
#define HAVE_TERMIOS_FUNCS 0
OpenPOWER on IntegriCloud