PageRenderTime 28ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/gecko_api/include/xpcom-config.h

http://firefox-mac-pdf.googlecode.com/
C Header | 69 lines | 18 code | 20 blank | 31 comment | 0 complexity | bd2367f1f792099d43c51bd9294c14bd MD5 | raw file
  1. /* xpcom/xpcom-config.h. Generated automatically by configure. */
  2. /* Global defines needed by xpcom clients */
  3. #ifndef _XPCOM_CONFIG_H_
  4. #define _XPCOM_CONFIG_H_
  5. /* Define this to throw() if the compiler complains about
  6. * constructors returning NULL
  7. */
  8. #define CPP_THROW_NEW throw()
  9. /* Define if the c++ compiler supports a 2-byte wchar_t */
  10. #define HAVE_CPP_2BYTE_WCHAR_T 1
  11. /* Define if the c++ compiler supports changing access with |using| */
  12. #define HAVE_CPP_ACCESS_CHANGING_USING 1
  13. /* Define if the c++ compiler can resolve ambiguity with |using| */
  14. #define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1
  15. /* Define if the c++ compiler has builtin Bool type */
  16. /* #undef HAVE_CPP_BOOL */
  17. /* Define if a dyanmic_cast to void* gives the most derived object */
  18. #define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1
  19. /* Define if the c++ compiler supports the |explicit| keyword */
  20. #define HAVE_CPP_EXPLICIT 1
  21. /* Define if the c++ compiler supports the modern template
  22. * specialization syntax
  23. */
  24. #define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX 1
  25. /* Define if the c++ compiler supports the |std| namespace */
  26. #define HAVE_CPP_NAMESPACE_STD 1
  27. /* Define if the c++ compiler supports reinterpret_cast */
  28. #define HAVE_CPP_NEW_CASTS 1
  29. /* Define if the c++ compiler supports partial template specialization */
  30. #define HAVE_CPP_PARTIAL_SPECIALIZATION 1
  31. /* Define if the c++ compiler has trouble comparing a constant
  32. * reference to a templatized class to zero
  33. */
  34. /* #undef HAVE_CPP_TROUBLE_COMPARING_TO_ZERO */
  35. /* Define if the c++ compiler supports the |typename| keyword */
  36. #define HAVE_CPP_TYPENAME 1
  37. /* Define if the stanard template operator!=() is ambiguous */
  38. #define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL 1
  39. /* Define if statvfs() is available */
  40. #define HAVE_STATVFS 1
  41. /* Define if the c++ compiler requires implementations of
  42. * unused virtual methods
  43. */
  44. #define NEED_CPP_UNUSED_IMPLEMENTATIONS 1
  45. /* Define to either <new> or <new.h> */
  46. #define NEW_H <new>
  47. /* Define if binary compatibility with Mozilla 1.x string code is desired */
  48. /* #undef MOZ_V1_STRING_ABI */
  49. #endif /* _XPCOM_CONFIG_H_ */