diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 8cbe31847..843988959 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1926,6 +1926,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" @@ -2350,7 +2362,7 @@ config UCLIBC_MALLOC_DEBUGGING config UCLIBC_HAS_BACKTRACE bool "Add support for application self-debugging" - depends on HAVE_SHARED && TARGET_sh + depends on HAVE_SHARED default n help Answer Y here to compile support for application self-debugging, by adding |