summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-07-07 20:33:36 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-07-07 20:33:36 +1000
commit893c602ef05e2a11d76a945ac19c75bcc029c515 (patch)
tree32b8caeaa99d0b7dc75c4169e91ef63b2c0ca91e /acconfig.h
parenta83f2612c275aea3168cadd94433590aa15a8ad3 (diff)
- (dtucker) [acconfig.h auth-krb5.c configure.ac gss-serv-krb5.c] Remove
calls to krb5_init_ets, which has not been required since krb-1.1.x and most Kerberos versions no longer export in their public API. From sxw at inf.ed.ac.uk, ok djm@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h
index bb2e62d23..79b5e8191 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.182 2005/05/27 11:13:41 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.183 2005/07/07 10:33:36 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved. 4 * Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@@ -202,9 +202,6 @@
202/* Define if you don't want to use lastlog in session.c */ 202/* Define if you don't want to use lastlog in session.c */
203#undef NO_SSH_LASTLOG 203#undef NO_SSH_LASTLOG
204 204
205/* Define if have krb5_init_ets */
206#undef KRB5_INIT_ETS
207
208/* Define if you don't want to use utmp */ 205/* Define if you don't want to use utmp */
209#undef DISABLE_UTMP 206#undef DISABLE_UTMP
210 207