diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7a885c8ad..37bbc8716 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1200,7 +1200,7 @@ config UCLIBC_HAS_GLOB config UCLIBC_HAS_GNU_GLOB bool "Support gnu glob() interface" depends on UCLIBC_HAS_GLOB - default y + default n help The gnu glob interface is somewhat larger (weighing in at about 4,2k) than it's SuSv3 counterpart (and is out of date). It is an old copy from glibc and @@ -1208,7 +1208,6 @@ config UCLIBC_HAS_GNU_GLOB Answer Y if you want to include full gnu glob() instead of the smaller SUSv3 compatible glob(). - It is only default, because it is the old/stable version. Most people will answer N. |