JavaScriptCore/wtf/Platform.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
   574 
   574 
   575 #endif  /* OS(WINCE) && !PLATFORM(QT) */
   575 #endif  /* OS(WINCE) && !PLATFORM(QT) */
   576 
   576 
   577 #if PLATFORM(QT)
   577 #if PLATFORM(QT)
   578 #define WTF_USE_QT4_UNICODE 1
   578 #define WTF_USE_QT4_UNICODE 1
   579 #if !defined(ENABLE_WIDGETS_10_SUPPORT)
       
   580 #define ENABLE_WIDGETS_10_SUPPORT 1
       
   581 #endif
       
   582 #elif OS(WINCE)
   579 #elif OS(WINCE)
   583 #define WTF_USE_WINCE_UNICODE 1
   580 #define WTF_USE_WINCE_UNICODE 1
   584 #elif PLATFORM(GTK)
   581 #elif PLATFORM(GTK)
   585 /* The GTK+ Unicode backend is configurable */
   582 /* The GTK+ Unicode backend is configurable */
   586 #else
   583 #else
   837 
   834 
   838 #if !defined(ENABLE_DASHBOARD_SUPPORT)
   835 #if !defined(ENABLE_DASHBOARD_SUPPORT)
   839 #define ENABLE_DASHBOARD_SUPPORT 0
   836 #define ENABLE_DASHBOARD_SUPPORT 0
   840 #endif
   837 #endif
   841 
   838 
   842 #if !defined(ENABLE_WIDGETS_10_SUPPORT)
       
   843 #define ENABLE_WIDGETS_10_SUPPORT 0
       
   844 #endif
       
   845 
       
   846 #if !defined(ENABLE_INSPECTOR)
   839 #if !defined(ENABLE_INSPECTOR)
   847 #define ENABLE_INSPECTOR 1
   840 #define ENABLE_INSPECTOR 1
   848 #endif
   841 #endif
   849 
   842 
   850 #if !defined(ENABLE_JAVA_BRIDGE)
   843 #if !defined(ENABLE_JAVA_BRIDGE)
   851 #define ENABLE_JAVA_BRIDGE 0
   844 #define ENABLE_JAVA_BRIDGE 0
   852 #endif
   845 #endif
   853 
   846 
   854 #if !defined(ENABLE_NETSCAPE_PLUGIN_API)
   847 #if !defined(ENABLE_NETSCAPE_PLUGIN_API)
   855 #define ENABLE_NETSCAPE_PLUGIN_API 1
   848 #define ENABLE_NETSCAPE_PLUGIN_API 1
       
   849 #endif
       
   850 
       
   851 #if !defined(ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE)
       
   852 #define ENABLE_NETSCAPE_PLUGIN_METADATA_CACHE 0
   856 #endif
   853 #endif
   857 
   854 
   858 #if !defined(WTF_USE_PLUGIN_HOST_PROCESS)
   855 #if !defined(WTF_USE_PLUGIN_HOST_PROCESS)
   859 #define WTF_USE_PLUGIN_HOST_PROCESS 0
   856 #define WTF_USE_PLUGIN_HOST_PROCESS 0
   860 #endif
   857 #endif