diff options
Diffstat (limited to 'Porting/Glossary')
-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. |