diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 12:59:50 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:14:30 -0700 |
| commit | cfb20dd6cc1437c671f7a0be51fc50ca753ee9dd (patch) | |
| tree | 6f4675ed266e991c35cfdfe7798370cd67954e57 /pkg/mandoc/config.h | |
| parent | 3be2f7ab9c14e2f7b8ee613b0f2a8f056c433f58 (diff) | |
mandoc: Update to 1.14.5
Diffstat (limited to 'pkg/mandoc/config.h')
| -rw-r--r-- | pkg/mandoc/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/mandoc/config.h b/pkg/mandoc/config.h index c11d1a09..db9a4430 100644 --- a/pkg/mandoc/config.h +++ b/pkg/mandoc/config.h @@ -1,6 +1,7 @@ #define MAN_CONF_FILE "/etc/man.conf" #define MANPATH_BASE "/share/man" #define MANPATH_DEFAULT "/share/man" +#define OSENUM MANDOC_OS_OTHER #define UTF8_LOCALE "C.UTF-8" #define EFTYPE EINVAL #define HAVE_CMSG_XPG42 0 @@ -12,6 +13,7 @@ #define HAVE_GETLINE 1 #define HAVE_GETSUBOPT 1 #define HAVE_ISBLANK 1 +#define HAVE_LESS_T 1 #define HAVE_MKDTEMP 1 #define HAVE_NTOHL 1 #define HAVE_PLEDGE 0 |
