summaryrefslogtreecommitdiff
path: root/debian/patches/gssapi-autoconf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/gssapi-autoconf.patch')
-rw-r--r--debian/patches/gssapi-autoconf.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/patches/gssapi-autoconf.patch b/debian/patches/gssapi-autoconf.patch
new file mode 100644
index 000000000..1e7949116
--- /dev/null
+++ b/debian/patches/gssapi-autoconf.patch
@@ -0,0 +1,24 @@
1Index: b/config.h.in
2===================================================================
3--- a/config.h.in
4+++ b/config.h.in
5@@ -1372,6 +1372,9 @@
6 /* Use btmp to log bad logins */
7 #undef USE_BTMP
8
9+/* platform uses an in-memory credentials cache */
10+#undef USE_CCAPI
11+
12 /* Use libedit for sftp */
13 #undef USE_LIBEDIT
14
15@@ -1390,6 +1393,9 @@
16 /* Define if you want smartcard support using sectok */
17 #undef USE_SECTOK
18
19+/* platform has the Security Authorization Session API */
20+#undef USE_SECURITY_SESSION_API
21+
22 /* Define if you have Solaris process contracts */
23 #undef USE_SOLARIS_PROCESS_CONTRACTS
24