Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / xpcom / xpcom-config.h.in
blob17afa70c5ac16c97bb2e85b07d213e01a98eeed7
1 /* Global defines needed by xpcom clients */
3 #ifndef _XPCOM_CONFIG_H_
4 #define _XPCOM_CONFIG_H_
6 /* Define this to throw() if the compiler complains about
7 * constructors returning NULL
8 */
9 #undef CPP_THROW_NEW
11 /* Define if the c++ compiler supports a 2-byte wchar_t */
12 #undef HAVE_CPP_2BYTE_WCHAR_T
14 /* Define if the c++ compiler supports changing access with |using| */
15 #undef HAVE_CPP_ACCESS_CHANGING_USING
17 /* Define if the c++ compiler can resolve ambiguity with |using| */
18 #undef HAVE_CPP_AMBIGUITY_RESOLVING_USING
20 /* Define if the c++ compiler has builtin Bool type */
21 #undef HAVE_CPP_BOOL
23 /* Define if the c++ compiler supports char16_t */
24 #undef HAVE_CPP_CHAR16_T
26 /* Define if a dyanmic_cast to void* gives the most derived object */
27 #undef HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR
29 /* Define if the c++ compiler supports the |explicit| keyword */
30 #undef HAVE_CPP_EXPLICIT
32 /* Define if the c++ compiler supports the modern template
33 * specialization syntax
35 #undef HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX
37 /* Define if the c++ compiler supports the |std| namespace */
38 #undef HAVE_CPP_NAMESPACE_STD
40 /* Define if the c++ compiler supports reinterpret_cast */
41 #undef HAVE_CPP_NEW_CASTS
43 /* Define if the c++ compiler supports partial template specialization */
44 #undef HAVE_CPP_PARTIAL_SPECIALIZATION
46 /* Define if the c++ compiler has trouble comparing a constant
47 * reference to a templatized class to zero
49 #undef HAVE_CPP_TROUBLE_COMPARING_TO_ZERO
51 /* Define if the c++ compiler supports the |typename| keyword */
52 #undef HAVE_CPP_TYPENAME
54 /* Define if the stanard template operator!=() is ambiguous */
55 #undef HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL
57 /* Define if statvfs() is available */
58 #undef HAVE_STATVFS
60 /* Define if the c++ compiler requires implementations of
61 * unused virtual methods
63 #undef NEED_CPP_UNUSED_IMPLEMENTATIONS
65 /* Define to either <new> or <new.h> */
66 #undef NEW_H
68 #endif /* _XPCOM_CONFIG_H_ */