From eb66bc71be1543f993c7d87fdfe20f1540a77425 Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 19 Dec 2013 20:25:35 +0000 Subject: 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 --- config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index ec4a7785e..463b572f2 100644 --- a/config.h.in +++ b/config.h.in @@ -315,6 +315,20 @@ #undef HAVE_CSSMERRORSTRING +/* + * Do we have the SecGenerateSelfSignedCertificate function? + */ + +#undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE + + +/* + * Do we have the SecKeychainOpen function? + */ + +#undef HAVE_SECKEYCHAINOPEN + + /* * Do we have libpaper? */ -- cgit v1.2.1