summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-20 15:37:29 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-11-20 15:37:29 +0000
commit19ba687883bc6d92b20687f8ee7ac719b9e35976 (patch)
tree21f05270f8438f5d2ddad1611d3be8a01b03976b /config.h.in
parentc989e789ea41eb111902ae4982231b4a98e6e15b (diff)
downloadcups-19ba687883bc6d92b20687f8ee7ac719b9e35976.tar.gz
CUPS did not work with older versions of GNU TLS (STR #4527)
- Add check for gnutls_priority_set_direct, use older gnutls_priority_set API if not found. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12269 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7163e641c..5c0a19e38 100644
--- a/config.h.in
+++ b/config.h.in
@@ -306,6 +306,13 @@
/*
+ * Do we have the gnutls_priority_set_direct function?
+ */
+
+#undef HAVE_GNUTLS_PRIORITY_SET_DIRECT
+
+
+/*
* What Security framework headers do we have?
*/