Re: Almost OK: Perl 5.004_62 on VMS 7.1
authorHans Mulder <hansmu@xs4all.nl>
Mon, 9 Mar 1998 09:18:56 +0000 (01:18 -0800)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Mon, 16 Mar 1998 15:24:12 +0000 (15:24 +0000)
p4raw-id: //depot/perl@815

vms/config.vms

index 3e6f5cd..9cdca3d 100644 (file)
  */
 #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.