blob: f0b67a5ecbe6dfe864aa19882eb2f988c97631cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
/* 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_ */
|