xpcom-config.h
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:2k
源码类别:

PlugIns编程

开发平台:

Visual C++

  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. /* #undef HAVE_CPP_2BYTE_WCHAR_T */
  11. /* Define if the c++ compiler supports changing access with |using| */
  12. /* #undef HAVE_CPP_ACCESS_CHANGING_USING */
  13. /* Define if the c++ compiler can resolve ambiguity with |using| */
  14. /* #undef HAVE_CPP_AMBIGUITY_RESOLVING_USING */
  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. /* #undef HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR */
  19. /* Define if the c++ compiler supports the |explicit| keyword */
  20. /* #undef HAVE_CPP_EXPLICIT */
  21. /* Define if the c++ compiler supports the modern template 
  22.  * specialization syntax 
  23.  */
  24. /* #undef HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX */
  25. /* Define if the c++ compiler supports the |std| namespace */
  26. /* #undef HAVE_CPP_NAMESPACE_STD */
  27. /* Define if the c++ compiler supports reinterpret_cast */
  28. /* #undef HAVE_CPP_NEW_CASTS */
  29. /* Define if the c++ compiler supports partial template specialization */
  30. /* #undef HAVE_CPP_PARTIAL_SPECIALIZATION */
  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. /* #undef HAVE_CPP_TYPENAME */
  37. /* Define if the stanard template operator!=() is ambiguous */
  38. /* #undef HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL */
  39. /* Define if statvfs() is available */
  40. /* #undef HAVE_STATVFS */
  41. /* Define if the c++ compiler requires implementations of 
  42.  * unused virtual methods
  43.  */
  44. /* #undef NEED_CPP_UNUSED_IMPLEMENTATIONS */
  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. #define MOZ_V1_STRING_ABI 1
  49. #endif /* _XPCOM_CONFIG_H_ */