]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/SOSCircle/SecureObjectSync/SOSPlatform.h
1 #ifndef _SEC_SOSPLATFORM_H_
2 #define _SEC_SOSPLATFORM_H_
4 #include <TargetConditionals.h>
6 #if __has_include(<CrashReporterClient.h>)
7 #define HAVE_CRASHREPORTERCLIENT 1
8 #include <CrashReporterClient.h>
9 #else // __has_include(<CrashReporterClient.h>)
10 #define HAVE_CRASHREPORTERCLIENT 0
11 #endif // __has_include(<CrashReporterClient.h>)
13 #if TARGET_OS_IOS && !TARGET_OS_SIMULATOR
15 #else // TARGET_OS_IOS && !TARGET_OS_SIMULATOR
17 #endif // TARGET_OS_IOS && !TARGET_OS_SIMULATOR
20 #define CONFIG_ARM_AUTOACCEPT 1
22 #define CONFIG_ARM_AUTOACCEPT 0
25 #endif /* _SEC_SOSPLATFORM_H_ */