summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-24 18:34:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-24 18:34:27 +0000
commit089ffa160aae6954f5e6f2fe0d71bd86729e40c8 (patch)
tree9afcc82790f3e82cc2341ca8b78a31a5ac2cb3e5 /uconfig.sh
parentbcdb689b03b8acb5fc82d7d93ba3efa5babb480a (diff)
downloadperl-089ffa160aae6954f5e6f2fe0d71bd86729e40c8.tar.gz
microperl update; boldly assume time() and time_t
(since we assume ANSI and i_time, anyway). p4raw-id: //depot/perl@16143
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-xuconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 4fedcfc6ab..ba3d253ee6 100755
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -382,7 +382,7 @@ d_tcgetpgrp='undef'
d_tcsetpgrp='undef'
d_telldir='undef'
d_telldirproto='undef'
-d_time='undef'
+d_time='define'
d_times='undef'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'
@@ -654,7 +654,7 @@ stdio_filbuf=''
stdio_ptr='((fp)->_IO_read_ptr)'
stdio_stream_array=''
strerror_r_proto='0'
-timetype=int
+timetype=time_t
tmpnam_r_proto='0'
touch='touch'
ttyname_r_proto='0'