summaryrefslogtreecommitdiff
path: root/config.h.in
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 /config.h.in
parente13e173f26a8fdfeaa2e326cbb678e1f3c316332 (diff)
downloadcups-ffbf1e61ffbb56b95018ef4301e4ddb230b88468.tar.gz
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 'config.h.in')
-rw-r--r--config.h.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.h.in b/config.h.in
index b71af0ede..4323e5ea7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -329,13 +329,6 @@
/*
- * Do we have the cssmErrorString function?
- */
-
-#undef HAVE_CSSMERRORSTRING
-
-
-/*
* Do we have the SecGenerateSelfSignedCertificate function?
*/
@@ -343,20 +336,6 @@
/*
- * Do we have the SecKeychainOpen function?
- */
-
-#undef HAVE_SECKEYCHAINOPEN
-
-
-/*
- * Do we have (a working) SSLSetEnabledCiphers function?
- */
-
-#undef HAVE_SSLSETENABLEDCIPHERS
-
-
-/*
* Do we have libpaper?
*/