diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-03-08 08:10:25 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-03-08 08:10:25 +0000 |
commit | d620c7b31fc6dbd13dded070810962b5b0782c28 (patch) | |
tree | e9fbfbbe3967930393db79840db8483653622f76 /config_h.SH | |
parent | 598921a7d8d43baa942b750d26a55dadca2c13d5 (diff) | |
download | perl-d620c7b31fc6dbd13dded070810962b5b0782c28.tar.gz |
Backport #27407
Add a Configure question for mad (Misc Attribute Decoration - Larry's
perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
p4raw-id: //depot/perl@27410
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH index 19cab452e7..1c217c1d97 100644 --- a/config_h.SH +++ b/config_h.SH @@ -3041,13 +3041,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #define PERL_INC_VERSION_LIST $inc_version_list_init /**/ - -/* PERL_MAD: - * This symbol, if defined, indicates that the Misc Attribution - * Declaration code should be conditionally compiled. - */ -#$mad PERL_MAD /**/ - /* INSTALL_USR_BIN_PERL: * This symbol, if defined, indicates that Perl is to be installed * also as /usr/bin/perl. @@ -4087,6 +4080,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$i_langinfo I_LANGINFO /**/ +/* PERL_MAD: + * This symbol, if defined, indicates that the Misc Attribution + * Declaration code should be conditionally compiled. + */ +#$mad PERL_MAD /**/ + /* USE_FAST_STDIO: * This symbol, if defined, indicates that Perl should * be built to use 'fast stdio'. |