summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-02-16 00:04:29 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 12:35:03 +0000
commit3cbc818d1d0ac470e28edf75a5bfc88b8c774a02 (patch)
tree59ffe4445b19c4aaef1b65b6adf8ef16b6992f8c /Configure
parentee0964f10af7ff340bbbaed95f73005b6e72277c (diff)
downloadperl-3cbc818d1d0ac470e28edf75a5bfc88b8c774a02.tar.gz
"d_gethbyname" misspelled in Configure
p4raw-id: //depot/perl@542
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index df610b2b34..62249dd580 100755
--- a/Configure
+++ b/Configure
@@ -10448,7 +10448,7 @@ d_setgrps='$d_setgrps'
d_gethbyaddr='$d_gethbyaddr'
netdb_host_type='$netdb_host_type'
netdb_hlen_type='$netdb_hlen_type'
-d_gethbynam='$d_gethbynam'
+d_gethbyname='$d_gethbyname'
netdb_name_type='$netdb_name_type'
d_gethent='$d_gethent'
d_gethname='$d_gethname'