From 0e09af6c8e563c0ed8513f631e0bb5caafdb3a85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 3 Jan 2006 06:55:52 +0000 Subject: add optional support for program_invocation_name/program_invocation_short_name --- extra/Configs/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index d6e57a846..4c7365e56 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -446,6 +446,20 @@ config HAS_SHADOW Answer N if you do not need shadow password support. Most people will answer Y. +config UCLIBC_HAS_PROGRAM_INVOCATION_NAME + bool "Support for program_invocation_name" + default n + help + Support for the GNU-specific program_invocation_name and + program_invocation_short_name strings. Some GNU packages + (like tar and coreutils) utilize these for extra useful + output, but in general are not required. + + At startup, these external strings are 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