summaryrefslogtreecommitdiff
path: root/vms/config.vms
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-03-09 01:18:56 -0800
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-03-16 15:24:12 +0000
commit59f0d4a518198d64e0fddc53963addba586c7669 (patch)
treed9dbaaf7748a922d58803ee5bba7dc1262d11517 /vms/config.vms
parent354f3b563e416c45738a8a6587f56819e7000baa (diff)
downloadperl-59f0d4a518198d64e0fddc53963addba586c7669.tar.gz
Re: Almost OK: Perl 5.004_62 on VMS 7.1
p4raw-id: //depot/perl@815
Diffstat (limited to 'vms/config.vms')
-rw-r--r--vms/config.vms11
1 files changed, 11 insertions, 0 deletions
diff --git a/vms/config.vms b/vms/config.vms
index 3e6f5cdb0e..9cdca3dcbf 100644
--- a/vms/config.vms
+++ b/vms/config.vms
@@ -1910,6 +1910,17 @@
*/
#define Netdb_hlen_t int
+/* HAS_GETPROTOBYNAME:
+ * This symbol, if defined, indicates that the getprotobyname()
+ * routine is available to look up protocols by their name.
+ */
+/* HAS_GETPROTOBYNUMBER:
+ * This symbol, if defined, indicates that the getprotobynumber()
+ * routine is available to look up protocols by their number.
+ */
+#define HAS_GETPROTOBYNAME /**/
+#define HAS_GETPROTOBYNUMBER /**/
+
/* HAS_GETHOSTBYNAME:
* This symbol, if defined, indicates that the gethostbyname routine is
* available to lookup hosts by their DNS names.