From f3fb9d1f7d68c2e7a58ad4b6fd3d5257ba940e08 Mon Sep 17 00:00:00 2001 From: ps Date: Mon, 7 Jan 2002 20:37:33 +0000 Subject: Update for less v371 --- usr.bin/less/defines.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index c41bdfa..c8ff13a 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -171,6 +171,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. */ @@ -255,6 +256,9 @@ /* Define if you have the _setjmp function. */ #define HAVE__SETJMP 1 +/* Define if you have the fsync function. */ +#define HAVE_FSYNC 1 + /* Define if you have the memcpy function. */ #define HAVE_MEMCPY 1 -- cgit v1.1