diff options
author | Tomasz Konojacki <me@xenu.pl> | 2022-04-19 16:41:23 +0200 |
---|---|---|
committer | xenu <me@xenu.pl> | 2022-05-29 00:54:10 +0200 |
commit | 2e2065489c88c6bfe07d822175cfdefdb707db11 (patch) | |
tree | a72ddce223dc4b39211e41340d8297a7d1cbbe8e /uconfig.sh | |
parent | 5e893970ee39be35c481c85da49c569c9e7417d8 (diff) | |
download | perl-2e2065489c88c6bfe07d822175cfdefdb707db11.tar.gz |
probe for setenv in Configure
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index dac12efe0d..f8f61b213d 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -429,6 +429,7 @@ d_semget='undef' d_semop='undef' d_sendmsg='undef' d_setegid='undef' +d_setenv='undef' d_seteuid='undef' d_setgrent='undef' d_setgrent_r='undef' |