Adrian M. Enache [Mon, 4 Aug 2003 16:20:19 +0000 (19:20 +0300)]
Message-ID: <
20030804132019.GA6764@ratsnest.hole>
p4raw-id: //depot/perl@20856
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Aug 7 19:45:41 EEST 2003 [metaconfig 3.0 PL70]
+# Generated on Sat Aug 23 13:26:16 EEST 2003 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
*/
#if defined(USE_CROSS_COMPILE) || defined(MULTIARCH)
# ifdef __LITTLE_ENDIAN__
-# if LONGSIZE == 4
+# if UVSIZE == 4
# define BYTEORDER 0x1234
# else
-# if LONGSIZE == 8
+# if UVSIZE == 8
# define BYTEORDER 0x12345678
# endif
# endif
# else
# ifdef __BIG_ENDIAN__
-# if LONGSIZE == 4
+# if UVSIZE == 4
# define BYTEORDER 0x4321
# else
-# if LONGSIZE == 8
+# if UVSIZE == 8
# define BYTEORDER 0x87654321
# endif
# endif