summaryrefslogtreecommitdiffstats
path: root/rules/mfirebird.in
blob: 87f8f4badffc81ed5f31dbee206a9334736d5374 (plain)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
menuconfig MFIREBIRD
	bool
	depends on EXPERIMENTAL
	prompt "Mozilla Firefox             "
	help
	  FIXME: This item needs to be documented

config MFIREBIRD_CALENDAR
	bool
	prompt "Calender Client"
	depends on MFIREBIRD
	help
	  FIXME: This item needs to be documented

config MFIREBIRD_MAILNEWS
	bool
	prompt "Mail+News Client"
	depends on MFIREBIRD
	help
	  FIXME: This item needs to be documented

#config MFIREBIRD_MAILNEWS_STATICBUILD
#	bool
#	prompt "  static mail build support"
#	depends on MFIREBIRD_MAILNEWS

#config MFIREBIRD_LDAP
#	bool
#	prompt "LDAP support"
#	depends on MFIREBIRD

config MFIREBIRD_FREETYPE2
	bool
	prompt "FreeType2 support"
	depends on MFIREBIRD
	default y
	help
	  FIXME: This item needs to be documented

config MFIREBIRD_XFT
	bool
	prompt "Xft support"
	depends on MFIREBIRD
	help
	  FIXME: This item needs to be documented

#config MFIREBIRD_POSTSCRIPT
#	bool
#	prompt "Postscript support"
#	depends on MFIREBIRD

#config MFIREBIRD_XPRINT
#	bool
#	prompt "XPrint support"
#	depends on MFIREBIRD

#config MFIREBIRD_CRYPTO
#	bool
#	prompt "Crypto support (PSM)"
#	depends on MFIREBIRD

#config MFIREBIRD_JSD
#	bool
#	prompt "JavaScript debug library"
#	depends on MFIREBIRD

#config MFIREBIRD_OJI
#	bool
#	prompt "Open JVM Integration support"
#	depends on MFIREBIRD

#config MFIREBIRD_XINERAMA
#	bool
#	prompt "Xinerama support"
#	depends on MFIREBIRD

#config MFIREBIRD_CTL
#	bool
#	prompt "Thai Complex Script support"
#	depends on MFIREBIRD

#config MFIREBIRD_ACCESSABILITY
#	bool
#	prompt "Accessability support"
#	depends on MFIREBIRD

#config MFIREBIRD_XPFE_COMP
#	bool
#	prompt "xpfe components"
#	depends on MFIREBIRD

#config MFIREBIRD_XPINSTALL
#	bool
#	prompt "xpinstall support"
#	depends on MFIREBIRD

#config MFIREBIRD_SINGLE_PROFILE
#	bool
#	prompt "Single profile support"
#	depends on MFIREBIRD

#config MFIREBIRD_JSLOADER
#	bool
#	prompt "xpcom js loader support"
#	depends on MFIREBIRD

#config MFIREBIRD_NATIVE_UCONV
#	bool
#	prompt "Iconv support"
#	depends on MFIREBIRD

#config MFIREBIRD_PLAINTEXT
#	bool
#	prompt "Plaintext editor only"
#	depends on MFIREBIRD

config MFIREBIRD_COMPOSER
	bool
	prompt "Composer"
	depends on MFIREBIRD
	help
	  FIXME: This item needs to be documented

#config MFIREBIRD_EXTENSIONS
#	bool
#	prompt "Enable extensions"
#	depends on MFIREBIRD

#config MFIREBIRD_IMAGE_DECODERS
#	bool
#	prompt "Select Image Decoders"
#	depends on MFIREBIRD

#config MFIREBIRD_IMAGE_DECODERS_MOD1
#	bool
#	prompt "  mod1"
#	depends on MFIREBIRD_IMAGE_DECODERS

#config MFIREBIRD_IMAGE_DECODERS_MOD2
#	bool
#	prompt "  mod2"
#	depends on MFIREBIRD_IMAGE_DECODERS

#config MFIREBIRD_MATHML
#	bool
#	prompt "MathML support"
#	depends on MFIREBIRD

#config MFIREBIRD_SVG
#	bool
#	prompt "SVG support"
#	depends on MFIREBIRD

#config MFIREBIRD_INSTALLER
#	bool
#	prompt "Installer support"
#	depends on MFIREBIRD

#config MFIREBIRD_LEAKY
#	bool
#	prompt "Build leaky memory tool"
#	depends on MFIREBIRD

#config MFIREBIRD_XPCTOOLS
#	bool
#	prompt "Build JS profiling tool"
#	depends on MFIREBIRD

#config MFIREBIRD_TESTS
#	bool
#	prompt "Build test libraries & programs"
#	depends on MFIREBIRD

#config MFIREBIRD_XPCOM_LEA
#	bool
#	prompt "Use Lea malloc in xpcom"
#	depends on MFIREBIRD

config MFIREBIRD_DEBUG
	bool
	prompt "Build with debug info"
	depends on MFIREBIRD
	help
	  FIXME: This item needs to be documented

config MFIREBIRD_OPTIMIZE
	string
	prompt "Optimisation Flags"
	depends on MFIREBIRD
	default "-O"
	help
	  FIXME: This item needs to be documented

#config MFIREBIRD_BOEHM
#	bool
#	prompt "Boehm Garbage Collector"
#	depends on MFIREBIRD

#config MFIREBIRD_LOGGING
#	bool
#	prompt "Logging"
#	depends on MFIREBIRD

#config MFIREBIRD_CRASH_ASSERT
#	bool
#	prompt "Crash on assert"
#	depends on MFIREBIRD

#config MFIREBIRD_TIMELINE
#	bool
#	prompt "Timeline services"
#	depends on MFIREBIRD

#config MFIREBIRD_XTERM_UPDATE
#	bool
#	prompt "Update XTERM titles with current command"
#	depends on MFIREBIRD

#config MFIREBIRD_SHARED
#	bool
#	prompt "Build internal shared libraries"
#	depends on MFIREBIRD

#config MFIREBIRD_COMPONENTLIB
#	bool
#	prompt "Build shared library containing all of the components"
#	depends on MFIREBIRD

#config MFIREBIRD_XUL
#	bool
#	prompt "XUL support"
#	depends on MFIREBIRD

#config MFIREBIRD_PROFILE_SHARING
#	bool
#	prompt "Enable profile sharing"
#	depends on MFIREBIRD

#config MFIREBIRD_PROFILE_LOCKING
#	bool
#	prompt "Enable profile locking"
#	depends on MFIREBIRD

#config MFIREBIRD_NECKO_PROTOCOLS
#	bool
#	prompt "Enable these protocol handlers"
#	depends on MFIREBIRD

#config MFIREBIRD_NECKO_PROTOCOLS_FTP
#	bool
#	prompt "  FTP"
#	depends on MFIREBIRD_NECKO_PROTOCOLS

#config MFIREBIRD_NECKO_PROTOCOLS_HTTP
#	bool
#	prompt "  HTTP"
#	depends on MFIREBIRD_NECKO_PROTOCOLS

#config MFIREBIRD_NECKO_CACHE
#	bool
#	prompt "Enable necko disk cache"
#	depends on MFIREBIRD

#config MFIREBIRD_NECKO_SMALLBUF
#	bool
#	prompt "Minimize size of necko's I/O buffers"
#	depends on MFIREBIRD