summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJohn E. Malmberg <wb8tyw@qsl.net>2008-03-23 09:29:25 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-03-24 08:25:46 +0000
commited1b9de06a0ca967d0a805d341b8c031df2a4b41 (patch)
tree694b192ae018f00653ab7597ac65bd2104fd0275 /configure.com
parent216dac0429f7f2def8388be78bca5dd81baf8702 (diff)
downloadperl-ed1b9de06a0ca967d0a805d341b8c031df2a4b41.tar.gz
configure.com and vms.c fixes.
From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <47E6AF95.1000704@qsl.net> p4raw-id: //depot/perl@33550
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 37668b5a57..4c551e52c3 100644
--- a/configure.com
+++ b/configure.com
@@ -3948,6 +3948,12 @@ $ tmp = "sys/mode.h"
$ GOSUB inhdr
$ i_sysmode = tmp
$!
+$! Check for poll.h
+$!
+$ tmp = "sys/poll.h"
+$ gosub inhdr
+$ i_syspoll = tmp
+$!
$! Check for sys/access.h
$!
$ tmp = "sys/access.h"
@@ -6285,6 +6291,7 @@ $ WC "i_sysmode='" + i_sysmode + "'"
$ WC "i_sysmount='undef'"
$ WC "i_sysndir='undef'"
$ WC "i_sysparam='undef'"
+$ WC "i_syspoll='" + i_syspoll + "'"
$ WC "i_sysresrc='undef'"
$ WC "i_syssecrt='" + i_syssecrt + "'"
$ WC "i_sysselct='undef'"