(The #8961 was too bold.)
p4raw-id: //depot/perl@8964
ccisgcc=''
# Until we figure out what to be probe for in Configure (ditto for irix_6.sh)
-d_casti32='undef'
+case "$use64bitint" in
+$define|true|[yY]*) ;;
+*) d_casti32='undef' ;;
+esac
+
# The -n32 makes off_t to be 8 bytes, so we should have largefileness.
# Until we figure out what to be probe for in Configure (ditto for hpux.sh)
-d_casti32='undef'
+case "$use64bitint" in
+$define|true|[yY]*) ;;
+*) d_casti32='undef' ;;
+esac