xref: /minix3/crypto/external/bsd/heimdal/dist/cf/sunos.m4 (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambucdnl
2*ebfedea0SLionel Sambucdnl Id
3*ebfedea0SLionel Sambucdnl
4*ebfedea0SLionel Sambuc
5*ebfedea0SLionel SambucAC_DEFUN([rk_SUNOS],[
6*ebfedea0SLionel Sambucsunos=no
7*ebfedea0SLionel Sambuccase "$host" in
8*ebfedea0SLionel Sambuc*-*-solaris2.7)
9*ebfedea0SLionel Sambuc	sunos=57
10*ebfedea0SLionel Sambuc	;;
11*ebfedea0SLionel Sambuc*-*-solaris2.[[89]] | *-*-solaris2.1[[0-9]])
12*ebfedea0SLionel Sambuc	sunos=58
13*ebfedea0SLionel Sambuc	;;
14*ebfedea0SLionel Sambuc*-*-solaris2*)
15*ebfedea0SLionel Sambuc	sunos=50
16*ebfedea0SLionel Sambuc	;;
17*ebfedea0SLionel Sambucesac
18*ebfedea0SLionel Sambucif test "$sunos" != no; then
19*ebfedea0SLionel Sambuc	AC_DEFINE_UNQUOTED(SunOS, $sunos,
20*ebfedea0SLionel Sambuc		[Define to what version of SunOS you are running.])
21*ebfedea0SLionel Sambucfi
22*ebfedea0SLionel Sambuc])