From cd662e64be1b10615e2fb44d5f3dc97eca905a31 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Jan 2006 00:46:31 +0000 Subject: tweak __progname handling some more since some [bad] apps actually try and use it --- extra/Configs/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'extra') 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 -- cgit v1.2.3