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