summaryrefslogtreecommitdiff
path: root/win32/config.gc
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-15 03:26:45 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-15 03:26:45 +0000
commitfea7140c6904b23d0f2fdd95f151a4b41049b70d (patch)
treeb6ea5fc1e99d4d6b9ba88ea1f490257eeb568971 /win32/config.gc
parentb17fe6e572cf341e620c89fc18fb670ef7f916a6 (diff)
downloadperl-fea7140c6904b23d0f2fdd95f151a4b41049b70d.tar.gz
[win32] fix build problems due to renamed Config variables
p4raw-id: //depot/win32/perl@525
Diffstat (limited to 'win32/config.gc')
-rw-r--r--win32/config.gc16
1 files changed, 12 insertions, 4 deletions
diff --git a/win32/config.gc b/win32/config.gc
index 11e676a329..c8d11d88ca 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -130,7 +130,14 @@ d_fsetpos='define'
d_getgrps='undef'
d_setgrps='undef'
d_gethent='undef'
-d_gethname='undef'
+d_gethbyaddr='define'
+d_gethbyname='define'
+d_getnbyaddr='undef'
+d_getnbyname='undef'
+d_getpbyname='define'
+d_getpbynumber='define'
+d_getsbyname='define'
+d_getsbyport='define'
d_getlogin='define'
d_getpgrp2='undef'
d_getpgrp='undef'
@@ -286,9 +293,10 @@ full_csh=''
full_sed=''
gcc=''
gccversion=''
-gethbadd_addr_type='char *'
-gethbadd_alen_type='int'
-getnbadd_net_type='long'
+netdb_host_type='char *'
+netdb_hlen_type='int'
+netdb_name_type='char *'
+netdb_net_type='long'
gidtype='gid_t'
glibpth='/usr/shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib /usr/shlib '
grep='grep'