From: Marcus Holland-Moritz Date: Thu, 31 Jul 2008 21:05:45 +0000 (+0000) Subject: Add d_timegm to uconfig.sh to fix the generated uconfig.h. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b78dccfb97f2a41b9be93ea6888a12b7bef9a4b2;p=p5sagit%2Fp5-mst-13.2.git Add d_timegm to uconfig.sh to fix the generated uconfig.h. p4raw-id: //depot/perl@34168 --- diff --git a/uconfig.sh b/uconfig.sh index f2ae4f7..6bad5e0 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'