From a4aa01c128b04c7174d57a28f61656f966d2bd6c Mon Sep 17 00:00:00 2001 From: Salvatore Cro Date: Wed, 20 Apr 2011 12:49:25 +0200 Subject: Added fts support for traversing UNIX file hierarchies. It is required by libdwfl in elfutils package. Signed-off-by: Salvatore Cro Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8628f28f6..ca51aa0c7 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1898,6 +1898,18 @@ config UCLIBC_HAS_FTW This interface is rarely used, and adds around 4.5k. Unless you have a pressing need for ftw(), you should probably answer N. +config UCLIBC_HAS_FTS + bool "Support the fts() interface (bsd-compat)" + default n + help + The fts functions are provided for traversing UNIX file hierarchies. + + This interface is currently used by the elfutils and adds + around 7.5k. + You should port your application to use the POSIX nftw() + interface. + + Unless you need to build/use elfutils, you should prolly answer N. config UCLIBC_HAS_GLOB bool "Support the glob() interface" -- cgit v1.2.3