Bug 327977 ? Password manager overwrites page data for password-only forms. r=gavin
[wine-gecko.git] / toolkit / content / buildconfig.html.in
blob5bce937bd75e9f245cc2ad045e847a5aea5cac80
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>about:buildconfig</title>
5 </head>
6 <body>
7 <h1>about:buildconfig</h1>
8 <p> </p>
9 <h2>Build platform</h2>
10 <table>
11 <tbody>
12 <tr>
13 <th>target</th>
14 </tr>
15 <tr>
16 <td>@target@</td>
17 </tr>
18 </tbody>
19 </table>
20 <p> </p>
21 <h2>Build tools</h2>
22 <table>
23 <tbody>
24 <tr>
25 <th>Compiler</th>
26 <th>Version</th>
27 <th>Compiler flags</th>
28 </tr>
29 <tr>
30 <td>@CC@</td>
31 <td>@CC_VERSION@</td>
32 <td>@CFLAGS@</td>
33 </tr>
34 <tr>
35 <td>@CXX@</td>
36 <td>@CXX_VERSION@</td>
37 <td>@CXXFLAGS@ @CPPFLAGS@</td>
38 </tr>
39 </tbody>
40 </table>
41 <p> </p>
42 <h2>Configure arguments</h2>
43 @ac_configure_args@
44 </body>
45 </html>