summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:04:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-01 02:04:22 +0000
commitd953f698b2c38b90c08a3ed9f11ce2835fc0eb22 (patch)
tree7761c4d7a1d61f68950403b3104e2469d4a7540f /uconfig.h
parent641d418146aca42ab6c180be32ab9f32e3d6ea46 (diff)
downloadperl-d953f698b2c38b90c08a3ed9f11ce2835fc0eb22.tar.gz
No bincompat5005.
p4raw-id: //depot/perl@16291
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/uconfig.h b/uconfig.h
index 5cbd51d7a0..2f6188c691 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -1014,14 +1014,6 @@
#define BIN "/usr/local/bin" /**/
#define BIN_EXP "" /**/
-/* 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
- * for those versions.
- */
-/*#define PERL_BINCOMPAT_5005 / **/
-
/* BYTEORDER:
* This symbol holds the hexadecimal constant defined in byteorder,
* in a UV, i.e. 0x1234 or 0x4321 or 0x12345678, 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