diff options
Diffstat (limited to 'Source/JavaScriptCore/config.h')
-rw-r--r-- | Source/JavaScriptCore/config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/JavaScriptCore/config.h b/Source/JavaScriptCore/config.h index ba65476a5..1e49c96bf 100644 --- a/Source/JavaScriptCore/config.h +++ b/Source/JavaScriptCore/config.h @@ -61,17 +61,6 @@ #endif -#if OS(UNIX) || OS(WINDOWS) -#define WTF_USE_OS_RANDOMNESS 1 -#endif - -#if (OS(FREEBSD) || OS(OPENBSD)) && !defined(__GLIBC__) -#define HAVE_PTHREAD_NP_H 1 -#endif - -/* FIXME: if all platforms have these, do they really need #defines? */ -#define HAVE_STDINT_H 1 - #define WTF_CHANGES 1 #ifdef __cplusplus |