From 5e885aedc03fcf8c13fc9652c8e76da02e3a83d6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 2 Aug 2016 11:09:46 +0000 Subject: POSIX allows PATH_MAX to not be defined, meaning "unlimited". Found by Aaron M. Ucko 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. --- configure.local.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.local.example') diff --git a/configure.local.example b/configure.local.example index c1c7be93..98f5f1ff 100644 --- a/configure.local.example +++ b/configure.local.example @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.18 2016/07/31 09:29:13 schwarze Exp $ +# $Id: configure.local.example,v 1.19 2016/08/02 11:09:46 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze # @@ -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 -- cgit v1.2.3