From a5f0fb151d90effe79714de0fa059954725fe57f Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Mon, 22 May 2000 09:53:22 +0000 Subject: Import the [now] dual licensed version 3.5.4 of less. It is distributed under your choice of the GPL or a BSD style license. Reviewed by: peter Obtained from: http://home.flash.net/~marknu/less/ --- contrib/less/position.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 contrib/less/position.h (limited to 'contrib/less/position.h') diff --git a/contrib/less/position.h b/contrib/less/position.h new file mode 100644 index 000000000000..3ce7f596ed21 --- /dev/null +++ b/contrib/less/position.h @@ -0,0 +1,19 @@ +/* + * Copyright (C) 1984-2000 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. + * + * For more information about less, or for information on how to + * contact the author, see the README file. + */ + + +/* + * Include file for interfacing to position.c modules. + */ +#define TOP (0) +#define TOP_PLUS_ONE (1) +#define BOTTOM (-1) +#define BOTTOM_PLUS_ONE (-2) +#define MIDDLE (-3) -- cgit v1.2.3