(Replaced by #11124) UTS workaround from Hal Morris.
Jarkko Hietaniemi [Mon, 2 Jul 2001 22:56:09 +0000 (22:56 +0000)]
p4raw-id: //depot/perl@11113

perl.h

diff --git a/perl.h b/perl.h
index 27393f6..8b3c485 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1131,6 +1131,11 @@ typedef UVTYPE UV;
 #  endif
 #endif
 
+#if defined(uts) || defined(UTS)
+#   undef UV_MAX
+#   define UV_MAX (4294967295u)
+#endif
+
 /*
   I've tracked down a weird bug in Perl5.6.1 to the UTS compiler's
   mishandling of MY_UV_MAX in util.c.  It is defined as