remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / cf / sunos.m4
1 dnl
2 dnl $Id: sunos.m4,v 1.2 2002/10/16 14:42:13 joda Exp $
3 dnl
4
5 AC_DEFUN([rk_SUNOS],[
6 sunos=no
7 case "$host" in 
8 *-*-sunos4*)
9         sunos=40
10         ;;
11 *-*-solaris2.7)
12         sunos=57
13         ;;
14 *-*-solaris2.[[89]])
15         sunos=58
16         ;;
17 *-*-solaris2*)
18         sunos=50
19         ;;
20 esac
21 if test "$sunos" != no; then
22         AC_DEFINE_UNQUOTED(SunOS, $sunos, 
23                 [Define to what version of SunOS you are running.])
24 fi
25 ])