summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-07 23:06:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-07 23:06:22 +0000
commit30111f4851efef8c1a7ef4e80201a911439242d1 (patch)
tree86b79c289c46963dc369e754b4f1019b0b6fd071 /utils
parent17374ab3afe4ff0ac911cd7c1f0c26cf654b7058 (diff)
downloadperl-30111f4851efef8c1a7ef4e80201a911439242d1.tar.gz
perlivp: more header matching.
p4raw-id: //depot/perl@17076
Diffstat (limited to 'utils')
-rw-r--r--utils/perlivp.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL
index f89ba0bc46..bd182a5d4d 100644
--- a/utils/perlivp.PL
+++ b/utils/perlivp.PL
@@ -313,6 +313,7 @@ while (($var, $val) = each %Config) {
$h_file = 'sys/resource' if $h_file eq 'sysresrc';
$h_file = 'sys/select' if $h_file eq 'sysselct';
$h_file = 'sys/security' if $h_file eq 'syssecrt';
+ $h_file = 'rpcsvc/dbm' if $h_file eq 'rpcsvcdbm';
# This ought to distinguish syslog from sys/syslog.
# (NB syslog.ph is heavily used for the DBI pre-requisites).
$h_file =~ s{^sys(\w.+)}{sys/$1} unless $h_file eq 'syslog';