This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update documentation, comments, metadata to reference GitHub as canonical repository...
[perl5.git] / hints / ultrix_4.sh
index ed7c2c1..f32f06d 100644 (file)
@@ -38,10 +38,6 @@ case "$cc" in
     *4.2*)     ccflags="$ccflags -DLANGUAGE_C -Olimit 3800"
                # Prototypes sometimes cause compilation errors in 4.2.
                prototype=undef   
-               case "$myuname" in
-               *risc*)  d_volatile=undef ;;
-               esac
-               ;;
     *4.3*)     ccflags="$ccflags -std1 -DLANGUAGE_C -Olimit 3800" ;;
     *) ccflags="$ccflags -std -Olimit 3800" ;;
     esac
@@ -60,8 +56,7 @@ esac
 
 util_cflags='ccflags="$ccflags -DLOCALE_ENVIRON_REQUIRED"'
 groupstype='int'
-# This will cause a WHOA THERE warning, but it's accurate.  The
-# configure test should be beefed up to try using the field when
+# The configure test should be beefed up to try using the field when
 # it can't find any of the standardly-named fields.
 d_dirnamlen='define'
 
@@ -69,5 +64,6 @@ d_dirnamlen='define'
 # which is rather useless state of things for Perl.
 d_mmap='undef'
 
-# Configure gets fooled somehow into thinking that Ultrix would have mkstemp.
-d_mkstemp='undef'
+# There simply isn't dynaloading in Ultrix.
+usedl='undef'
+