summaryrefslogtreecommitdiffstats
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
commit1bb4f8bb9e7406c14961365a652ce2e16ab7664c (patch)
tree2a8129ceef5cd8f7b879e2e237d86550acfc26da /configure.local.example
parent1f861fd3370a3a1e8fe52966b1dc54ac8e106cd9 (diff)
downloadmandoc-1bb4f8bb9e7406c14961365a652ce2e16ab7664c.tar.gz
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.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example
index d9652f1d..1c68e4b5 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -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