summaryrefslogtreecommitdiffstats
path: root/contrib/less/less.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/less.h')
-rw-r--r--contrib/less/less.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/less/less.h b/contrib/less/less.h
index bf8b803..3700b4f 100644
--- a/contrib/less/less.h
+++ b/contrib/less/less.h
@@ -1,5 +1,6 @@
+/* $FreeBSD$ */
/*
- * Copyright (C) 1984-2007 Mark Nudelman
+ * Copyright (C) 1984-2005 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -8,7 +9,6 @@
* contact the author, see the README file.
*/
-#define NEWBOT 1
/*
* Standard include file for "less".
@@ -296,10 +296,6 @@ struct textlist
#define READ_INTR (-2)
-/* A fraction is represented by an int n; the fraction is n/NUM_FRAC_DENOM */
-#define NUM_FRAC_DENOM 1000000
-#define NUM_LOG_FRAC_DENOM 6
-
/* How quiet should we be? */
#define NOT_QUIET 0 /* Ring bell at eof and for errors */
#define LITTLE_QUIET 1 /* Ring bell only for errors */
OpenPOWER on IntegriCloud