MakeMaker 3.8
[p5sagit/p5-mst-13.2.git] / hints / sunos_4_1.sh
CommitLineData
a0d0e21e 1case "$cc" in
2*gcc*) usevfork=false ;;
3*) usevfork=true ;;
4esac
5d_tzname='undef'
6# check if user is in a bsd or system 5 type environment
7if cat -b /dev/null 2>/dev/null
8then # bsd
9 groupstype='int'
10else # sys5
11 groupstype='gid_t'
12fi
13# we don't set gidtype because unistd.h says gid_t getgid() but man
14# page says int getgid() for bsd. utils.c includes unistd.h :-(
15