diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-08 12:22:59 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-08 12:22:59 +0000 |
commit | f07cf794e2ddad870bcc5abe24ba4bd3bcabf9e2 (patch) | |
tree | efa1ad9ccd3fdc9b7edae13532ff634e83d8e832 /vms | |
parent | 534825c439e9bf017f3cdaf88d284d58d5eac6bd (diff) | |
parent | e2dd80efbeb04f14cf6a5e2c74951336b91a72a8 (diff) | |
download | perl-f07cf794e2ddad870bcc5abe24ba4bd3bcabf9e2.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5611
Diffstat (limited to 'vms')
-rw-r--r-- | vms/vmsish.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index 6c5c506a42..55401f7f6b 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -717,4 +717,9 @@ typedef char __VMS_SEPYTOTORP__; #undef HAS_NTOHL #endif +/* The C RTL manual says to undef the macro for DEC C 5.2 and lower. */ +#if defined(fileno) && defined(__DECC_VER) && __DECC_VER < 50300000 +# undef fileno +#endif + #endif /* __vmsish_h_included */ |