summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-27 15:09:48 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-27 15:09:48 +0000
commit0e4c4d11086a2f00998b0426bffd25a6b1495101 (patch)
tree1b2a42bc68f12c698ba2403a99e4e2ad1d942fed /extra
parentcc7fbc32612c169253c073f2ad617a358862e502 (diff)
Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index bc57a730a..1a34cf750 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1086,6 +1086,16 @@ config UCLIBC_HAS_GNU_GETOPT
Most people will answer Y.
+config UCLIBC_HAS_GETOPT_LONG
+ bool "Support getopt_long/getopt_long_only"
+ depends !UCLIBC_HAS_GNU_GETOPT
+ default y
+ help
+ Answer Y if you want to include getopt_long[_only() used by many
+ apps, even busybox.
+
+ Most people will answer Y.
+
config UCLIBC_HAS_GNU_GETSUBOPT
bool "Support glibc getsubopt"
default y