From: Hans Mulder Date: Mon, 9 Mar 1998 09:18:56 +0000 (-0800) Subject: Re: Almost OK: Perl 5.004_62 on VMS 7.1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59f0d4a518198d64e0fddc53963addba586c7669;p=p5sagit%2Fp5-mst-13.2.git Re: Almost OK: Perl 5.004_62 on VMS 7.1 p4raw-id: //depot/perl@815 --- diff --git a/vms/config.vms b/vms/config.vms index 3e6f5cd..9cdca3d 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.