?RCS: $Id$ ?RCS: ?RCS: Copyright (c) 2003 Jarkko Hietaniemi ?RCS: ?RCS: You may distribute under the terms of either the GNU General Public ?RCS: License or the Artistic License, as specified in the README file. ?RCS: ?MAKE:usefaststdio: Myread Oldconfig Setvar rsrc ?MAKE: -pick add $@ %< ?Y:TOP ?S:usefaststdio: ?S: This variable conditionally defines the USE_FAST_STDIO symbol, ?S: and indicates that Perl should be built to use 'fast stdio'. ?S: Defaults to define in Perls 5.8 and earlier, to undef later. ?S:. ?C:USE_FAST_STDIO: ?C: This symbol, if defined, indicates that Perl should ?C: be built to use 'fast stdio'. ?C: Defaults to define in Perls 5.8 and earlier, to undef later. ?C:. ?H:?%<:#ifndef USE_FAST_STDIO ?H:?%<:#$usefaststdio USE_FAST_STDIO /**/ ?H:?%<:#endif ?H:. ?T:xversion ?LINT:set usefaststdio : Check if faststdio is requested and available case "$usefaststdio" in $define|true|[yY]*|'') xversion=`awk '/define[ ]+PERL_VERSION/ {print $3}' $rsrc/patchlevel.h` case "$xversion" in [68]) dflt='y' ;; *) dflt='n' ;; esac ;; *) dflt='n';; esac cat <