diff options
author | Salvatore Cro <salvatore.cro at st.com> | 2011-04-20 12:49:25 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-04-20 12:50:38 +0200 |
commit | a4aa01c128b04c7174d57a28f61656f966d2bd6c (patch) | |
tree | 2783135b8c0322cbce4d502c7394bedcecfcbbbf /extra/Configs/Config.in | |
parent | 3a411b5d8a6c6311778e22280706047cd1a8c8d4 (diff) | |
download | uClibc-alpine-a4aa01c128b04c7174d57a28f61656f966d2bd6c.tar.bz2 uClibc-alpine-a4aa01c128b04c7174d57a28f61656f966d2bd6c.tar.xz |
Added fts support for traversing UNIX file hierarchies.
It is required by libdwfl in elfutils package.
Signed-off-by: Salvatore Cro <salvatore.cro at st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
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" |