aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-08-02 11:19:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-08-02 11:19:26 +0000
commitd36f9827b0d45f36d2200a91b9b5600708e2b489 (patch)
tree3bc304138a86dbcaff923359a874082d2f7fe68d /configure.local.example
parent3214279b89580e66e19f6f2b2f0eef85e22c1165 (diff)
downloadmandoc-d36f9827b0d45f36d2200a91b9b5600708e2b489.tar.gz
mandoc-d36f9827b0d45f36d2200a91b9b5600708e2b489.tar.zst
mandoc-d36f9827b0d45f36d2200a91b9b5600708e2b489.zip
1.13 backport: handle absence of PATH_MAX
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index 9ae2e3cf..9e2ad874 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.14.2.2 2016/07/31 09:47:01 schwarze Exp $
+# $Id: configure.local.example,v 1.14.2.3 2016/08/02 11:19:26 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -272,6 +272,7 @@ HAVE_GETSUBOPT=0
HAVE_ISBLANK=0
HAVE_MKDTEMP=0
HAVE_MMAP=0
+HAVE_PATH_MAX=0
HAVE_PLEDGE=0
HAVE_PROGNAME=0
HAVE_REALLOCARRAY=0