From: msweet Date: Wed, 15 Jan 2014 19:07:03 +0000 (+0000) Subject: Update Xcode config.h file. X-Git-Tag: v2.2b1~774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aaeeaa9eb030374c5523686d7a3eda90e46e8ea;p=thirdparty%2Fcups.git Update Xcode config.h file. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11535 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/xcode/config.h b/xcode/config.h index 5140027da8..10996f3de1 100644 --- a/xcode/config.h +++ b/xcode/config.h @@ -3,7 +3,7 @@ * * Configuration file for CUPS and Xcode. * - * Copyright 2007-2013 by Apple Inc. + * Copyright 2007-2014 by Apple Inc. * Copyright 1997-2007 by Easy Software Products. * * These coded instructions, statements, and computer programs are the @@ -315,6 +315,20 @@ #define HAVE_CSSMERRORSTRING 1 +/* + * Do we have the SecGenerateSelfSignedCertificate function? + */ + +/* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */ + + +/* + * Do we have the SecKeychainOpen function? + */ + +#define HAVE_SECKEYCHAINOPEN 1 + + /* * Do we have libpaper? */