diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:46:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-04 00:46:31 +0000 |
commit | cd662e64be1b10615e2fb44d5f3dc97eca905a31 (patch) | |
tree | 3ce4c8efdd7bd86c94c2cd55485be726921c950b /extra | |
parent | 2aa7788e7f161b9c51f3f5ec685b280fe42e380d (diff) |
tweak __progname handling some more since some [bad] apps actually try and use it
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 4c7365e56..d110a19c7 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -460,6 +460,18 @@ config UCLIBC_HAS_PROGRAM_INVOCATION_NAME If unsure, just answer N. +config UCLIBC_HAS___PROGNAME + bool "Support for __progname" + default y + help + Some packages (like openssh) like to peek into internal libc + symbols to make their output a bit more user friendly. + + At startup, __progname is automatically set up based on the + value of ARGV[0]. + + If unsure, just answer N. + config UNIX98PTY_ONLY bool "Support only Unix 98 PTYs" default y |