From 08e5223a8528b971b4471b7221166ff3212af428 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 1 May 2002 02:39:32 +0000 Subject: Try #2 of getting rid of bincompat5005. p4raw-id: //depot/perl@16293 --- wince/config.h | 12 ++---------- wince/config_H.ce | 14 +++----------- 2 files changed, 5 insertions(+), 21 deletions(-) (limited to 'wince') diff --git a/wince/config.h b/wince/config.h index 4962af77b0..53ed69c65d 100644 --- a/wince/config.h +++ b/wince/config.h @@ -1055,14 +1055,6 @@ #define BIN "5.7.3\\bin" /**/ #define BIN_EXP "5.7.3\\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... @@ -3266,8 +3258,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/wince/config_H.ce b/wince/config_H.ce index da05692db7..9102e89b12 100644 --- a/wince/config_H.ce +++ b/wince/config_H.ce @@ -1118,14 +1118,6 @@ #define BIN "c:\\perl\\5.6.0\\bin\\MSWin32-x86" /**/ #define BIN_EXP "c:\\perl\\5.6.0\\bin\\MSWin32-x86" /**/ -/* 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... @@ -2935,7 +2927,7 @@ * used in a fully backward compatible manner. */ #ifndef USE_PERLIO -/*#define USE_PERLIO /**/ +#define USE_PERLIO /**/ #endif /* USE_SOCKS: @@ -3030,8 +3022,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 -- cgit v1.2.1