aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-18 12:24:24 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-18 12:24:24 +0000
commita09c2af4f8767c7cb3b4f490da5febe63d9fe552 (patch)
tree18f502a1bb05cea82c49f98cc99598480246e70b /configure.local.example
parentd5f9d96f34d3bad7e78dad6e61178263dce65f34 (diff)
downloadmandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.tar.gz
mandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.tar.zst
mandoc-a09c2af4f8767c7cb3b4f490da5febe63d9fe552.zip
proper test for O_DIRECTORY
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 280627f3..365c700c 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.28 2017/02/16 16:09:33 schwarze Exp $
+# $Id: configure.local.example,v 1.29 2017/02/18 12:24:24 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016, 2017 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -279,6 +279,7 @@ HAVE_GETSUBOPT=0
HAVE_ISBLANK=0
HAVE_MKDTEMP=0
HAVE_NTOHL=0
+HAVE_O_DIRECTORY=0
HAVE_OHASH=0
HAVE_PATH_MAX=0
HAVE_PLEDGE=0