1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/cmd/tests/nonspr10.c Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,89 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +/* 1.9 + * This test verifies that NSS public headers can be compiled with no 1.10 + * NSPR 1.0 support. 1.11 + */ 1.12 + 1.13 +#define NO_NSPR_10_SUPPORT 1 1.14 + 1.15 +#include "base64.h" 1.16 +#include "blapit.h" 1.17 +#include "cert.h" 1.18 +#include "certdb.h" 1.19 +#include "certt.h" 1.20 +#include "ciferfam.h" 1.21 +#include "cmmf.h" 1.22 +#include "cmmft.h" 1.23 +#include "cms.h" 1.24 +#include "cmsreclist.h" 1.25 +#include "cmst.h" 1.26 +#include "crmf.h" 1.27 +#include "crmft.h" 1.28 +#include "cryptohi.h" 1.29 +#include "cryptoht.h" 1.30 +#include "ecl-exp.h" 1.31 +#include "hasht.h" 1.32 +#include "key.h" 1.33 +#include "keyhi.h" 1.34 +#include "keyt.h" 1.35 +#include "keythi.h" 1.36 +#include "nss.h" 1.37 +#include "nssb64.h" 1.38 +#include "nssb64t.h" 1.39 +#include "nssbase.h" 1.40 +#include "nssbaset.h" 1.41 +#include "nssckbi.h" 1.42 +#include "nssilckt.h" 1.43 +#include "nssilock.h" 1.44 +#include "nsslocks.h" 1.45 +#include "nssrwlk.h" 1.46 +#include "nssrwlkt.h" 1.47 +#include "ocsp.h" 1.48 +#include "ocspt.h" 1.49 +#include "p12.h" 1.50 +#include "p12plcy.h" 1.51 +#include "p12t.h" 1.52 +#include "pk11func.h" 1.53 +#include "pk11pqg.h" 1.54 +#include "pk11priv.h" 1.55 +#include "pk11pub.h" 1.56 +#include "pk11sdr.h" 1.57 +#include "pkcs11.h" 1.58 +#include "pkcs11t.h" 1.59 +#include "pkcs12.h" 1.60 +#include "pkcs12t.h" 1.61 +#include "pkcs7t.h" 1.62 +#include "portreg.h" 1.63 +#include "preenc.h" 1.64 +#include "secasn1.h" 1.65 +#include "secasn1t.h" 1.66 +#include "seccomon.h" 1.67 +#include "secder.h" 1.68 +#include "secdert.h" 1.69 +#include "secdig.h" 1.70 +#include "secdigt.h" 1.71 +#include "secerr.h" 1.72 +#include "sechash.h" 1.73 +#include "secitem.h" 1.74 +#include "secmime.h" 1.75 +#include "secmod.h" 1.76 +#include "secmodt.h" 1.77 +#include "secoid.h" 1.78 +#include "secoidt.h" 1.79 +#include "secpkcs5.h" 1.80 +#include "secpkcs7.h" 1.81 +#include "secport.h" 1.82 +#include "shsign.h" 1.83 +#include "smime.h" 1.84 +#include "ssl.h" 1.85 +#include "sslerr.h" 1.86 +#include "sslproto.h" 1.87 +#include "sslt.h" 1.88 + 1.89 +int main() 1.90 +{ 1.91 + return 0; 1.92 +}