MakeMaker 3.8
[p5sagit/p5-mst-13.2.git] / hints / utekv.sh
CommitLineData
7c0587c8 1# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92
a0d0e21e 2# Modified by Andy Dougherty <doughera@lafcol.lafayette.edu> 4 Oct. 1994
7c0587c8 3
a0d0e21e 4# The -X18 is only if you are using the Greenhills compiler.
5ccflags="$ccflags -X18"
7c0587c8 6
7usemymalloc='y'
8
9# /usr/include/rpcsvc is for finding dbm.h
10inclwanted="$inclwanted /usr/include/rpcsvc"
11
7c0587c8 12echo " "
13echo "NOTE: You may have to take out makefile dependencies on the files in"
14echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A"
15echo "simple 'grep -v /usr/include/ makefile' should suffice."