From 90ed80e67073551a6016a57cbfb8d9804446e173 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 11 Aug 2014 01:39:00 +0000 Subject: 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. --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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}" -- cgit v1.2.3