X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fultrix_4.sh;h=e7360821ffee61f07f819cf9a2d0110175e7e707;hb=37f2ccb85aacf7e0846f04957cc05301fbb96b15;hp=aac5ce38f65066309974defc6fd5935099683ff9;hpb=fb8eeed8cb12743f5c60d9d4d0405913307f1b9b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index aac5ce3..e736082 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -1,5 +1,5 @@ # hints/ultrix_4.sh -# Last updated by Andy Dougherty +# Last updated by Andy Dougherty # Fri Feb 10 10:04:51 EST 1995 # # Use Configure -Dcc=gcc to use gcc. @@ -60,11 +60,14 @@ 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' # Ultrix can mmap only character devices, not regular files, # which is rather useless state of things for Perl. d_mmap='undef' + +# There simply isn't dynaloading in Ultrix. +usedl='undef' +