aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/cf/krb-sys-nextstep.m4
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2002-08-30 21:23:27 +0000
commit8373020d34ceb1ac55d8f43333c1ca3680185b39 (patch)
tree6015f89700252fb05eb8fa267c46dba41913e9d8 /crypto/heimdal/cf/krb-sys-nextstep.m4
parent4137ff4cc173ea2e05227027e1c9e0ea42bcc0dc (diff)
Import of Heimdal Kerberos from KTH repository circa 2002/08/29.
Notes
Notes: svn path=/vendor-crypto/heimdal/dist/; revision=102644
Diffstat (limited to 'crypto/heimdal/cf/krb-sys-nextstep.m4')
-rw-r--r--crypto/heimdal/cf/krb-sys-nextstep.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/crypto/heimdal/cf/krb-sys-nextstep.m4 b/crypto/heimdal/cf/krb-sys-nextstep.m4
index 5dec8b107fc4..6e9e3169eeb3 100644
--- a/crypto/heimdal/cf/krb-sys-nextstep.m4
+++ b/crypto/heimdal/cf/krb-sys-nextstep.m4
@@ -1,4 +1,4 @@
-dnl $Id: krb-sys-nextstep.m4,v 1.3 2000/07/15 17:56:45 joda Exp $
+dnl $Id: krb-sys-nextstep.m4,v 1.4 2002/08/28 18:44:32 joda Exp $
dnl
dnl NEXTSTEP is not posix compliant by default,
dnl you need a switch -posix to the compiler
@@ -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])
])