summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-27 15:02:45 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-27 15:02:45 +0000
commitcc7fbc32612c169253c073f2ad617a358862e502 (patch)
treeb04d6c19fa24390a9664bd8ab7f20776f488464d /extra
parent1204bae1e531299734c0e56c560f16e8c5de5451 (diff)
Add Rich Felker's getsubopt, smaller then the glibc copied one
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index b0334d078..bc57a730a 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1086,6 +1086,14 @@ config UCLIBC_HAS_GNU_GETOPT
Most people will answer Y.
+config UCLIBC_HAS_GNU_GETSUBOPT
+ bool "Support glibc getsubopt"
+ default y
+ help
+ Answer Y if you want to include glibc getsubopt() instead of a
+ smaller SUSv3 compatible getsubopt().
+
+ Most people will answer Y.
endmenu