Lines Matching refs:opsys
13 opsys=linux
17 opsys=sunos4
21 opsys=svr4
34 opsys=freebsd
42 AC_MSG_RESULT($opsys)
113 AC_SUBST(opsys) subst
116 AM_CONDITIONAL([LINUX], [test x$opsys = xlinux])
119 AM_CONDITIONAL([SUNOS4], [test x$opsys = xsunos4])
120 AM_CONDITIONAL([SVR4], [test x$opsys = xsvr4])
121 AM_CONDITIONAL([FREEBSD], [test x$opsys = xfreebsd])
128 if test "x$opsys" = "xsunos4" && test "x$arch" = "xsparc"
147 if test "x$opsys" = "xsunos4"
190 if test x$opsys != xlinux; then