From f0d079413ac0e13207cd992b12adc3884f7808b7 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 28 Aug 2002 18:44:32 +0000 Subject: [PATCH] move SGTTY stuff to read_pwd.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11266 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/krb-sys-nextstep.m4 | 3 --- 1 file changed, 3 deletions(-) diff --git a/cf/krb-sys-nextstep.m4 b/cf/krb-sys-nextstep.m4 index bec2848f3..5ab0d3417 100644 --- a/cf/krb-sys-nextstep.m4 +++ b/cf/krb-sys-nextstep.m4 @@ -15,7 +15,4 @@ if test "$rk_cv_sys_nextstep" = "yes"; then CFLAGS="$CFLAGS -posix" LIBS="$LIBS -posix" fi -AH_BOTTOM([#if defined(HAVE_SGTTY_H) && defined(__NeXT__) -#define SGTTY -#endif]) ])