This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
To make arithmetic on tainted dualvars work properly requires that
[perl5.git] / hints / utekv.sh
index 6b2382c..5b4f621 100644 (file)
@@ -1,18 +1,12 @@
 # XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu)  2/11/92
+# Modified by Andy Dougherty <doughera@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"
-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