From 0e4c4d11086a2f00998b0426bffd25a6b1495101 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 27 Feb 2006 15:09:48 +0000 Subject: Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt --- extra/Configs/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3