From: Nicholas Clark Date: Tue, 5 Jan 2010 13:56:31 +0000 (+0000) Subject: Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de618ee48837532acd165121292c888510b9e89c;p=p5sagit%2Fp5-mst-13.2.git Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options. --- diff --git a/perl.c b/perl.c index 091dd62..d95527a 100644 --- a/perl.c +++ b/perl.c @@ -1678,6 +1678,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef PERL_USE_SAFE_PUTENV " PERL_USE_SAFE_PUTENV" # endif +# ifdef USE_ATTRIBUTES_FOR_PERLIO + " USE_ATTRIBUTES_FOR_PERLIO" +# endif # ifdef USE_SITECUSTOMIZE " USE_SITECUSTOMIZE" # endif