summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2006-03-20 03:12:19 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-21 10:49:14 +0000
commit704c2eb32539845568269483e091b89ae0793748 (patch)
tree14e5f17e36a339721201f91634cd168a3ae39b13 /configure.com
parent7e7a3dfc0d3c74b10a066568a904a5a10013d5e4 (diff)
downloadperl-704c2eb32539845568269483e091b89ae0793748.tar.gz
[patch@27538] utime patch for VMS
From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <441EAA33.6010603@qsl.net> p4raw-id: //depot/perl@27561
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index 41103db200..6933eaa352 100644
--- a/configure.com
+++ b/configure.com
@@ -3512,6 +3512,13 @@ $ tmp = "unistd.h"
$ GOSUB inhdr
$ i_unistd = tmp
$!
+$! Check to see if we've got utime.h (which we should use if we have)
+$!
+$ i_netdb = "undef"
+$ tmp = "utime.h"
+$ GOSUB inhdr
+$ i_utime = tmp
+$!
$! do we have getppid()?
$!
$ IF i_unistd .EQS. "define"
@@ -6113,7 +6120,7 @@ $ WC "i_termios='undef'"
$ WC "i_time='define'"
$ WC "i_unistd='" + i_unistd + "'"
$ WC "i_ustat='undef'"
-$ WC "i_utime='undef'"
+$ WC "i_utime='" + i_utime + "'"
$ WC "i_values='undef'"
$ WC "i_varargs='undef'"
$ WC "i_vfork='undef'"