Index: gecko-sdk/include/mozilla-config.h |
=================================================================== |
--- gecko-sdk/include/mozilla-config.h (revision 0) |
+++ gecko-sdk/include/mozilla-config.h (revision 0) |
@@ -0,0 +1,58 @@ |
+/* 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 HAVE_UINT64_T 1 |
+#define HW_THREADS 1 |
+#define IBMBIDI 1 |
+#define JS_THREADSAFE 1 |
+#define MOZILLA_LOCALE_VERSION "1.8" |
+#define MOZILLA_REGION_VERSION "1.8" |
+#define MOZILLA_SKIN_VERSION "1.8" |
+#define MOZILLA_VERSION "1.8.0.4" |
+#define MOZILLA_VERSION_U 1.8.0.4 |
+#define MOZ_BUILD_APP xulrunner |
+#define MOZ_DEFAULT_TOOLKIT "windows" |
+#define MOZ_DISTRIBUTION_ID "org.mozilla" |
+#define MOZ_DLL_SUFFIX ".dll" |
+#define MOZ_ENABLE_CANVAS 1 |
+#define MOZ_ENABLE_LIBXUL 1 |
+#define MOZ_JSLOADER 1 |
+#define MOZ_LOGGING 1 |
+#define MOZ_MATHML 1 |
+#define MOZ_PROFILELOCKING 1 |
+#define MOZ_SVG 1 |
+#define MOZ_SVG_RENDERER_CAIRO 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_XULRUNNER 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 X_DISPLAY_MISSING 1 |
+#define _WIN32 1 |
+#define _WIN32_WINNT 0x400 |
+#define _WINDOWS 1 |
+#define _X86_ 1 |
+ |
+#endif /* _MOZILLA_CONFIG_H_ */ |
+ |
Property changes on: gecko-sdk\include\mozilla-config.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |