From: Jarkko Hietaniemi Date: Tue, 18 Jan 2000 15:02:55 +0000 (+0000) Subject: More -V. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=534307627d2bd5609507ea520ca5ca6ea1b80e61;p=p5sagit%2Fp5-mst-13.2.git More -V. p4raw-id: //depot/cfgperl@4812 --- diff --git a/perl.c b/perl.c index b23a688..1b9dac2 100644 --- a/perl.c +++ b/perl.c @@ -908,6 +908,9 @@ S_parse_body(pTHX_ va_list args) # ifdef USE_LONG_DOUBLE sv_catpv(PL_Sv," USE_LONG_DOUBLE"); # endif +# ifdef USE_LARGE_FILES + sv_catpv(PL_Sv," USE_LARGE_FILES"); +# endif # ifdef USE_SOCKS sv_catpv(PL_Sv," USE_SOCKS"); # endif