diff options
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 |