Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster

and should NOT be enabled by default.
This commit is contained in:
Eric Andersen 2006-07-04 11:06:43 +00:00
parent 5675a37772
commit e8609e8ea7
4 changed files with 4 additions and 1 deletions

View File

@ -150,7 +150,7 @@ UCLIBC_HAS_FNMATCH_OLD=y
# UCLIBC_HAS_WORDEXP is not set
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
#
# Library Installation Options

View File

@ -140,6 +140,7 @@ UCLIBC_HAS_REGEX_OLD=y
# UCLIBC_HAS_WORDEXP=y
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
#
# Library Installation Options

View File

@ -151,6 +151,7 @@ UCLIBC_HAS_REGEX_OLD=y
# UCLIBC_HAS_WORDEXP is not set
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
#
# Library Installation Options

View File

@ -153,6 +153,7 @@ UCLIBC_HAS_REGEX_OLD=y
# UCLIBC_HAS_WORDEXP is not set
UCLIBC_HAS_FTW=y
UCLIBC_HAS_GLOB=y
# UCLIBC_HAS_GNU_GLOB is not set
#
# Library Installation Options