summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-03-09 10:23:33 -0500
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-16 12:55:39 +0000
commite5c9fcd0420f2862565625a4bd5596204107f54f (patch)
tree6802f821b6b73f8fd7d5217e52348bd0ea711675 /vms
parent9e48b294a088693583142bb2058db509a62bb303 (diff)
downloadperl-e5c9fcd0420f2862565625a4bd5596204107f54f.tar.gz
[PATCH 5.004_62} Config_62-01 patch available.
Date: Mon, 9 Mar 1998 15:23:33 -0500 (EST) Subject: [PATCH 5.004_62] Tiny hint file updates Date: Mon, 9 Mar 1998 13:21:46 -0500 (EST) p4raw-id: //depot/perl@812
Diffstat (limited to 'vms')
-rw-r--r--vms/config.vms14
1 files changed, 7 insertions, 7 deletions
diff --git a/vms/config.vms b/vms/config.vms
index 0320012c72..3e6f5cdb0e 100644
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -1937,11 +1937,11 @@
*/
#define Netdb_net_t long
-/* HAS_GETHBADD:
+/* HAS_GETHOSTBYADDR:
* This symbol, if defined, indicates that the gethostbyaddr routine is
* available to lookup host names by their IP addresses.
*/
-#define HAS_GETHBADD /**/ /* config-skip */
+#define HAS_GETHBYADDR /**/ /* config-skip */
/* Gethbadd_addr_t:
* This symbol holds the type used for the 1st argument
@@ -1956,11 +1956,11 @@
#define Gethbadd_alen_t int /**/ /* config-skip */
#ifdef DECCRTL_SOCKETS
-/* HAS_GETNBADD:
+/* HAS_GETNETBYADDR:
* This symbol, if defined, indicates that the getnetbyaddr routine is
* available to lookup networks by their IP addresses.
*/
-#define HAS_GETNBADD /**/ /* config-skip */
+#define HAS_GETNETBYADDR /**/ /* config-skip */
/* Gethbadd_net_t:
* This symbol holds the type used for the 1st argument
@@ -1968,7 +1968,7 @@
*/
#define Getnbadd_net_t long /**/ /* config-skip */
#else
-#undef HAS_GETNBADD /**/ /* config-skip */
+#undef HAS_GETNETBYADDR /**/ /* config-skip */
#undef Getnbadd_net_t long /**/ /* config-skip */
#endif
@@ -2010,8 +2010,8 @@
#undef I_NETDB /**/ /* config-skip */
#undef I_NET_ERRNO /**/ /* config-skip */
#undef HAS_SELECT /**/ /* config-skip */
-#undef HAS_GETHBADD /**/ /* config-skip */
-#undef HAS_GETNBADD /**/ /* config-skip */
+#undef HAS_GETHOSTBYADDR /**/ /* config-skip */
+#undef HAS_GETNETBYADDR /**/ /* config-skip */
#endif /* !VMS_DO_SOCKETS */