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 /win32 | |
parent | fea7140c6904b23d0f2fdd95f151a4b41049b70d (diff) | |
download | perl-5684ad5c0ea74ae5ecd32ff6f6122e8335adfd9c.tar.gz |
[win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
p4raw-id: //depot/win32/perl@526
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config_H.bc | 4 | ||||
-rw-r--r-- | win32/config_H.gc | 4 | ||||
-rw-r--r-- | win32/config_H.vc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index f0595772ea..448c5f2428 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -344,11 +344,11 @@ */ #define Netdb_name_t char * -/* HAS_GETNETBYADD: +/* HAS_GETNETBYADDR: * This symbol, if defined, indicates that the getnetbyaddr routine is * available to lookup networks by their IP addresses. */ -/*#define HAS_GETNETBYADD /**/ +/*#define HAS_GETNETBYADDR /**/ /* Netdb_net_t: * This symbol holds the type used for the 1st argument diff --git a/win32/config_H.gc b/win32/config_H.gc index 79b8b7fca1..c652897dd4 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -344,11 +344,11 @@ */ #define Netdb_name_t char * -/* HAS_GETNETBYADD: +/* HAS_GETNETBYADDR: * This symbol, if defined, indicates that the getnetbyaddr routine is * available to lookup networks by their IP addresses. */ -/*#define HAS_GETNETBYADD /**/ +/*#define HAS_GETNETBYADDR /**/ /* Netdb_net_t: * This symbol holds the type used for the 1st argument diff --git a/win32/config_H.vc b/win32/config_H.vc index 82b84e764b..0befe44709 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -344,11 +344,11 @@ */ #define Netdb_name_t char * -/* HAS_GETNETBYADD: +/* HAS_GETNETBYADDR: * This symbol, if defined, indicates that the getnetbyaddr routine is * available to lookup networks by their IP addresses. */ -/*#define HAS_GETNETBYADD /**/ +/*#define HAS_GETNETBYADDR /**/ /* Netdb_net_t: * This symbol holds the type used for the 1st argument |