summaryrefslogtreecommitdiff
path: root/xcode/config.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-01-15 19:07:03 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-01-15 19:07:03 +0000
commit8aaeeaa9eb030374c5523686d7a3eda90e46e8ea (patch)
treefa24fd9b528002363b79b0b4ca539b65f3f3c7f3 /xcode/config.h
parent5bc8ea66139d0cab27c2a0e601b5d61e511aec89 (diff)
downloadcups-8aaeeaa9eb030374c5523686d7a3eda90e46e8ea.tar.gz
Update Xcode config.h file.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11535 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'xcode/config.h')
-rw-r--r--xcode/config.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 5140027da..10996f3de 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
@@ -316,6 +316,20 @@
/*
+ * Do we have the SecGenerateSelfSignedCertificate function?
+ */
+
+/* #undef HAVE_SECGENERATESELFSIGNEDCERTIFICATE */
+
+
+/*
+ * Do we have the SecKeychainOpen function?
+ */
+
+#define HAVE_SECKEYCHAINOPEN 1
+
+
+/*
* Do we have libpaper?
*/