diff options
Diffstat (limited to 'vos')
-rw-r--r-- | vos/config.alpha.h | 12 | ||||
-rw-r--r-- | vos/config.ga.h | 12 |
2 files changed, 4 insertions, 20 deletions
diff --git a/vos/config.alpha.h b/vos/config.alpha.h index d4d1ed74a9..916e99cf17 100644 --- a/vos/config.alpha.h +++ b/vos/config.alpha.h @@ -1014,14 +1014,6 @@ #define BIN "/system/ported/command_library" /**/ #define BIN_EXP "/system/ported/command_library" /**/ -/* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that this version of Perl should be - * binary-compatible with Perl 5.005. This is impossible for builds - * that use features like threads and multiplicity it is always $undef - * for those versions. - */ -/*#define PERL_BINCOMPAT_5005 /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * i.e. 0x1234 or 0x4321, etc... @@ -3580,8 +3572,8 @@ * See INSTALL for how this works. * The versioned site_perl directory was introduced in 5.005, * so that is the lowest possible value. - * Since this can depend on compile time options (such as - * bincompat) it is set by Configure. Other non-default sources + * Since this can depend on compile time options + * it is set by Configure. Other non-default sources * of potential incompatibility, such as multiplicity, threads, * debugging, 64bits, sfio, etc., are not checked for currently, * though in principle we could go snooping around in old diff --git a/vos/config.ga.h b/vos/config.ga.h index 923f44edab..c1993c2cc6 100644 --- a/vos/config.ga.h +++ b/vos/config.ga.h @@ -1014,14 +1014,6 @@ #define BIN "/system/gnu_library/bin" /**/ #define BIN_EXP "/system/gnu_library/bin" /**/ -/* PERL_BINCOMPAT_5005: - * This symbol, if defined, indicates that this version of Perl should be - * binary-compatible with Perl 5.005. This is impossible for builds - * that use features like threads and multiplicity it is always $undef - * for those versions. - */ -/*#define PERL_BINCOMPAT_5005 /**/ - /* BYTEORDER: * This symbol holds the hexadecimal constant defined in byteorder, * i.e. 0x1234 or 0x4321, etc... @@ -3580,8 +3572,8 @@ * See INSTALL for how this works. * The versioned site_perl directory was introduced in 5.005, * so that is the lowest possible value. - * Since this can depend on compile time options (such as - * bincompat) it is set by Configure. Other non-default sources + * Since this can depend on compile time options + * it is set by Configure. Other non-default sources * of potential incompatibility, such as multiplicity, threads, * debugging, 64bits, sfio, etc., are not checked for currently, * though in principle we could go snooping around in old |