summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-07-31 21:05:45 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-07-31 21:05:45 +0000
commitb78dccfb97f2a41b9be93ea6888a12b7bef9a4b2 (patch)
tree46da5316c0dd1c34465af97f261bd8212c4f00e1 /uconfig.sh
parent5129b2ca8d01c31a5ccad56604afff370ba7562e (diff)
downloadperl-b78dccfb97f2a41b9be93ea6888a12b7bef9a4b2.tar.gz
Add d_timegm to uconfig.sh to fix the generated uconfig.h.
p4raw-id: //depot/perl@34168
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index f2ae4f7d38..6bad5e0c8e 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -423,6 +423,7 @@ d_tcsetpgrp='undef'
d_telldir='undef'
d_telldirproto='undef'
d_time='define'
+d_timegm='undef'
d_times='undef'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'