This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix .gitignore: only ignore 'perl' in root of repo, not U/perl subdir
[metaconfig.git] / U / perl / d_fpos64_t.U
index 40de732..1df9b92 100644 (file)
@@ -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.
 ?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 <<EOCP
-#$i_features I_FEATURES
-#ifdef I_FEATURES
-#include <features.h>
-#endif
 #include <stdio.h>
 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