perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / hints / dec_osf1.sh
1 d_crypt='undef'             # The function is there, but it is empty
2 d_odbm='undef'              # We don't need both odbm and ndbm
3 gidtype='gid_t'
4 groupstype='int'
5 libpth="$libpth /usr/shlib" # Use the shared libraries if possible
6 libc='/usr/shlib/libc.so'   # The archive version is /lib/libc.a
7 case `uname -m` in
8     mips|alpha)   optimize="$optimize -O2 -Olimit 2900"
9                   ccflags="$ccflags -std1 -D_BSD" ;;
10     *)            ccflags="$ccflags -D_BSD" ;;
11 esac