From 53e8b93c37585e386c0392d262d7268c33993a48 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Sep 1997 02:40:11 +0000 Subject: [PATCH] define SGTTY iff HAVE_SGTTY_H git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3377 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/acconfig.h b/acconfig.h index d12ee8e72..d4fdcc1d1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -130,6 +130,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #define MaxHostNameLen (64+4) #define MaxPathLen (1024+4) +#ifdef HAVE_SGTTY_H +#define SGTTY +#endif + /* telnet stuff ----------------------------------------------- */ /* define this if you have kerberos 4 */