This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 15 Feb 1998 20:02:11 +0000 (20:02 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 15 Feb 1998 20:02:11 +0000 (20:02 +0000)
p4raw-id: //depot/win32/perl@526

config_h.SH
win32/config_H.bc
win32/config_H.gc
win32/config_H.vc

index 5ff8844..5dd59fc 100644 (file)
@@ -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
index f059577..448c5f2 100644 (file)
  */
 #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
index 79b8b7f..c652897 100644 (file)
  */
 #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
index 82b84e7..0befe44 100644 (file)
  */
 #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