repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
crypto
/
dist
/
heimdal
/
cf
/
sunos.m4
blob
28aba423d4abf90a297d4dc6c08169d09d8df064
1
dnl
2
dnl $Heimdal: sunos.m4 14608 2005-03-01 22:17:44Z lha $
3
dnl $NetBSD$
4
dnl
5
6
AC_DEFUN([rk_SUNOS],[
7
sunos=no
8
case "$host" in
9
*-*-sunos4*)
10
sunos=40
11
;;
12
*-*-solaris2.7)
13
sunos=57
14
;;
15
*-*-solaris2.[[89]] | *-*-solaris2.10)
16
sunos=58
17
;;
18
*-*-solaris2*)
19
sunos=50
20
;;
21
esac
22
if test "$sunos" != no; then
23
AC_DEFINE_UNQUOTED(SunOS, $sunos,
24
[Define to what version of SunOS you are running.])
25
fi
26
])