summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:39:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:39:32 +0000
commit08e5223a8528b971b4471b7221166ff3212af428 (patch)
treedbabc17820247a878e1e0e8ce6644b764647e1df /win32
parentd953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (diff)
downloadperl-08e5223a8528b971b4471b7221166ff3212af428.tar.gz
Try #2 of getting rid of bincompat5005.
p4raw-id: //depot/perl@16293
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.bc12
-rw-r--r--win32/config_H.gc12
-rw-r--r--win32/config_H.vc8
-rw-r--r--win32/config_H.vc6412
4 files changed, 6 insertions, 38 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc
index 631e06d4b6..5ccd4e88ca 100644
--- a/win32/config_H.bc
+++ b/win32/config_H.bc
@@ -1014,14 +1014,6 @@
#define BIN "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
#define BIN_EXP "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
-/* 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...
@@ -3331,8 +3323,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/win32/config_H.gc b/win32/config_H.gc
index 2c39f80728..a4fb0aa476 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -1014,14 +1014,6 @@
#define BIN "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
#define BIN_EXP "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
-/* 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...
@@ -3331,8 +3323,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/win32/config_H.vc b/win32/config_H.vc
index e378f5a7ae..9c9a2147ec 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -1014,14 +1014,6 @@
#define BIN "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
#define BIN_EXP "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
-/* 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...
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index f78e51e051..2771c63e26 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -1014,14 +1014,6 @@
#define BIN "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
#define BIN_EXP "c:\\perl\\5.7.3\\bin\\MSWin32-x86-multi-thread" /**/
-/* 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...
@@ -3331,8 +3323,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