nonspr10.c (1807B)
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 "keyhi.h" 30 #include "keythi.h" 31 #include "nss.h" 32 #include "nssb64.h" 33 #include "nssb64t.h" 34 #include "nssbase.h" 35 #include "nssbaset.h" 36 #include "nssckbi.h" 37 #include "nssilckt.h" 38 #include "nssilock.h" 39 #include "nsslocks.h" 40 #include "nssrwlk.h" 41 #include "nssrwlkt.h" 42 #include "ocsp.h" 43 #include "ocspt.h" 44 #include "p12.h" 45 #include "p12plcy.h" 46 #include "p12t.h" 47 #include "pk11func.h" 48 #include "pk11pqg.h" 49 #include "pk11priv.h" 50 #include "pk11pub.h" 51 #include "pk11sdr.h" 52 #include "pkcs11.h" 53 #include "pkcs11t.h" 54 #include "pkcs12.h" 55 #include "pkcs12t.h" 56 #include "pkcs7t.h" 57 #include "portreg.h" 58 #include "preenc.h" 59 #include "secasn1.h" 60 #include "secasn1t.h" 61 #include "seccomon.h" 62 #include "secder.h" 63 #include "secdert.h" 64 #include "secdig.h" 65 #include "secdigt.h" 66 #include "secerr.h" 67 #include "sechash.h" 68 #include "secitem.h" 69 #include "secmime.h" 70 #include "secmod.h" 71 #include "secmodt.h" 72 #include "secoid.h" 73 #include "secoidt.h" 74 #include "secpkcs5.h" 75 #include "secpkcs7.h" 76 #include "secport.h" 77 #include "shsign.h" 78 #include "smime.h" 79 #include "ssl.h" 80 #include "sslerr.h" 81 #include "sslproto.h" 82 #include "sslt.h" 83 84 int 85 main() 86 { 87 return 0; 88 }