diff options
Diffstat (limited to 'debian/patches/gssapi-autoconf.patch')
-rw-r--r-- | debian/patches/gssapi-autoconf.patch | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/patches/gssapi-autoconf.patch b/debian/patches/gssapi-autoconf.patch new file mode 100644 index 000000000..51d8a8e72 --- /dev/null +++ b/debian/patches/gssapi-autoconf.patch | |||
@@ -0,0 +1,29 @@ | |||
1 | Description: Update config.h.in following GSSAPI patch | ||
2 | Author: Colin Watson <cjwatson@debian.org> | ||
3 | Forwarded: not-needed | ||
4 | Last-Updated: 2010-02-27 | ||
5 | |||
6 | Index: b/config.h.in | ||
7 | =================================================================== | ||
8 | --- a/config.h.in | ||
9 | +++ b/config.h.in | ||
10 | @@ -1417,6 +1417,9 @@ | ||
11 | /* Use btmp to log bad logins */ | ||
12 | #undef USE_BTMP | ||
13 | |||
14 | +/* platform uses an in-memory credentials cache */ | ||
15 | +#undef USE_CCAPI | ||
16 | + | ||
17 | /* Use libedit for sftp */ | ||
18 | #undef USE_LIBEDIT | ||
19 | |||
20 | @@ -1432,6 +1435,9 @@ | ||
21 | /* Use PIPES instead of a socketpair() */ | ||
22 | #undef USE_PIPES | ||
23 | |||
24 | +/* platform has the Security Authorization Session API */ | ||
25 | +#undef USE_SECURITY_SESSION_API | ||
26 | + | ||
27 | /* Define if you have Solaris process contracts */ | ||
28 | #undef USE_SOLARIS_PROCESS_CONTRACTS | ||
29 | |||