diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-13 18:21:23 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-13 18:21:23 +0000 |
commit | f29f40142a5c96687655ef225ce878404cf87aa3 (patch) | |
tree | 992e462559fc85c6b40e99688bee1fa4cdaa1254 /usr.bin | |
parent | c91a18861cc805c072de58e5d3d67c7fcc0d90ce (diff) |
Stock less-390 with some unneeded DOS/Windoze files removed
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/less/Makefile.aut | 32 | ||||
-rw-r--r-- | usr.bin/less/configure.ac | 191 | ||||
-rw-r--r-- | usr.bin/less/pckeys.h | 5 | ||||
-rw-r--r-- | usr.bin/less/scrsize.c | 5 |
4 files changed, 42 insertions, 191 deletions
diff --git a/usr.bin/less/Makefile.aut b/usr.bin/less/Makefile.aut index f7026249e66..f105d6902f0 100644 --- a/usr.bin/less/Makefile.aut +++ b/usr.bin/less/Makefile.aut @@ -1,6 +1,6 @@ # Makefile for authoring less. -EMAIL = bug-less@gnu.org +EMAIL = markn@greenwoodsoftware.com HOMEPAGE = http://www.greenwoodsoftware.com/less SHELL = /bin/sh RCS = rcs @@ -10,10 +10,10 @@ srcdir = . SRC = \ main.c screen.c brac.c ch.c charset.c cmdbuf.c \ - command.c cvt.c decode.c edit.c filename.c forwback.c \ + command.c decode.c edit.c filename.c forwback.c \ help.c ifile.c input.c jump.c line.c linenum.c \ lsystem.c mark.c optfunc.c option.c opttbl.c os.c \ - output.c pattern.c position.c prompt.c search.c signal.c \ + output.c position.c prompt.c search.c signal.c \ tags.c ttyin.c version.c DISTFILES_W = \ defines.ds Makefile.dsb Makefile.dsg Makefile.dsu \ @@ -24,24 +24,14 @@ DISTFILES = \ ${SRC} regexp.c regexp.h \ COPYING INSTALL LICENSE Makefile.in Makefile.aut NEWS README \ configure configure.ac lesskey.c lessecho.c scrsize.c \ - charset.h cmd.h funcs.h lglob.h less.h lesskey.h option.h \ - pckeys.h pattern.h position.h \ + cmd.h funcs.h lglob.h less.h lesskey.h option.h pckeys.h position.h \ install.sh defines.h.in mkinstalldirs \ - less.nro less.man lesskey.nro lesskey.man lessecho.nro lessecho.man \ - less.hlp \ + less.nro lesskey.nro less.man lesskey.man less.hlp \ mkfuncs.awk mkhelp.c \ ${DISTFILES_W} all: help.c funcs.h ${srcdir}/configure -release: .FORCE - ${MAKE} -f Makefile.aut tagall - ${MAKE} -f Makefile.aut all - ${MAKE} -f Makefile.aut clean - ${MAKE} -f Makefile.aut dist - -.FORCE: - help.c: less.hlp mkhelp -mv -f ${srcdir}/help.c ${srcdir}/help.c.old rm -rf help.c @@ -65,8 +55,7 @@ lint: clean: rm -f Makefile config.status config.log config.cache defines.h stamp-h \ - README NEWS \ - less.nro less.man lesskey.nro lesskey.man lessecho.nro lessecho.man + README NEWS less.nro lesskey.nro less.man lesskey.man distclean: clean realclean: clean @@ -89,8 +78,6 @@ ${srcdir}/less.nro: ${srcdir}/less.nro.VER ${srcdir}/version.c ${REPLACE_VERSION} ${srcdir}/less.nro.VER ${srcdir}/lesskey.nro: ${srcdir}/lesskey.nro.VER ${srcdir}/version.c ${REPLACE_VERSION} ${srcdir}/lesskey.nro.VER -${srcdir}/lessecho.nro: ${srcdir}/lessecho.nro.VER ${srcdir}/version.c - ${REPLACE_VERSION} ${srcdir}/lessecho.nro.VER ${srcdir}/less.hlp: ${srcdir}/less.hlp.VER ${srcdir}/version.c ${REPLACE_VERSION} ${srcdir}/less.hlp.VER @@ -98,8 +85,6 @@ ${srcdir}/less.man: ${srcdir}/less.nro ${NROFF} ${srcdir}/less.nro >${srcdir}/less.man ${srcdir}/lesskey.man: ${srcdir}/lesskey.nro ${NROFF} ${srcdir}/lesskey.nro >${srcdir}/lesskey.man -${srcdir}/lessecho.man: ${srcdir}/lessecho.nro - ${NROFF} ${srcdir}/lessecho.nro >${srcdir}/lessecho.man distfiles: ${DISTFILES} @@ -112,13 +97,12 @@ dist: ${DISTFILES} echo "Preparing $$REL"; \ rm -rf $$REL; mkdir $$REL; \ for file in ${DISTFILES}; do \ - ./add_copyright $$file $$REL; \ + cp -p $$file $$REL; \ + chmod -w $$REL/$$file; \ done; \ cd $$REL; chmod +w ${DISTFILES_W}; cd ..; \ echo "Creating release/$$REL/$$REL.tar.gz"; \ tar -cf - $$REL | gzip -c >release/$$REL/$$REL.tar.gz; \ - echo "Signing release/$$REL/$$REL.tar.gz"; \ - gpg --detach-sign release/$$REL/$$REL.tar.gz; \ echo "Creating release/$$REL/$$REL.zip"; \ zip -rq release/$$REL/$$REL.zip $$REL; \ rm -rf $$REL diff --git a/usr.bin/less/configure.ac b/usr.bin/less/configure.ac index 4ac9a351ddd..d9e6ccab6ec 100644 --- a/usr.bin/less/configure.ac +++ b/usr.bin/less/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -# Copyright (C) 1984-2011 Mark Nudelman +# Copyright (C) 1984-2002 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. @@ -23,16 +23,16 @@ AC_PROG_INSTALL AC_SYS_LARGEFILE # Checks for general libraries. -AC_CHECK_LIB(tinfo, tgoto, [have_tinfo=yes], [have_tinfo=no]) AC_CHECK_LIB(xcurses, initscr, [have_xcurses=yes], [have_xcurses=no]) -AC_CHECK_LIB(ncursesw, initscr, [have_ncursesw=yes], [have_ncursesw=no]) AC_CHECK_LIB(ncurses, initscr, [have_ncurses=yes], [have_ncurses=no]) AC_CHECK_LIB(curses, initscr, [have_curses=yes], [have_curses=no]) AC_CHECK_LIB(termcap, tgetent, [have_termcap=yes], [have_termcap=no]) AC_CHECK_LIB(termlib, tgetent, [have_termlib=yes], [have_termlib=no]) -# Regular expressions (regcmp) are in -lgen on Solaris 2, (but in libc -# at least on Solaris 10 (2.10)) and in -lintl on SCO Unix. -AC_SEARCH_LIBS([regcmp], [gen intl PW]) +# Regular expressions (regcmp) are in -lgen on Solaris 2, +# and in -lintl on SCO Unix. +AC_CHECK_LIB(gen, regcmp) +AC_CHECK_LIB(intl, regcmp) +AC_CHECK_LIB(PW, regcmp) # Checks for terminal libraries AC_MSG_CHECKING([for working terminal libraries]) @@ -50,20 +50,6 @@ fi fi if test $curses_broken = 0; then - -# -- Try tinfo. -if test "x$TERMLIBS" = x; then - if test $have_tinfo = yes; then - TERMLIBS="-ltinfo" - SAVE_LIBS=$LIBS - LIBS="$LIBS $TERMLIBS" - AC_TRY_LINK(, [tgetent(0,0); tgetflag(0); tgetnum(0); tgetstr(0,0);], - [termok=yes], [termok=no]) - LIBS=$SAVE_LIBS - if test $termok = no; then TERMLIBS=""; fi - fi -fi - # -- Try xcurses. if test "x$TERMLIBS" = x; then if test $have_xcurses = yes; then @@ -77,19 +63,6 @@ if test "x$TERMLIBS" = x; then fi fi -# -- Try ncursesw. -if test "x$TERMLIBS" = x; then - if test $have_ncursesw = yes; then - TERMLIBS="-lncursesw" - SAVE_LIBS=$LIBS - LIBS="$LIBS $TERMLIBS" - AC_TRY_LINK(, [tgetent(0,0); tgetflag(0); tgetnum(0); tgetstr(0,0);], - [termok=yes], [termok=no]) - LIBS=$SAVE_LIBS - if test $termok = no; then TERMLIBS=""; fi - fi -fi - # -- Try ncurses. if test "x$TERMLIBS" = x; then if test $have_ncurses = yes; then @@ -167,7 +140,7 @@ LIBS="$LIBS $TERMLIBS" # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([ctype.h errno.h fcntl.h limits.h stdio.h stdlib.h string.h termcap.h termio.h termios.h time.h unistd.h values.h sys/ioctl.h sys/stream.h wctype.h]) +AC_CHECK_HEADERS([ctype.h errno.h fcntl.h limits.h stdio.h stdlib.h string.h termcap.h termio.h termios.h time.h unistd.h values.h sys/ioctl.h sys/stream.h sys/ptem.h]) # Checks for typedefs, structures, and compiler characteristics. AC_HEADER_STAT @@ -177,8 +150,6 @@ AC_TYPE_SIZE_T AC_HEADER_TIME # Autoheader templates for symbols defined later by AC_DEFINE. -AH_TEMPLATE([HAVE_GNU_REGEX], - [GNU regex library]) AH_TEMPLATE([HAVE_POSIX_REGCOMP], [POSIX regcomp() and regex.h]) AH_TEMPLATE([HAVE_PCRE], @@ -195,12 +166,8 @@ AH_TEMPLATE([HAVE_REGEXEC2], []) AH_TEMPLATE([HAVE_VOID], [Define HAVE_VOID if your compiler supports the "void" type.]) -AH_TEMPLATE([HAVE_FLOAT], - [Define HAVE_FLOAT if your compiler supports the "double" type.]) AH_TEMPLATE([HAVE_CONST], [Define HAVE_CONST if your compiler supports the "const" modifier.]) -AH_TEMPLATE([HAVE_STAT_INO], - [Define HAVE_STAT_INO if your struct stat has st_ino and st_dev.]) AH_TEMPLATE([HAVE_TIME_T], [Define HAVE_TIME_T if your system supports the "time_t" type.]) AH_TEMPLATE([HAVE_STRERROR], @@ -223,16 +190,12 @@ AH_TEMPLATE([HAVE_TERMIOS_FUNCS], [Define HAVE_TERMIOS_FUNCS if you have tcgetattr/tcsetattr.]) AH_TEMPLATE([HAVE_UPPER_LOWER], [Define HAVE_UPPER_LOWER if you have isupper, islower, toupper, tolower.]) -AH_TEMPLATE([HAVE_WCTYPE], - [Define HAVE_WCTYPE if you have iswupper, iswlower, towupper, towlower.]) AH_TEMPLATE([HAVE_SIGSET_T], [Define HAVE_SIGSET_T you have the sigset_t type.]) AH_TEMPLATE([HAVE_SIGEMPTYSET], [Define HAVE_SIGEMPTYSET if you have the sigemptyset macro.]) AH_TEMPLATE([EDIT_PGM], [Define EDIT_PGM to your editor.]) -AH_TEMPLATE([SECURE_COMPILE], - [Define SECURE_COMPILE=1 to build a secure version of less.]) # Checks for identifiers. AC_TYPE_OFF_T @@ -245,37 +208,10 @@ AC_TRY_COMPILE(, [const int foo = 0;], AC_MSG_CHECKING(for time_t) AC_TRY_COMPILE([#include <time.h>], [time_t t = 0;], [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_TIME_T)], [AC_MSG_RESULT(no)]) -AC_MSG_CHECKING(for st_ino in struct stat) -AC_TRY_COMPILE([#include <sys/types.h> -#include <sys/stat.h>], - [struct stat s; dev_t dev = s.st_dev; ino_t ino = s.st_ino;], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_STAT_INO)], [AC_MSG_RESULT(no)]) # Checks for library functions. AC_TYPE_SIGNAL -AC_CHECK_FUNCS([fsync popen _setjmp sigprocmask sigsetmask snprintf stat system fchmod]) - -# AC_CHECK_FUNCS may not work for inline functions, so test these separately. -AC_MSG_CHECKING(for memcpy) -AC_TRY_LINK([ -#if HAVE_STRING_H -#include <string.h> -#endif], [memcpy(0,0,0);], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_MEMCPY)], [AC_MSG_RESULT(no)]) - -AC_MSG_CHECKING(for strchr) -AC_TRY_LINK([ -#if HAVE_STRING_H -#include <string.h> -#endif], [strchr("x",'x');], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_STRCHR)], [AC_MSG_RESULT(no)]) - -AC_MSG_CHECKING(for strstr) -AC_TRY_LINK([ -#if HAVE_STRING_H -#include <string.h> -#endif], [strstr("x","x");], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_STRSTR)], [AC_MSG_RESULT(no)]) +AC_CHECK_FUNCS([fsync memcpy popen _setjmp sigprocmask sigsetmask stat strchr strstr system]) # Some systems have termios.h but not the corresponding functions. AC_CHECK_FUNC(tcgetattr, AC_DEFINE(HAVE_TERMIOS_FUNCS)) @@ -304,7 +240,11 @@ AC_MSG_CHECKING(for sys_errlist) AC_TRY_LINK(, [extern char *sys_errlist[]; static char **x; x = sys_errlist;], [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_SYS_ERRLIST)], [AC_MSG_RESULT(no)]) -AC_CHECK_TYPES([sigset_t],,,[#include <signal.h>]) +AC_MSG_CHECKING(for sigset_t) +AC_TRY_LINK([ +#include <signal.h> +], [sigset_t s; s = 0;], + [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_SIGSET_T)], [AC_MSG_RESULT(no)]) AC_MSG_CHECKING(for sigemptyset) AC_TRY_LINK([ @@ -330,10 +270,8 @@ fi AC_MSG_CHECKING(for locale) AC_TRY_LINK([#include <locale.h> -#include <ctype.h> -#include <langinfo.h>], [setlocale(LC_CTYPE,""); isprint(0); iscntrl(0);], +#include <ctype.h>], [setlocale(LC_CTYPE,""); isprint(0); iscntrl(0);], [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_LOCALE)], [AC_MSG_RESULT(no)]) - AC_MSG_CHECKING(for ctype functions) AC_TRY_LINK([ #if HAVE_CTYPE_H @@ -341,10 +279,6 @@ AC_TRY_LINK([ #endif], [static int x; x = isupper(x); x = tolower(x); x = toupper(x);], [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_UPPER_LOWER)], [AC_MSG_RESULT(no)]) -AC_MSG_CHECKING(for wctype functions) -AC_TRY_LINK([#include <wctype.h>], [iswlower(0); iswupper(0); towlower(0); towupper(0);], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_WCTYPE)], [AC_MSG_RESULT(no)]) - # Checks for external variable ospeed in the termcap library. have_ospeed=no AC_MSG_CHECKING(termcap for ospeed) @@ -363,39 +297,20 @@ AC_TRY_LINK(, [extern short ospeed; ospeed = 0;], [AC_MSG_RESULT(no)]) fi -# Compile in secure mode? -AC_ARG_WITH(secure, - [ --with-secure Compile in secure mode], - AC_DEFINE(SECURE_COMPILE, 1), AC_DEFINE(SECURE_COMPILE, 0)) - -# Should we use floating point? -AC_MSG_CHECKING(for floating point) -AC_ARG_WITH(no-float, - [ --with-no-float Do not use floating point], - WANT_NO_FLOAT=1, WANT_NO_FLOAT=0) -if test $WANT_NO_FLOAT = 0; then - AC_TRY_LINK(, [double f1 = 12.5; double f2 = f1*f1/2.5;], - [AC_MSG_RESULT(yes); AC_DEFINE(HAVE_FLOAT)], [AC_MSG_RESULT(no)]) -else - AC_MSG_RESULT(disabled by user) -fi - # Checks for regular expression functions. have_regex=no have_posix_regex=unknown -supported_regex="" +AC_MSG_CHECKING(for regcomp) -# Select a regular expression library. WANT_REGEX=auto AC_ARG_WITH(regex, - [ --with-regex={auto,gnu,pcre,posix,regcmp,re_comp,regcomp,regcomp-local,none} Select a regular expression library [auto]], + [ --with-regex={auto,pcre,posix,regcmp,re_comp,regcomp,regcomp-local} Select a regular expression library [auto]], WANT_REGEX="$withval") if test $have_regex = no; then if test $WANT_REGEX = auto -o $WANT_REGEX = posix; then # Some versions of Solaris have a regcomp() function, but it doesn't work! # So we run a test program. If we're cross-compiling, do it the old way. -AC_MSG_CHECKING(for POSIX regcomp) AC_TRY_RUN([ #include <sys/types.h> #include <regex.h> @@ -410,16 +325,16 @@ if (rm.rm_sp != text + 1) exit(1); /* check for correct offset */ exit(0); }], have_posix_regex=yes, have_posix_regex=no, have_posix_regex=unknown) if test $have_posix_regex = yes; then - AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_POSIX_REGCOMP) supported_regex="$supported_regex posix" + AC_MSG_RESULT(using POSIX regcomp) + AC_DEFINE(HAVE_POSIX_REGCOMP) have_regex=yes elif test $have_posix_regex = unknown; then AC_TRY_LINK([ #include <sys/types.h> #include <regex.h>], [regex_t *r; regfree(r);], - AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_POSIX_REGCOMP) have_regex=yes; supported_regex="$supported_regex posix") + AC_MSG_RESULT(using POSIX regcomp) + AC_DEFINE(HAVE_POSIX_REGCOMP) have_regex=yes) else AC_MSG_RESULT(no) fi @@ -429,60 +344,41 @@ fi if test $have_regex = no; then if test $WANT_REGEX = auto -o $WANT_REGEX = pcre; then AC_CHECK_LIB(pcre, pcre_compile, -[AC_DEFINE(HAVE_PCRE) LIBS="$LIBS -lpcre" have_regex=yes; supported_regex="$supported_regex pcre"], []) -fi -fi - -if test $have_regex = no; then -if test $WANT_REGEX = auto -o $WANT_REGEX = gnu; then -AC_CHECK_LIB(c, re_compile_pattern, -[AC_DEFINE(HAVE_GNU_REGEX) have_regex=yes; supported_regex="$supported_regex gnu"], []) +[AC_MSG_RESULT(using pcre); AC_DEFINE(HAVE_PCRE) LIBS="$LIBS -lpcre" have_regex=yes], []) fi fi if test $have_regex = no; then if test $WANT_REGEX = auto -o $WANT_REGEX = regcmp; then AC_CHECK_FUNC(regcmp, -[AC_DEFINE(HAVE_REGCMP) have_regex=yes; supported_regex="$supported_regex regcmp"],[]) +AC_MSG_RESULT(using regcmp); AC_DEFINE(HAVE_REGCMP) have_regex=yes) fi fi if test $have_regex = no; then if test $WANT_REGEX = auto -o $WANT_REGEX = regcomp; then -AC_MSG_CHECKING(for V8 regcomp) AC_TRY_LINK([ #include "regexp.h"], [regcomp("");], -[AC_MSG_RESULT(yes); AC_DEFINE(HAVE_V8_REGCOMP) have_regex=yes; supported_regex="$supported_regex regcomp"],[AC_MSG_RESULT(no)]) +AC_MSG_RESULT(using V8 regcomp); AC_DEFINE(HAVE_V8_REGCOMP) have_regex=yes) fi fi if test $have_regex = no && test -f ${srcdir}/regexp.c; then if test $WANT_REGEX = auto -o $WANT_REGEX = regcomp-local; then -AC_MSG_RESULT(using V8 regcomp -- local source); AC_DEFINE(HAVE_V8_REGCOMP) -supported_regex="$supported_regex regcomp-local" -AC_DEFINE(HAVE_REGEXEC2) REGEX_O='regexp.$(O)' AC_SUBST(REGEX_O) have_regex=yes +AC_MSG_RESULT(using V8 regcomp -- local source); AC_DEFINE(HAVE_V8_REGCOMP) AC_DEFINE(HAVE_REGEXEC2) REGEX_O='regexp.$(O)' AC_SUBST(REGEX_O) have_regex=yes fi fi if test $have_regex = no; then if test $WANT_REGEX = auto -o $WANT_REGEX = re_comp; then -AC_MSG_CHECKING(for re_comp) -AC_CHECK_FUNC(re_comp, -[AC_DEFINE(HAVE_RE_COMP) have_regex=yes; supported_regex="$supported_regex re_comp"],[]) +AC_MSG_RESULT(using re_comp); AC_CHECK_FUNC(re_comp, AC_DEFINE(HAVE_RE_COMP) have_regex=yes) fi fi if test $have_regex = no; then -if test $WANT_REGEX = auto -o $WANT_REGEX = none; then -AC_MSG_RESULT(using no regex) -else -AC_MSG_WARN(cannot find regular expression library) -fi -AC_DEFINE(NO_REGEX) supported_regex="$supported_regex none" +AC_MSG_RESULT(cannot find regular expression library); AC_DEFINE(NO_REGEX) fi -AC_MSG_RESULT(regular expression library: $supported_regex) - AC_ARG_WITH(editor, [ --with-editor=PROGRAM use PROGRAM as the default editor [vi]], AC_DEFINE_UNQUOTED(EDIT_PGM, "$withval"), AC_DEFINE(EDIT_PGM, "vi")) @@ -505,9 +401,8 @@ AH_TOP([ /* * SECURE is 1 if you wish to disable a bunch of features in order to * be safe to run by unprivileged users. - * SECURE_COMPILE is set by the --with-secure configure option. */ -#define SECURE SECURE_COMPILE +#define SECURE 0 /* * SHELL_ESCAPE is 1 if you wish to allow shell escapes. @@ -593,13 +488,10 @@ AH_TOP([ * LESSKEYFILE_SYS is the filename of the system-wide lesskey output file. * DEF_LESSKEYINFILE is the filename of the default lesskey input * (in the HOME directory). - * LESSHISTFILE is the filename of the history file - * (in the HOME directory). */ #define LESSKEYFILE ".less" #define LESSKEYFILE_SYS SYSDIR "/sysless" #define DEF_LESSKEYINFILE ".lesskey" -#define LESSHISTFILE ".lesshst" /* Settings always true on Unix. */ @@ -615,12 +507,6 @@ AH_TOP([ #define PATHNAME_SEP "/" /* - * The value returned from tgetent on success. - * Some HP-UX systems return 0 on success. - */ -#define TGETENT_OK 1 - -/* * HAVE_SYS_TYPES_H is 1 if your system has <sys/types.h>. */ #define HAVE_SYS_TYPES_H 1 @@ -649,7 +535,7 @@ AH_TOP([ /* * Default shell metacharacters and meta-escape character. */ -#define DEF_METACHARS "; *?\t\n'\"()<>[]|&^`#\\$%=~" +#define DEF_METACHARS "; *?\t\n'\"()<>|&^`#\\" #define DEF_METAESCAPE "\\" /* @@ -657,19 +543,9 @@ AH_TOP([ */ #define HAVE_DUP 1 -/* Define to 1 if you have the memcpy() function. */ -#define HAVE_MEMCPY 1 - -/* Define to 1 if you have the strchr() function. */ -#define HAVE_STRCHR 1 - -/* Define to 1 if you have the strstr() function. */ -#define HAVE_STRSTR 1 - /* * Sizes of various buffers. */ -#if 0 /* old sizes for small memory machines */ #define CMDBUF_SIZE 512 /* Buffer for multichar commands */ #define UNGOT_SIZE 100 /* Max chars to unget() */ #define LINEBUF_SIZE 1024 /* Max size of line in input file */ @@ -679,17 +555,6 @@ AH_TOP([ #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 */ -#else /* more reasonable sizes for modern machines */ -#define CMDBUF_SIZE 2048 /* Buffer for multichar commands */ -#define UNGOT_SIZE 200 /* Max chars to unget() */ -#define LINEBUF_SIZE 1024 /* Initial max size of line in input file */ -#define OUTBUF_SIZE 1024 /* Output buffer */ -#define PROMPT_SIZE 2048 /* Max size of prompt string */ -#define TERMBUF_SIZE 2048 /* Termcap buffer for tgetent */ -#define TERMSBUF_SIZE 1024 /* Buffer to hold termcap strings */ -#define TAGLINE_SIZE 1024 /* Max size of line in tags file */ -#define TABSTOP_MAX 128 /* Max number of custom tab stops */ -#endif /* Settings automatically determined by configure. */ ]) diff --git a/usr.bin/less/pckeys.h b/usr.bin/less/pckeys.h index b6737568308..723df550f98 100644 --- a/usr.bin/less/pckeys.h +++ b/usr.bin/less/pckeys.h @@ -1,10 +1,11 @@ /* - * Copyright (C) 1984-2012 Mark Nudelman + * Copyright (C) 1984-2002 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, see the README file. + * For more information about less, or for information on how to + * contact the author, see the README file. */ diff --git a/usr.bin/less/scrsize.c b/usr.bin/less/scrsize.c index 9f786fecbb9..9af7e345cae 100644 --- a/usr.bin/less/scrsize.c +++ b/usr.bin/less/scrsize.c @@ -1,10 +1,11 @@ /* - * Copyright (C) 1984-2012 Mark Nudelman + * Copyright (C) 1984-2002 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, see the README file. + * For more information about less, or for information on how to + * contact the author, see the README file. */ /* |