handle some pseudo-unix defines as well.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1693 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-05-11 06:07:59 +00:00
parent fb522fc0f1
commit 637efd01b9

View File

@@ -128,7 +128,7 @@ setpeer(int argc, char **argv)
if (autologin)
login(argv[1]);
#if defined(unix) && NBBY == 8
#if (defined(unix) || defined(__unix__) || defined(_AIX) || defined(_CRAY)) && NBBY == 8
/*
* this ifdef is to keep someone form "porting" this to an incompatible
* system and not checking this out. This way they have to think about it.