bug 715586: checksums.py should generate sha1 and md5 checksums. r=catlee,ted
[gecko.git] / xpcom / xpcom-config.h.in
blobf3c12f086ebcce472780bbfc3de3d7baff0ca813
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 can resolve ambiguity with |using| */
15 #undef HAVE_CPP_AMBIGUITY_RESOLVING_USING
17 /* Define if the c++ compiler supports char16_t */
18 #undef HAVE_CPP_CHAR16_T
20 /* Define if a dyanmic_cast to void* gives the most derived object */
21 #undef HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR
23 /* Define if the c++ compiler supports partial template specialization */
24 #undef HAVE_CPP_PARTIAL_SPECIALIZATION
26 /* Define if the c++ compiler has trouble comparing a constant
27 * reference to a templatized class to zero
29 #undef HAVE_CPP_TROUBLE_COMPARING_TO_ZERO
31 /* Define if statvfs() is available */
32 #undef HAVE_STATVFS
34 /* Define if the c++ compiler requires implementations of
35 * unused virtual methods
37 #undef NEED_CPP_UNUSED_IMPLEMENTATIONS
39 /* Define to either <new> or <new.h> */
40 #undef NEW_H
42 /* Define to either __attribute__((malloc)) or nothing */
43 #undef NS_ATTR_MALLOC
45 /* Define to either __attribute__((warn_unused_result)) or nothing */
46 #undef NS_WARN_UNUSED_RESULT
48 #endif /* _XPCOM_CONFIG_H_ */