#if !defined(__PLATFORM_H__) #define __PLATFORM_H__ #define BuildPlatform_NAME "x86_64-apple-darwin" #define HostPlatform_NAME "x86_64-apple-darwin" #define x86_64_apple_darwin_BUILD 1 #define x86_64_apple_darwin_HOST 1 #define x86_64_BUILD_ARCH 1 #define x86_64_HOST_ARCH 1 #define BUILD_ARCH "x86_64" #define HOST_ARCH "x86_64" #define darwin_BUILD_OS 1 #define darwin_HOST_OS 1 #define BUILD_OS "darwin" #define HOST_OS "darwin" #define apple_BUILD_VENDOR 1 #define apple_HOST_VENDOR 1 #define BUILD_VENDOR "apple" #define HOST_VENDOR "apple" #endif /* __PLATFORM_H__ */