diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 21:04:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-29 21:04:02 +0000 |
commit | d71b2b6b0ee7a300e345e5175fafb8b6ec1ea959 (patch) | |
tree | e8ec386ec0f9119ae636737d52454cab972e214c /config_h.SH | |
parent | 4afc6d66aeafd270f1fcb835f4aee0553a4cdb42 (diff) | |
download | perl-d71b2b6b0ee7a300e345e5175fafb8b6ec1ea959.tar.gz |
Make Configure support PERL_BINCOMPAT_5005.
p4raw-id: //depot/cfgperl@3835
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 405f896697..5019560782 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2143,6 +2143,14 @@ sed <<!GROK!THIS! >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 |