summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-19 20:25:35 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-19 20:25:35 +0000
commiteb66bc71be1543f993c7d87fdfe20f1540a77425 (patch)
tree47a23a36726b0dbc8c4412f609c76f10b67e1370 /config.h.in
parentbfb0ab1327c7f5e1ece494ec57f533402337ad69 (diff)
downloadcups-eb66bc71be1543f993c7d87fdfe20f1540a77425.tar.gz
Make sure we don't use functions that are not available.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11477 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ec4a7785e..463b572f2 100644
--- a/config.h.in
+++ b/config.h.in
@@ -316,6 +316,20 @@
/*
+ * Do we have the SecGenerateSelfSignedCertificate function?
+ */
+
+#undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE
+
+
+/*
+ * Do we have the SecKeychainOpen function?
+ */
+
+#undef HAVE_SECKEYCHAINOPEN
+
+
+/*
* Do we have libpaper?
*/