summaryrefslogtreecommitdiffstats
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-02 11:09:46 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-02 11:09:46 +0000
commit42e4191ce53a7d77deef2b37ea6b3800cf463172 (patch)
tree64ae94cf9e4cf6e08ebaadf8903a832a6658d9ac /configure.local.example
parent63629b45891523da62daada0d2e7799efa2a897d (diff)
downloadmandoc-42e4191ce53a7d77deef2b37ea6b3800cf463172.tar.gz
POSIX allows PATH_MAX to not be defined, meaning "unlimited".
Found by Aaron M. Ucko <amu at alum dot mit dot edu> on the GNU Hurd, via Bdale Garbee, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829624 Also add EFTYPE at two places where it was forgotten.
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example
index e5d0f7a8..d9652f1d 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -227,6 +227,7 @@ CFLAGS="-g"
# be regarded as successful).
HAVE_DIRENT_NAMLEN=0
+HAVE_EFTYPE=0
HAVE_ERR=0
HAVE_FTS=0
HAVE_GETLINE=0
@@ -234,6 +235,7 @@ HAVE_GETSUBOPT=0
HAVE_ISBLANK=0
HAVE_MKDTEMP=0
HAVE_OHASH=0
+HAVE_PATH_MAX=0
HAVE_PLEDGE=0
HAVE_PROGNAME=0
HAVE_REALLOCARRAY=0