diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-31 17:50:05 +0000 |
commit | dc814df18cd354aa2bad87c5b7f94c6b2d38af48 (patch) | |
tree | f7882175d91b9c7c060f8284c6f1d8f3b79bcd5a /Porting | |
parent | 80b7d6d21a210be1e3f8b895dc124aa24c96d7df (diff) | |
download | perl-dc814df18cd354aa2bad87c5b7f94c6b2d38af48.tar.gz |
revive probe for futimes ()
p4raw-id: //depot/perl@25935
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 |