aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-20 17:57:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-20 17:57:19 +0000
commit95e452816eed3b4a7d973566b953bee5c109bcb9 (patch)
treef6e109454a86d75cac9b0c3e58d6162fdb58e56c
parentf47fd7e334728136df1aa1903f06deee9cab932e (diff)
downloadmandoc-95e452816eed3b4a7d973566b953bee5c109bcb9.tar.gz
mandoc-95e452816eed3b4a7d973566b953bee5c109bcb9.tar.zst
mandoc-95e452816eed3b4a7d973566b953bee5c109bcb9.zip
add EFTYPE, corresponding to configure rev. 1.43.2.5
-rw-r--r--configure.local.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index 9e2ad874..47dcceb8 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.14.2.3 2016/08/02 11:19:26 schwarze Exp $
+# $Id: configure.local.example,v 1.14.2.4 2016/10/20 17:57:19 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -265,6 +265,7 @@ CFLAGS="-g"
# be regarded as successful).
HAVE_DIRENT_NAMLEN=0
+HAVE_EFTYPE=0
HAVE_ERR=0
HAVE_FTS=0
HAVE_GETLINE=0