perl 5.0 alpha 9
[p5sagit/p5-mst-13.2.git] / hints / dec_osf_2_0.sh
1 # hints/dec_osf_2_0.sh
2 d_odbm='undef'              # We don't need both odbm and ndbm
3 gidtype='gid_t'
4 groupstype='gid_t'
5 d_voidshmat='define'
6 clocktype='time_t'
7 libpth="$libpth /usr/shlib" # Use the shared libraries if possible
8 libc='/usr/shlib/libc.so'   # The archive version is /lib/libc.a
9 case `uname -m` in
10     mips|alpha)   optimize="$optimize -g"
11                   ccflags="$ccflags -D_BSD -DSTANDARD_C -DDEBUGGING" ;;
12     *)            ccflags="$ccflags -D_BSD -DSTANDARD_C -DDEBUGGING" ;;
13 esac