diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1998-04-08 15:44:34 -0400 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-05-14 15:43:39 +0000 |
commit | b7b1864f76048b3925a3516e05f0ced40aaebf56 (patch) | |
tree | 7c7c2e5b6ca5be094713ae45bda607d4f26df653 /vms/genconfig.pl | |
parent | 3a0431da493739ad7f77b1a832aa5da4bd86c984 (diff) | |
download | perl-b7b1864f76048b3925a3516e05f0ced40aaebf56.tar.gz |
Consolidated patch to 5.004_64
p4raw-id: //depot/perl@961
Diffstat (limited to 'vms/genconfig.pl')
-rw-r--r-- | vms/genconfig.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/genconfig.pl b/vms/genconfig.pl index 4e0cf31655..45f50cad5f 100644 --- a/vms/genconfig.pl +++ b/vms/genconfig.pl @@ -190,6 +190,10 @@ foreach (@ARGV) { print OUT "netdb_name_type=",$dosock ? "'char *'\n" : "'undef'\n"; print OUT "netdb_host_type=",$dosock ? "'char *'\n" : "'undef'\n"; print OUT "netdb_hlen_type=",$dosock ? "'int'\n" : "'undef'\n"; + print OUT "d_gethostprotos=",$dosock ? "'define'\n" : "'undef'\n"; + print OUT "d_getnetprotos=",$dosock ? "'define'\n" : "'undef'\n"; + print OUT "d_getservprotos=",$dosock ? "'define'\n" : "'undef'\n"; + print OUT "d_getprotoprotos=",$dosock ? "'define'\n" : "'undef'\n"; if ($dosock and $cctype eq 'decc' and $ccflags =~ /DECCRTL_SOCKETS/) { print OUT "selecttype='fd_set'\n"; |