summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 3f18f4135d..95427e2836 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -2183,6 +2183,10 @@ d_unordered (d_unordered.U):
This variable conditionally defines the HAS_UNORDERED symbol, which
indicates to the C program that the unordered() routine is available.
+d_unsetenv (d_unsetenv.U):
+ This variable conditionally defines the HAS_UNSETENV symbol, which
+ indicates to the C program that the unsetenv () routine is available.
+
d_usleep (d_usleep.U):
This variable conditionally defines HAS_USLEEP if usleep() is
available to do high granularity sleeps.