diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-21 14:15:30 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-26 13:20:01 -0700 |
| commit | cb7177128d1e09109f9591ca8555dc49d34ef902 (patch) | |
| tree | 3fa98b5c66ed4e557c53b068b9ef249d0bc0842e /pkg/mandoc/config.h | |
| parent | 7cb1fc016f7b0602ee2415693d57e44dafd23679 (diff) | |
mandoc: Update to 1.14.4
Diffstat (limited to 'pkg/mandoc/config.h')
| -rw-r--r-- | pkg/mandoc/config.h | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/pkg/mandoc/config.h b/pkg/mandoc/config.h index 22bfba7e..c11d1a09 100644 --- a/pkg/mandoc/config.h +++ b/pkg/mandoc/config.h @@ -1,5 +1,6 @@ -#include <config-posix.h> - +#define MAN_CONF_FILE "/etc/man.conf" +#define MANPATH_BASE "/share/man" +#define MANPATH_DEFAULT "/share/man" #define UTF8_LOCALE "C.UTF-8" #define EFTYPE EINVAL #define HAVE_CMSG_XPG42 0 @@ -8,9 +9,15 @@ #define HAVE_ERR 1 #define HAVE_FTS 0 #define HAVE_FTS_COMPARE_CONST 0 +#define HAVE_GETLINE 1 +#define HAVE_GETSUBOPT 1 +#define HAVE_ISBLANK 1 +#define HAVE_MKDTEMP 1 +#define HAVE_NTOHL 1 #define HAVE_PLEDGE 0 #define HAVE_PROGNAME 1 #define HAVE_REALLOCARRAY 1 +#define HAVE_RECALLOCARRAY 1 #define HAVE_REWB_BSD 0 #define HAVE_REWB_SYSV 1 #define HAVE_SANDBOX_INIT 0 @@ -18,6 +25,8 @@ #define HAVE_STRINGLIST 0 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 +#define HAVE_STRNDUP 1 +#define HAVE_STRPTIME 1 #define HAVE_STRSEP 1 #define HAVE_STRTONUM 1 #define HAVE_SYS_ENDIAN 0 @@ -25,15 +34,9 @@ #define HAVE_WCHAR 1 #define HAVE_OHASH 0 -/* binary names */ #define BINM_APROPOS "apropos" #define BINM_CATMAN "catman" #define BINM_MAKEWHATIS "makewhatis" #define BINM_MAN "man" #define BINM_SOELIM "soelim" #define BINM_WHATIS "whatis" - -/* paths */ -#define MAN_CONF_FILE "/etc/man.conf" -#define MANPATH_BASE "/share/man" -#define MANPATH_DEFAULT "/share/man" |
