1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nsprpub/pr/include/nspr.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 1.4 +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 1.5 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.8 + 1.9 +#ifndef nspr_h___ 1.10 +#define nspr_h___ 1.11 + 1.12 +#include "pratom.h" 1.13 +#include "prbit.h" 1.14 +#include "prclist.h" 1.15 +#include "prcmon.h" 1.16 +#include "prcvar.h" 1.17 +#include "prdtoa.h" 1.18 +#include "prenv.h" 1.19 +#include "prerror.h" 1.20 +#include "prinet.h" 1.21 +#include "prinit.h" 1.22 +#include "prinrval.h" 1.23 +#include "prio.h" 1.24 +#include "pripcsem.h" 1.25 +#include "prlink.h" 1.26 +#include "prlock.h" 1.27 +#include "prlog.h" 1.28 +#include "prlong.h" 1.29 +#include "prmem.h" 1.30 +#include "prmon.h" 1.31 +#include "prmwait.h" 1.32 +#include "prnetdb.h" 1.33 +#include "prprf.h" 1.34 +#include "prproces.h" 1.35 +#include "prrng.h" 1.36 +#include "prrwlock.h" 1.37 +#include "prshm.h" 1.38 +#include "prshma.h" 1.39 +#include "prsystem.h" 1.40 +#include "prthread.h" 1.41 +#include "prtime.h" 1.42 +#include "prtpool.h" 1.43 +#include "prtrace.h" 1.44 +#include "prtypes.h" 1.45 + 1.46 +#endif /* nspr_h___ */