diff options
Diffstat (limited to 'configure.local.example')
| -rw-r--r-- | configure.local.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.local.example b/configure.local.example index 47dcceb8..364f0c36 100644 --- a/configure.local.example +++ b/configure.local.example @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.14.2.4 2016/10/20 17:57:19 schwarze Exp $ +# $Id: configure.local.example,v 1.14.2.5 2016/10/20 18:52:27 schwarze Exp $ # # Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org> # @@ -267,7 +267,8 @@ CFLAGS="-g" HAVE_DIRENT_NAMLEN=0 HAVE_EFTYPE=0 HAVE_ERR=0 -HAVE_FTS=0 +HAVE_FTS=0 # Setting this implies HAVE_FTS_COMPARE_CONST=0. +HAVE_FTS_COMPARE_CONST=0 # Setting this implies HAVE_FTS=1. HAVE_GETLINE=0 HAVE_GETSUBOPT=0 HAVE_ISBLANK=0 |
