(SYST): Check for `__unix'. This is (apparently) a standard with many

representations.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1773 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-25 14:38:49 +00:00
parent 5d51ed8f10
commit 6ca5505eef

View File

@@ -587,7 +587,7 @@ cmd
}
| SYST CRLF
{
#if defined(unix) || defined(__unix__) || defined(_AIX) || defined(_CRAY)
#if defined(unix) || defined(__unix__) || defined(__unix) || defined(_AIX) || defined(_CRAY)
reply(215, "UNIX Type: L%d", NBBY);
#else
reply(215, "UNKNOWN Type: L%d", NBBY);