X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Futekv.sh;h=95a31fdedfe97a824754bb844c7834935938f108;hb=7bac28a0157dcaf170649e8928f053f76dda4253;hp=6b2382c0efa78df87cbb5c7c57a6a12cd31aa2a0;hpb=7c0587c85ff56c1fa1d95bc5228a7aff2da43d6c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/utekv.sh b/hints/utekv.sh index 6b2382c..95a31fd 100644 --- a/hints/utekv.sh +++ b/hints/utekv.sh @@ -1,18 +1,12 @@ # XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92 +# Modified by Andy Dougherty 4 Oct. 1994 -# The -DUTekV is needed because the greenhills compiler does not have any -# UTekV specific definitions and we need one in perl.h -ccflags="$ccflags -X18 -DJMPCLOBBER -DUTekV" +# The -X18 is only if you are using the Greenhills compiler. +ccflags="$ccflags -X18" usemymalloc='y' -# /usr/include/rpcsvc is for finding dbm.h -inclwanted="$inclwanted /usr/include/rpcsvc" - -# dont use the wrapper, use the real thing. -cppstdin=/lib/cpp - -echo " " -echo "NOTE: You may have to take out makefile dependencies on the files in" -echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A" -echo "simple 'grep -v /usr/include/ makefile' should suffice." +echo " " >&4 +echo "NOTE: You may have to take out makefile dependencies on the files in" >&4 +echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A" >&4 +echo "simple 'grep -v /usr/include/ makefile' should suffice." >&4