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

PlugIns编程

开发平台:

Visual C++

  1. /* List of defines generated by configure. Included with preprocessor flag,
  2.  * -include, to avoid long list of -D defines on the compile command-line.
  3.  * Do not edit.
  4.  */
  5. #ifndef _MOZILLA_CONFIG_H_
  6. #define _MOZILLA_CONFIG_H_
  7. #define ACCESSIBILITY 1
  8. #define D_INO d_ino
  9. #define HAVE_SNPRINTF 1
  10. #define HAVE_UINT64_T 1
  11. #define HW_THREADS 1
  12. #define IBMBIDI 1
  13. #define JS_THREADSAFE 1
  14. #define MOZILLA_LOCALE_VERSION "1.8"
  15. #define MOZILLA_REGION_VERSION "1.8"
  16. #define MOZILLA_SKIN_VERSION "1.8"
  17. #define MOZILLA_VERSION "1.8.0.4"
  18. #define MOZILLA_VERSION_U 1.8.0.4
  19. #define MOZ_BUILD_APP xulrunner
  20. #define MOZ_DEFAULT_TOOLKIT "windows"
  21. #define MOZ_DISTRIBUTION_ID "org.mozilla"
  22. #define MOZ_DLL_SUFFIX ".dll"
  23. #define MOZ_ENABLE_CANVAS 1
  24. #define MOZ_ENABLE_LIBXUL 1
  25. #define MOZ_JSLOADER 1
  26. #define MOZ_LOGGING 1
  27. #define MOZ_MATHML 1
  28. #define MOZ_PROFILELOCKING 1
  29. #define MOZ_SVG 1
  30. #define MOZ_SVG_RENDERER_CAIRO 1
  31. #define MOZ_UPDATE_CHANNEL default
  32. #define MOZ_USER_DIR "Mozilla"
  33. #define MOZ_VIEW_SOURCE 1
  34. #define MOZ_XPINSTALL 1
  35. #define MOZ_XTF 1
  36. #define MOZ_XUL 1
  37. #define MOZ_XULRUNNER 1
  38. #define MOZ_XUL_APP 1
  39. #define NO_X11 1
  40. #define NS_PRINTING 1
  41. #define NS_PRINT_PREVIEW 1
  42. #define OJI 1
  43. #define STDC_HEADERS 1
  44. #define WIN32 1
  45. #define WIN32_LEAN_AND_MEAN 1
  46. #define WINVER 0x400
  47. #define XP_WIN 1
  48. #define XP_WIN32 1
  49. #define X_DISPLAY_MISSING 1
  50. #define _WIN32 1
  51. #define _WIN32_WINNT 0x400
  52. #define _WINDOWS 1
  53. #define _X86_ 1
  54. #endif /* _MOZILLA_CONFIG_H_ */