diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 02:19:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 02:19:58 +0000 |
commit | eef837ea0c553e009f33fedc28b7eec6c571999c (patch) | |
tree | 1eb29f11f97e123402be15dba81f3522663c29ec /config_h.SH | |
parent | 520db9bffffad34af43925feedc35ce81e0fcf13 (diff) | |
download | perl-eef837ea0c553e009f33fedc28b7eec6c571999c.tar.gz |
Missed HAS_SETRESGID_PROTO. No serious harm done since
often this prototype goes with HAS_SETRESUID_PROTO.
p4raw-id: //depot/perl@10420
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 328ad4b858..3f1009cc88 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3375,6 +3375,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_sockatmark HAS_SOCKATMARK /**/ +/* HAS_SETRESGID_PROTO: + * This symbol, if defined, indicates that the system provides + * a prototype for the setresgid() function. Otherwise, it is up + * to the program to supply one. Good guesses are + * extern int setresgid(uid_t ruid, uid_t euid, uid_t suid); + */ +#$d_sresgproto HAS_SETRESGID_PROTO /**/ + /* HAS_SETRESUID_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the setresuid() function. Otherwise, it is up |