aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-05 23:15:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-05 23:15:08 +0000
commit83a44904f7c78e291160d641ce52aff6713689bf (patch)
tree42720b1d97ceb35bd04f4202bcd2393fa7f4440e /configure.local.example
parentd300e64bd3801d0e4ea69e807c86fd1aa2e743b2 (diff)
downloadmandoc-83a44904f7c78e291160d641ce52aff6713689bf.tar.gz
mandoc-83a44904f7c78e291160d641ce52aff6713689bf.tar.zst
mandoc-83a44904f7c78e291160d641ce52aff6713689bf.zip
The concept of endianness seems to be somewhat newfangled, so the
respective conversion functions are not yet properly standardized. Rumour has it that POSIX is working on it, though. For now, sprinkle some configuration glue.
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index 98f5f1ff..7554fe30 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.19 2016/08/02 11:09:46 schwarze Exp $
+# $Id: configure.local.example,v 1.20 2016/08/05 23:15:08 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -227,6 +227,7 @@ CFLAGS="-g"
# be regarded as successful).
HAVE_DIRENT_NAMLEN=0
+HAVE_ENDIAN=0
HAVE_EFTYPE=0
HAVE_ERR=0
HAVE_FTS=0
@@ -234,6 +235,7 @@ HAVE_GETLINE=0
HAVE_GETSUBOPT=0
HAVE_ISBLANK=0
HAVE_MKDTEMP=0
+HAVE_NTOHL=0
HAVE_OHASH=0
HAVE_PATH_MAX=0
HAVE_PLEDGE=0
@@ -248,5 +250,6 @@ HAVE_STRLCPY=0
HAVE_STRPTIME=0
HAVE_STRSEP=0
HAVE_STRTONUM=0
+HAVE_SYS_ENDIAN=0
HAVE_VASPRINTF=0
HAVE_WCHAR=0