12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* List of defines generated by configure. Included with preprocessor flag,
- * -include, to avoid long list of -D defines on the compile command-line.
- * Do not edit.
- */
- #ifndef _MOZILLA_CONFIG_H_
- #define _MOZILLA_CONFIG_H_
- #define ACCESSIBILITY 1
- #define D_INO d_ino
- #define HAVE_SNPRINTF 1
- #define HW_THREADS 1
- #define IBMBIDI 1
- #define JS_THREADSAFE 1
- #define MOZILLA_LOCALE_VERSION "1.8b5"
- #define MOZILLA_REGION_VERSION "1.8b5"
- #define MOZILLA_SKIN_VERSION "1.8"
- #define MOZILLA_VERSION "1.8"
- #define MOZILLA_VERSION_U 1.8
- #define MOZ_BUILD_APP browser
- #define MOZ_DEFAULT_TOOLKIT "windows"
- #define MOZ_DISTRIBUTION_ID "org.mozilla"
- #define MOZ_DLL_SUFFIX ".dll"
- #define MOZ_JSLOADER 1
- #define MOZ_LOGGING 1
- #define MOZ_MATHML 1
- #define MOZ_PHOENIX 1
- #define MOZ_PROFILELOCKING 1
- #define MOZ_UPDATE_CHANNEL default
- #define MOZ_USER_DIR "Mozilla"
- #define MOZ_VIEW_SOURCE 1
- #define MOZ_XPINSTALL 1
- #define MOZ_XTF 1
- #define MOZ_XUL 1
- #define MOZ_XUL_APP 1
- #define NO_X11 1
- #define NS_PRINTING 1
- #define NS_PRINT_PREVIEW 1
- #define OJI 1
- #define STDC_HEADERS 1
- #define WIN32 1
- #define WIN32_LEAN_AND_MEAN 1
- #define WINVER 0x400
- #define XP_WIN 1
- #define XP_WIN32 1
- #define _WIN32 1
- #define _WIN32_WINNT 0x400
- #define _WINDOWS 1
- #define _X86_ 1
- #endif /* _MOZILLA_CONFIG_H_ */
|