SImilarly to old HP-UX, in old AIX too including
Jarkko Hietaniemi [Wed, 10 Apr 2002 11:45:14 +0000 (11:45 +0000)]
crypt.h leads into trouble.  (from Merijn)

p4raw-id: //depot/perl@15841

hints/aix.sh

index 53af9f5..f3a3fc5 100644 (file)
@@ -253,6 +253,10 @@ $define|true|[yY]*)
            # (e.g. pragma/overload core dumps)  Let's suspect xlC_r, too.
            # --jhi@iki.fi
            cc=cc_r
+
+           case "`oslevel`" in
+               4.2.1.*) i_crypt='undef' ;;
+               esac
            ;;
        '') 
            cc=cc_r