diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-05-22 17:37:33 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-05-22 17:37:33 +0000 |
commit | a2d23ec243cb32ad5ac90ab8101b59ec7d77e541 (patch) | |
tree | cd0e2ebae72a41417448c9abfc37d2e3ec346b7c /config_h.SH | |
parent | 4c0d88fa74047e2136ab0d51a21a0f536d0d1bcb (diff) | |
download | perl-a2d23ec243cb32ad5ac90ab8101b59ec7d77e541.tar.gz |
Re-generation after backports of
#28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
#28189 A Configure probe for C99 variadic macros, based on code from
#28202 Take advantage of the bug that binexp ignores the Configure
#28263 Oops. Fix bad #! lines when not using userelocatableinc
One small cleanup fix added. Some small re-ordering. Some whitespace.
p4raw-id: //depot/perl@28283
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config_h.SH b/config_h.SH index ee4c292f0e..95b82305ad 100644 --- a/config_h.SH +++ b/config_h.SH @@ -1198,6 +1198,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_builtin_expect HAS_BUILTIN_EXPECT /**/ #$d_builtin_choose_expr HAS_BUILTIN_CHOOSE_EXPR /**/ +/* HAS_C99_VARIADIC_MACROS: + * If defined, the compiler supports C99 variadic macros. + */ +#$d_c99_variadic_macros HAS_C99_VARIADIC_MACROS /**/ + /* CASTI32: * This symbol is defined if the C compiler can cast negative * or large floating point numbers to 32-bit ints. @@ -4421,10 +4426,4 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #endif #endif - -/* HAS_C99_VARIADIC_MACROS: - * If defined, the compiler supports C99 variadic macros. - */ -#$d_c99_variadic_macros HAS_C99_VARIADIC_MACROS /**/ - !GROK!THIS! |