|
1 /* This Source Code Form is subject to the terms of the Mozilla Public |
|
2 * License, v. 2.0. If a copy of the MPL was not distributed with this |
|
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
|
4 |
|
5 /* |
|
6 * This test verifies that NSS public headers can be compiled with no |
|
7 * NSPR 1.0 support. |
|
8 */ |
|
9 |
|
10 #define NO_NSPR_10_SUPPORT 1 |
|
11 |
|
12 #include "base64.h" |
|
13 #include "blapit.h" |
|
14 #include "cert.h" |
|
15 #include "certdb.h" |
|
16 #include "certt.h" |
|
17 #include "ciferfam.h" |
|
18 #include "cmmf.h" |
|
19 #include "cmmft.h" |
|
20 #include "cms.h" |
|
21 #include "cmsreclist.h" |
|
22 #include "cmst.h" |
|
23 #include "crmf.h" |
|
24 #include "crmft.h" |
|
25 #include "cryptohi.h" |
|
26 #include "cryptoht.h" |
|
27 #include "ecl-exp.h" |
|
28 #include "hasht.h" |
|
29 #include "key.h" |
|
30 #include "keyhi.h" |
|
31 #include "keyt.h" |
|
32 #include "keythi.h" |
|
33 #include "nss.h" |
|
34 #include "nssb64.h" |
|
35 #include "nssb64t.h" |
|
36 #include "nssbase.h" |
|
37 #include "nssbaset.h" |
|
38 #include "nssckbi.h" |
|
39 #include "nssilckt.h" |
|
40 #include "nssilock.h" |
|
41 #include "nsslocks.h" |
|
42 #include "nssrwlk.h" |
|
43 #include "nssrwlkt.h" |
|
44 #include "ocsp.h" |
|
45 #include "ocspt.h" |
|
46 #include "p12.h" |
|
47 #include "p12plcy.h" |
|
48 #include "p12t.h" |
|
49 #include "pk11func.h" |
|
50 #include "pk11pqg.h" |
|
51 #include "pk11priv.h" |
|
52 #include "pk11pub.h" |
|
53 #include "pk11sdr.h" |
|
54 #include "pkcs11.h" |
|
55 #include "pkcs11t.h" |
|
56 #include "pkcs12.h" |
|
57 #include "pkcs12t.h" |
|
58 #include "pkcs7t.h" |
|
59 #include "portreg.h" |
|
60 #include "preenc.h" |
|
61 #include "secasn1.h" |
|
62 #include "secasn1t.h" |
|
63 #include "seccomon.h" |
|
64 #include "secder.h" |
|
65 #include "secdert.h" |
|
66 #include "secdig.h" |
|
67 #include "secdigt.h" |
|
68 #include "secerr.h" |
|
69 #include "sechash.h" |
|
70 #include "secitem.h" |
|
71 #include "secmime.h" |
|
72 #include "secmod.h" |
|
73 #include "secmodt.h" |
|
74 #include "secoid.h" |
|
75 #include "secoidt.h" |
|
76 #include "secpkcs5.h" |
|
77 #include "secpkcs7.h" |
|
78 #include "secport.h" |
|
79 #include "shsign.h" |
|
80 #include "smime.h" |
|
81 #include "ssl.h" |
|
82 #include "sslerr.h" |
|
83 #include "sslproto.h" |
|
84 #include "sslt.h" |
|
85 |
|
86 int main() |
|
87 { |
|
88 return 0; |
|
89 } |