Index: Source/config.h |
diff --git a/Source/config.h b/Source/config.h |
index ae9bf78e53ca71b42e7e883da76f44f972c40cda..6a33a3b66d406ced505f523fcfe9eec3b027b66b 100644 |
--- a/Source/config.h |
+++ b/Source/config.h |
@@ -109,18 +109,11 @@ |
#define WTF_USE_SYSTEM_MALLOC 0 |
#if OS(POSIX) |
-#define HAVE_MMAP 1 |
#define HAVE_SIGNAL_H 1 |
#define HAVE_SYS_TIME_H 1 |
#define WTF_USE_PTHREADS 1 |
#endif /* OS(POSIX) */ |
-#if !defined(HAVE_VASPRINTF) |
-#if !COMPILER(MSVC) |
-#define HAVE_VASPRINTF 1 |
-#endif |
-#endif |
- |
#if !OS(WIN) && !OS(ANDROID) |
#define HAVE_TM_GMTOFF 1 |
#define HAVE_TM_ZONE 1 |
@@ -128,7 +121,6 @@ |
#endif |
#if OS(MACOSX) |
-#define HAVE_DISPATCH_H 1 |
#define HAVE_PTHREAD_SETNAME_NP 1 |
#define WTF_USE_NEW_THEME 1 |
#endif /* OS(MACOSX) */ |