X-Git-Url: https://perl5.git.perl.org/metaconfig.git/blobdiff_plain/d2e89e520710861a63f330def21607530660e729..c341ceee5971f456c7b673240b37e1c8a2db8c1c:/U/perl/d_fpos64_t.U diff --git a/U/perl/d_fpos64_t.U b/U/perl/d_fpos64_t.U index 40de732..1df9b92 100644 --- a/U/perl/d_fpos64_t.U +++ b/U/perl/d_fpos64_t.U @@ -6,7 +6,7 @@ ?RCS: License or the Artistic License, as specified in the README file. ?RCS: ?MAKE:d_fpos64_t: \ - Inlibc Setvar Compile rm cat fpossize i_features + Inlibc Setvar Compile rm_try cat fpossize ?MAKE: -pick add $@ %< ?S:d_fpos64_t: ?S: This symbol will be defined if the C compiler supports fpos64_t. @@ -17,15 +17,10 @@ ?H:#$d_fpos64_t HAS_FPOS64_T /**/ ?H:. ?LINT:set d_fpos64_t - : check for fpos64_t echo " " echo "Checking to see if you have fpos64_t..." >&4 $cat >try.c < -#endif #include int main() { fpos64_t x = 7; } EOCP @@ -40,7 +35,7 @@ else 8) echo "(Your fpos_t is 64 bits, so you could use that.)" ;; esac fi -$rm -f try.* try +$rm_try set d_fpos64_t eval $setvar