Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: gecko-sdk/include/mozilla-config.h

Issue 20346: Version 1.8 of gecko-sdk. Downloaded from here:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gecko-sdk/include/mozIJSSubScriptLoader.h ('k') | gecko-sdk/include/npapi.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
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
6 #ifndef _MOZILLA_CONFIG_H_
7 #define _MOZILLA_CONFIG_H_
8
9 #define ACCESSIBILITY 1
10 #define D_INO d_ino
11 #define HAVE_SNPRINTF 1
12 #define HAVE_UINT64_T 1
13 #define HW_THREADS 1
14 #define IBMBIDI 1
15 #define JS_THREADSAFE 1
16 #define MOZILLA_LOCALE_VERSION "1.8"
17 #define MOZILLA_REGION_VERSION "1.8"
18 #define MOZILLA_SKIN_VERSION "1.8"
19 #define MOZILLA_VERSION "1.8.0.4"
20 #define MOZILLA_VERSION_U 1.8.0.4
21 #define MOZ_BUILD_APP xulrunner
22 #define MOZ_DEFAULT_TOOLKIT "windows"
23 #define MOZ_DISTRIBUTION_ID "org.mozilla"
24 #define MOZ_DLL_SUFFIX ".dll"
25 #define MOZ_ENABLE_CANVAS 1
26 #define MOZ_ENABLE_LIBXUL 1
27 #define MOZ_JSLOADER 1
28 #define MOZ_LOGGING 1
29 #define MOZ_MATHML 1
30 #define MOZ_PROFILELOCKING 1
31 #define MOZ_SVG 1
32 #define MOZ_SVG_RENDERER_CAIRO 1
33 #define MOZ_UPDATE_CHANNEL default
34 #define MOZ_USER_DIR "Mozilla"
35 #define MOZ_VIEW_SOURCE 1
36 #define MOZ_XPINSTALL 1
37 #define MOZ_XTF 1
38 #define MOZ_XUL 1
39 #define MOZ_XULRUNNER 1
40 #define MOZ_XUL_APP 1
41 #define NO_X11 1
42 #define NS_PRINTING 1
43 #define NS_PRINT_PREVIEW 1
44 #define OJI 1
45 #define STDC_HEADERS 1
46 #define WIN32 1
47 #define WIN32_LEAN_AND_MEAN 1
48 #define WINVER 0x400
49 #define XP_WIN 1
50 #define XP_WIN32 1
51 #define X_DISPLAY_MISSING 1
52 #define _WIN32 1
53 #define _WIN32_WINNT 0x400
54 #define _WINDOWS 1
55 #define _X86_ 1
56
57 #endif /* _MOZILLA_CONFIG_H_ */
58
OLDNEW
« no previous file with comments | « gecko-sdk/include/mozIJSSubScriptLoader.h ('k') | gecko-sdk/include/npapi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698