diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-07-31 21:05:45 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-07-31 21:05:45 +0000 |
commit | b78dccfb97f2a41b9be93ea6888a12b7bef9a4b2 (patch) | |
tree | 46da5316c0dd1c34465af97f261bd8212c4f00e1 /uconfig.sh | |
parent | 5129b2ca8d01c31a5ccad56604afff370ba7562e (diff) | |
download | perl-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-x | uconfig.sh | 1 |
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' |