summaryrefslogtreecommitdiff
path: root/debian/patches/gssapi-autoconf.patch
blob: 3ea2218346efaf085339b18a7613d0fe6233c551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: Update config.h.in following GSSAPI patch
Author: Colin Watson <cjwatson@debian.org>
Forwarded: not-needed
Last-Updated: 2010-02-27

Index: b/config.h.in
===================================================================
--- a/config.h.in
+++ b/config.h.in
@@ -1384,6 +1384,9 @@
 /* Use btmp to log bad logins */
 #undef USE_BTMP
 
+/* platform uses an in-memory credentials cache */
+#undef USE_CCAPI
+
 /* Use libedit for sftp */
 #undef USE_LIBEDIT
 
@@ -1396,6 +1399,9 @@
 /* Use PIPES instead of a socketpair() */
 #undef USE_PIPES
 
+/* platform has the Security Authorization Session API */
+#undef USE_SECURITY_SESSION_API
+
 /* Define if you have Solaris process contracts */
 #undef USE_SOLARIS_PROCESS_CONTRACTS