aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-11 01:39:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-11 01:39:00 +0000
commit90ed80e67073551a6016a57cbfb8d9804446e173 (patch)
tree160b5cae65563d5ef1a1bf210af187f268fa4c8c /configure
parent542b6aa18abe9cadcf68c4a5c88bde4353e5eac9 (diff)
downloadmandoc-90ed80e67073551a6016a57cbfb8d9804446e173.tar.gz
mandoc-90ed80e67073551a6016a57cbfb8d9804446e173.tar.zst
mandoc-90ed80e67073551a6016a57cbfb8d9804446e173.zip
Provide a fallback version of fts(3) for systems lacking it.
I chose the OpenBSD version because it apparently contains various bugfixes that never made it into libnbcompat. To reduce size and complexity, i stripped out the features we don't need.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5b987ebe..71c3517b 100755
--- a/configure
+++ b/configure
@@ -33,6 +33,7 @@ cat config.h.pre
echo
echo "#define VERSION \"${VERSION}\""
runtest fgetln FGETLN
+runtest fts FTS
runtest getsubopt GETSUBOPT
runtest mmap MMAP
runtest ohash OHASH "${DBLIB}"