mozilla-config.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 HW_THREADS 1
  11. #define IBMBIDI 1
  12. #define JS_THREADSAFE 1
  13. #define MOZILLA_LOCALE_VERSION "1.8b5"
  14. #define MOZILLA_REGION_VERSION "1.8b5"
  15. #define MOZILLA_SKIN_VERSION "1.8"
  16. #define MOZILLA_VERSION "1.8"
  17. #define MOZILLA_VERSION_U 1.8
  18. #define MOZ_BUILD_APP browser
  19. #define MOZ_DEFAULT_TOOLKIT "windows"
  20. #define MOZ_DISTRIBUTION_ID "org.mozilla"
  21. #define MOZ_DLL_SUFFIX ".dll"
  22. #define MOZ_JSLOADER 1
  23. #define MOZ_LOGGING 1
  24. #define MOZ_MATHML 1
  25. #define MOZ_PHOENIX 1
  26. #define MOZ_PROFILELOCKING 1
  27. #define MOZ_UPDATE_CHANNEL default
  28. #define MOZ_USER_DIR "Mozilla"
  29. #define MOZ_VIEW_SOURCE 1
  30. #define MOZ_XPINSTALL 1
  31. #define MOZ_XTF 1
  32. #define MOZ_XUL 1
  33. #define MOZ_XUL_APP 1
  34. #define NO_X11 1
  35. #define NS_PRINTING 1
  36. #define NS_PRINT_PREVIEW 1
  37. #define OJI 1
  38. #define STDC_HEADERS 1
  39. #define WIN32 1
  40. #define WIN32_LEAN_AND_MEAN 1
  41. #define WINVER 0x400
  42. #define XP_WIN 1
  43. #define XP_WIN32 1
  44. #define _WIN32 1
  45. #define _WIN32_WINNT 0x400
  46. #define _WINDOWS 1
  47. #define _X86_ 1
  48. #endif /* _MOZILLA_CONFIG_H_ */