From: Jarkko Hietaniemi Date: Thu, 29 Jul 1999 21:04:02 +0000 (+0000) Subject: Make Configure support PERL_BINCOMPAT_5005. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d71b2b6b0ee7a300e345e5175fafb8b6ec1ea959;p=p5sagit%2Fp5-mst-13.2.git Make Configure support PERL_BINCOMPAT_5005. p4raw-id: //depot/cfgperl@3835 --- diff --git a/Configure b/Configure index 16576e0..2d00639 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Jul 28 20:32:22 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Thu Jul 29 23:50:22 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- #define M_VOID /* Xenix strikes again */ #endif +/* PERL_BINCOMPAT_5005: + * This symbol, if defined, indicates that Perl 5.006 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. + */ +#$d_bincompat5005 PERL_BINCOMPAT_5005 /**/ + /* DLSYM_NEEDS_UNDERSCORE: * This symbol, if defined, indicates that we need to prepend an * underscore to the symbol name before calling dlsym(). This only