summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2019-01-22 12:38:24 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2019-01-23 12:15:38 -0500
commitffbf1e61ffbb56b95018ef4301e4ddb230b88468 (patch)
tree137cb9e8717bca0e3502f0c55ee2bca922228921 /xcode
parente13e173f26a8fdfeaa2e326cbb678e1f3c316332 (diff)
Fix some build issues with the "core" component selection (rdar://47394086)
- Availability macros were incorrect. - Some driver headers/definitions were installed even when the core library does not contain them. - Fix up the macOS/iOS detection of keychain/API availability - just need to use the TARGET_OS_xxx macros instead. - When installing private headers, install config.h so that the private headers actually work.
Diffstat (limited to 'xcode')
-rw-r--r--xcode/config.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/xcode/config.h b/xcode/config.h
index 534445ea8..6358e0a34 100644
--- a/xcode/config.h
+++ b/xcode/config.h
@@ -338,15 +338,6 @@
/*
- * Do we have the cssmErrorString function?
- */
-
-#if !TARGET_OS_IOS
-# define HAVE_CSSMERRORSTRING 1
-#endif /* !TARGET_OS_IOS */
-
-
-/*
* Do we have the SecGenerateSelfSignedCertificate function?
*/
@@ -356,22 +347,6 @@
/*
- * Do we have the SecKeychainOpen function?
- */
-
-#if !TARGET_OS_IOS
-# define HAVE_SECKEYCHAINOPEN 1
-#endif /* !TARGET_OS_IOS */
-
-
-/*
- * Do we have (a working) SSLSetEnabledCiphers function?
- */
-
-#define HAVE_SSLSETENABLEDCIPHERS 1
-
-
-/*
* Do we have libpaper?
*/