]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - JavaScriptCorePrefix.h
JavaScriptCore-554.1.tar.gz
[apple/javascriptcore.git] / JavaScriptCorePrefix.h
index e71c8a83223ae879487600782cd1446b7d384447..13b21bbbe61a53d93561979e4df818013e57c329 100644 (file)
 
 #endif
 
-#if defined(__APPLE__)
-#import <AvailabilityMacros.h>
-#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
-#define BUILDING_ON_TIGER 1
-#elif MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
-#define BUILDING_ON_LEOPARD 1
-#endif
-#endif
-
 #ifdef __cplusplus
 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) 
 #define delete ("if you use new/delete make sure to include config.h at the top of the file"())