Configure sanity checks:
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 3 Apr 2001 01:17:30 +0000 (01:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 3 Apr 2001 01:17:30 +0000 (01:17 +0000)
commit8dfa8df94aafa72d1d42211e389cbabcf83fd419
tree65c2494e76c974ce6df53b3481cb0558e821d7cf
parent556ea8bea2f27dd2ca8378d1f838ca89924261dc
Configure sanity checks:
* if use64bitall is attempted but pointers are only 32-bit,
  'downgrade' to use64bitint
* if use64bitint is attempted but there's no quad type,
  forget about use64bitint (well, the default for it is 'n',
  the user can still override this)
* if pointers are 64 bits, do not try to use Perl's malloc

p4raw-id: //depot/perl@9525
Configure