Searched defs:HAVE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/
H A Dconfig.h33 /* HAVE() - specific system features (headers, functions or similar) that are present or not */
34 #define HAVE(WTF_FEATURE) (defined HAVE_##WTF_FEATURE && HAVE_##WTF_FEATURE) macro

Completed in 65 milliseconds