diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-18 13:50:15 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-18 13:50:15 +0000 |
commit | b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (patch) | |
tree | 13b7c351570e65be160f03e42d206c203a01b7df /Porting | |
parent | 9969cdde14140755eb30d589cbe9cc9376b9fe3d (diff) | |
download | perl-b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55.tar.gz |
Add probe for clearenv (), like #25733 for unsetenv ()
p4raw-id: //depot/perl@25793
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 95427e2836..12c720725d 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -498,6 +498,10 @@ d_class (d_class.U): This variable conditionally defines the HAS_CLASS symbol, which indicates to the C program that the class() routine is available. +d_clearenv (d_clearenv.U): + This variable conditionally defines the HAS_CLEARENV symbol, which + indicates to the C program that the clearenv () routine is available. + d_closedir (d_closedir.U): This variable conditionally defines HAS_CLOSEDIR if closedir() is available. |