summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2005-10-18 13:50:15 +0000
commitb0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 (patch)
tree13b7c351570e65be160f03e42d206c203a01b7df /Porting
parent9969cdde14140755eb30d589cbe9cc9376b9fe3d (diff)
downloadperl-b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55.tar.gz
Add probe for clearenv (), like #25733 for unsetenv ()
p4raw-id: //depot/perl@25793
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary4
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.