summaryrefslogtreecommitdiff
path: root/hints/utekv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/utekv.sh')
-rw-r--r--hints/utekv.sh9
1 files changed, 3 insertions, 6 deletions
diff --git a/hints/utekv.sh b/hints/utekv.sh
index 6b2382c0ef..0d30fd66ab 100644
--- a/hints/utekv.sh
+++ b/hints/utekv.sh
@@ -1,17 +1,14 @@
# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92
+# Modified by Andy Dougherty <doughera@lafcol.lafayette.edu> 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"