summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-03-30 05:59:14 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-03-30 05:59:14 +0000
commit82cc1f9ac32564e92bfbbe7a1de416f4ebcc8584 (patch)
treeaf43377451e06dac91d6639e35b1b5bf41d14d4e /config.h.in
parent3e7fe0ca760ad0054cf5c9ec7c90ca415cf6eb06 (diff)
downloadcups-82cc1f9ac32564e92bfbbe7a1de416f4ebcc8584.tar.gz
Merge changes from CUPS 1.6svn-r10390.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3755 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 9c1faf9ab..4081f7db8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -296,6 +296,13 @@
/*
+ * Do we have the SSL_set_tlsext_host_name function?
+ */
+
+#undef HAVE_SSL_SET_TLSEXT_HOST_NAME
+
+
+/*
* What Security framework headers do we have?
*/
@@ -735,6 +742,7 @@
*/
#undef HAVE_XPC
+#undef HAVE_XPC_PRIVATE_H
/*