diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:39:20 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-07-07 20:39:20 +0000 |
commit | cbb9e8a748b5e5e3976f6136bbf786e27be09152 (patch) | |
tree | ab6aa3a180100dbe3e96562a901e08c7b3424498 /Porting/Glossary | |
parent | 81c4fd9ed76693652365ade5cfe1811926de24d8 (diff) | |
download | perl-cbb9e8a748b5e5e3976f6136bbf786e27be09152.tar.gz |
Probe for timegm
p4raw-id: //depot/perl@34107
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 2773c9490c..64d1e5e5d9 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2213,6 +2213,10 @@ d_time (d_time.U): that the time() routine exists. The time() routine is normaly provided on UNIX systems. +d_timegm (d_timegm.U): + This variable conditionally defines the HAS_TIMEGM symbol, which + indicates to the C program that the timegm () routine is available. + d_times (d_times.U): This variable conditionally defines the HAS_TIMES symbol, which indicates that the times() routine exists. The times() routine is normaly |