diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 15:02:45 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-27 15:02:45 +0000 |
commit | cc7fbc32612c169253c073f2ad617a358862e502 (patch) | |
tree | b04d6c19fa24390a9664bd8ab7f20776f488464d /extra | |
parent | 1204bae1e531299734c0e56c560f16e8c5de5451 (diff) |
Add Rich Felker's getsubopt, smaller then the glibc copied one
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 8 |
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 |