summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-07-07 20:39:20 +0000
commitcbb9e8a748b5e5e3976f6136bbf786e27be09152 (patch)
treeab6aa3a180100dbe3e96562a901e08c7b3424498 /Configure
parent81c4fd9ed76693652365ade5cfe1811926de24d8 (diff)
downloadperl-cbb9e8a748b5e5e3976f6136bbf786e27be09152.tar.gz
Probe for timegm
p4raw-id: //depot/perl@34107
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 7 insertions, 1 deletions
diff --git a/Configure b/Configure
index bce1daa74d..1a9b2909ba 100755
--- a/Configure
+++ b/Configure
@@ -25,7 +25,7 @@
# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
#
-# Generated on Mon Jul 7 21:59:59 CEST 2008 [metaconfig 3.5 PL0]
+# Generated on Mon Jul 7 22:34:20 CEST 2008 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -777,6 +777,7 @@ d_tcsetpgrp=''
d_telldirproto=''
d_time=''
timetype=''
+d_timegm=''
clocktype=''
d_times=''
d_tmpnam_r=''
@@ -18105,6 +18106,10 @@ if test "X$d_time" = X -o X"$timetype" = X; then
eval $setvar
fi
+: see if timegm exists
+set timegm d_timegm
+eval $inlibc
+
: see if this is a sys/times.h system
set sys/times.h i_systimes
eval $inhdr
@@ -22306,6 +22311,7 @@ d_tcsetpgrp='$d_tcsetpgrp'
d_telldir='$d_telldir'
d_telldirproto='$d_telldirproto'
d_time='$d_time'
+d_timegm='$d_timegm'
d_times='$d_times'
d_tm_tm_gmtoff='$d_tm_tm_gmtoff'
d_tm_tm_zone='$d_tm_tm_zone'