if client delegates to itself, that ok
[heimdal.git] / cf / sunos.m4
blob5bd45d84320aab179a5b19a40c64cbf6b8d574b0
1 dnl
2 dnl $Id$
3 dnl
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]] | *-*-solaris2.1[0-9])
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.])