diff options
author | ps <ps@FreeBSD.org> | 2002-01-07 20:29:38 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2002-01-07 20:29:38 +0000 |
commit | c0c85bc41cb6c023adae56cf0a7e3495bd528cb2 (patch) | |
tree | 22ed5b4269586d3d5c21d37a27645897709341e3 /contrib/less/defines.ds | |
parent | 5d465776b9e058088e1f29636cf7cdcb0c13eb0d (diff) | |
download | FreeBSD-src-c0c85bc41cb6c023adae56cf0a7e3495bd528cb2.zip FreeBSD-src-c0c85bc41cb6c023adae56cf0a7e3495bd528cb2.tar.gz |
Import less v371
Diffstat (limited to 'contrib/less/defines.ds')
-rw-r--r-- | contrib/less/defines.ds | 3 |
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 |