diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 10 |
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 |