summaryrefslogtreecommitdiff
path: root/debian/patches/gssapi-autoconf.patch
blob: 1e79491164a6b643e03e0b091e99e87ec6b5919e (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
Index: b/config.h.in
===================================================================
--- a/config.h.in
+++ b/config.h.in
@@ -1372,6 +1372,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
 
@@ -1390,6 +1393,9 @@
 /* Define if you want smartcard support using sectok */
 #undef USE_SECTOK
 
+/* platform has the Security Authorization Session API */
+#undef USE_SECURITY_SESSION_API
+
 /* Define if you have Solaris process contracts */
 #undef USE_SOLARIS_PROCESS_CONTRACTS