diff options
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 96911432bc..bcd3a972e8 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -810,6 +810,10 @@ d_ftime (d_ftime.U): that the ftime() routine exists. The ftime() routine is basically a sub-second accuracy clock. +d_futimes (f_futimes.U): + This variable conditionally defines the HAS_FUTIMES symbol, which + indicates to the C program that the futimes() routine is available. + d_Gconvert (d_gconvert.U): This variable holds what Gconvert is defined as to convert floating point numbers into strings. By default, Configure |