X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.bc;h=166322c9df43c4256394fbe49385d9b19719ab69;hb=51254d33a14eeacb273f244a97f13b86d9e56aa2;hp=19801c1bed85df565baae8d490179ae3b5d91e6a;hpb=a1e6f3ef7b69ee6687a3729e4097297317e7270a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.bc b/win32/config_H.bc index 19801c1..166322c 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -3836,6 +3836,16 @@ */ /*#define HAS_AINTL / **/ +/* HAS_BUILTIN_CHOOSE_EXPR: + * Can we handle GCC builtin for compile-time ternary-like expressions + */ +/* HAS_BUILTIN_EXPECT: + * Can we handle GCC builtin for telling that certain values are more + * likely + */ +/*#define HAS_BUILTIN_EXPECT / **/ +/*#define HAS_BUILTIN_CHOOSE_EXPR /**/ + /* HAS_CLEARENV: * This symbol, if defined, indicates that the clearenv () routine is * available for use. @@ -4046,6 +4056,12 @@ */ /*#define I_LANGINFO /**/ +/* PERL_MAD: + * This symbol, if defined, indicates that the Misc Attribution + * Declaration code should be conditionally compiled. + */ +/*#define PERL_MAD /**/ + /* USE_FAST_STDIO: * This symbol, if defined, indicates that Perl should * be built to use 'fast stdio'.