From: Gurusamy Sarathy <gsar@cpan.org>
Date: Sun, 15 Feb 1998 20:02:11 +0000 (+0000)
Subject: [win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5684ad5c0ea74ae5ecd32ff6f6122e8335adfd9c;p=p5sagit%2Fp5-mst-13.2.git

[win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/

p4raw-id: //depot/win32/perl@526
---

diff --git a/config_h.SH b/config_h.SH
index 5ff8844..5dd59fc 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
diff --git a/win32/config_H.bc b/win32/config_H.bc
index f059577..448c5f2 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 79b8b7f..c652897 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 82b84e7..0befe44 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