=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.37 retrieving revision 1.39 diff -u -p -r1.37 -r1.39 --- mandoc/configure.local.example 2020/02/05 15:12:11 1.37 +++ mandoc/configure.local.example 2020/07/20 16:57:30 1.39 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.37 2020/02/05 15:12:11 schwarze Exp $ +# $Id: configure.local.example,v 1.39 2020/07/20 16:57:30 schwarze Exp $ # # Copyright (c) 2014-2019 Ingo Schwarze # @@ -151,6 +151,14 @@ BINM_WHATIS=mwhatis # default is "whatis" BINM_MAKEWHATIS=mandocdb # default is "makewhatis" BINM_SOELIM=msoelim # default is "soelim" +# If less(1) is available, it is used as the default manual pager. +# Otherwise, more(1) is used: its existence is required by POSIX. +# It is possible to force using a different default pager, either +# by giving the name of a program found in the PATH, or by giving +# an absolute path. + +BINM_PAGER=pg # default is "less" or "more" + # Some distributions do not want hardlinks # between installed binary programs. # Set the following variable to use symbolic links instead. @@ -288,6 +296,7 @@ CFLAGS="-g" # and will be regarded as failed) or 1 (test will not be run and will # be regarded as successful). +HAVE_ATTRIBUTE=0 HAVE_DIRENT_NAMLEN=0 HAVE_ENDIAN=0 HAVE_EFTYPE=0