only use SGTTY on nextstep

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3404 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-07 18:40:59 +00:00
parent d4981d4889
commit b48b2e866b

View File

@@ -130,7 +130,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#define MaxHostNameLen (64+4)
#define MaxPathLen (1024+4)
#ifdef HAVE_SGTTY_H
#if defined(HAVE_SGTTY_H) && defined(__NeXT__)
#define SGTTY
#endif