diff options
author | Jeffrey Friedl <jfriedl@regex.info> | 2000-07-22 18:31:34 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-07-27 23:31:49 +0000 |
commit | 0c9177abdae6e91f4dfdab2ef3cc817ec901e51e (patch) | |
tree | 225bf30380df0e20c613010e1b33cf97c48039e1 /config_h.SH | |
parent | cb0cff2080ef8ab655f0ad71ed1cfa42bbdd0709 (diff) | |
download | perl-0c9177abdae6e91f4dfdab2ef3cc817ec901e51e.tar.gz |
Use setproctitle() if available to modify $0.
Subject: setting $* on BSD4 broken
Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
p4raw-id: //depot/perl@6457
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 21eb607cf1..70aaefe2f2 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1882,6 +1882,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_setpent HAS_SETPROTOENT /**/ +/* HAS_SETPROCTITLE: + * This symbol, if defined, indicates that the setproctitle routine is + * available to set process title. + */ +#$d_setproctitle HAS_SETPROCTITLE /**/ + /* HAS_SETPWENT: * This symbol, if defined, indicates that the setpwent routine is * available for initializing sequential access of the passwd database. |