summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2002-01-07 20:37:33 +0000
committerPaul Saab <ps@FreeBSD.org>2002-01-07 20:37:33 +0000
commitfb05bfba067b8ad33b5467a7e5ae2b03194814cc (patch)
tree48d1832a3247bc5b48aaf65d650327c761f9eaa9 /usr.bin/less
parent8fd4165cc499e9e16013a1fcff66055739e5075f (diff)
downloadsrc-test-fb05bfba067b8ad33b5467a7e5ae2b03194814cc.tar.gz
src-test-fb05bfba067b8ad33b5467a7e5ae2b03194814cc.zip
Update for less v371
Notes
Notes: svn path=/head/; revision=89023
Diffstat (limited to 'usr.bin/less')
-rw-r--r--usr.bin/less/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index c41bdfaac8d6f..c8ff13a7fd5a0 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