Since building with VAXC is no longer supported, nothing should be
defining "vax11c". The current compilers for VMS do not define this macro.
These are the only two locations it still is in the source.
Any objections if the references to vax11c eventually get removed?
Is there any possibility that one of the BSD UNIX compilers are setting
this macro and not setting one of the others being tested?
-John
[EMAIL PROTECTED]
Personal Opinion Only
RSYNC_ROOT:[PERL]perl.h;1
#if defined(__STDC__) || defined(vax11c) || defined(_AIX) ||
defined(__stdc__) || defined(__cplusplus) || defined(EPOC) ||
defined(NETWARE) || defined(__SYMBIAN32__)
******************************
RSYNC_ROOT:[PERL.x2p]a2p.h;1
#if defined(__STDC__) || defined(vax11c) || defined(_AIX) ||
defined(__stdc__) || defined(__cplusplus)