summaryrefslogtreecommitdiff
path: root/usr/src/lib/libcmd/common/features/utsname
blob: 5b746ce7ad4cb366c16e79bcbe46baa89960f6f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
lib	getdomainname,gethostid,gethostname,sethostname,syscall,systeminfo,uname
lib	syssgi
mem	utsname.base_rel,utsname.idnumber,utsname.m_type,utsname.nodeext sys/utsname.h
sys	syscall,systeminfo,syssgi

tst	cross{
	u=`/bin/uname -o 2>/dev/null`
	case $u in
	'')	;;
	*)	echo "#define _UNAME_os_DEFAULT     \"$u\"  /* default os name */" ;;
	esac
}end