summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-26 11:58:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-26 11:58:16 +1000
commit49aaf4ad522c6b599ec13f75f8a6b7eab6942143 (patch)
treeccf3984a52b32d59e3900ae8518a796df2860b58 /acconfig.h
parent0efd155c3c184f0eaa2e1eb244eaaf066e6906e0 (diff)
- (dtucker) [Makefile.in acconfig.h auth-krb5.c auth-pam.c auth-pam.h
configure.ac defines.h gss-serv-krb5.c session.c ssh-gss.h sshconnect1.c sshconnect2.c] Add Portable GSSAPI support, patch by Simon Wilkinson.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 0e04c65b2..c83a45619 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.161 2003/08/25 01:51:19 dtucker Exp $ */ 1/* $Id: acconfig.h,v 1.162 2003/08/26 01:58:16 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.
@@ -232,6 +232,9 @@
232/* Define if compiler implements __func__ */ 232/* Define if compiler implements __func__ */
233#undef HAVE___func__ 233#undef HAVE___func__
234 234
235/* Define this is you want GSSAPI support in the version 2 protocol */
236#undef GSSAPI
237
235/* Define if you want Kerberos 5 support */ 238/* Define if you want Kerberos 5 support */
236#undef KRB5 239#undef KRB5
237 240