diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-15 20:02:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-15 20:02:11 +0000 |
commit | 5684ad5c0ea74ae5ecd32ff6f6122e8335adfd9c (patch) | |
tree | e5cdd232ac7ad0a0bf680a53b34cb2df7943d433 /config_h.SH | |
parent | fea7140c6904b23d0f2fdd95f151a4b41049b70d (diff) | |
download | perl-5684ad5c0ea74ae5ecd32ff6f6122e8335adfd9c.tar.gz |
[win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
p4raw-id: //depot/win32/perl@526
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_h.SH b/config_h.SH index 5ff88445ac..5dd59fc5fa 100644 --- a/config_h.SH +++ b/config_h.SH @@ -362,11 +362,11 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #define Netdb_name_t $netdb_name_type -/* HAS_GETNETBYADD: +/* HAS_GETNETBYADDR: * This symbol, if defined, indicates that the getnetbyaddr routine is * available to lookup networks by their IP addresses. */ -#$d_getnbyaddr HAS_GETNETBYADD /**/ +#$d_getnbyaddr HAS_GETNETBYADDR /**/ /* Netdb_net_t: * This symbol holds the type used for the 1st argument |