home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nspr30-v.zip / nspr30-v / include / nspr.h < prev    next >
C/C++ Source or Header  |  1998-11-02  |  1KB  |  50 lines

  1. /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /*
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  * 
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  * 
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. #ifndef nspr_h___
  20. #define nspr_h___
  21.  
  22. #include "pratom.h"
  23. #include "prbit.h"
  24. #include "prclist.h"
  25. #include "prcmon.h"
  26. #include "prcvar.h"
  27. #include "prdtoa.h"
  28. #include "prenv.h"
  29. #include "prerror.h"
  30. #include "prinet.h"
  31. #include "prinit.h"
  32. #include "prinrval.h"
  33. #include "prio.h"
  34. #include "prlink.h"
  35. #include "prlock.h"
  36. #include "prlog.h"
  37. #include "prlong.h"
  38. #include "prmem.h"
  39. #include "prmon.h"
  40. #include "prmwait.h"
  41. #include "prnetdb.h"
  42. #include "prprf.h"
  43. #include "prproces.h"
  44. #include "prsystem.h"
  45. #include "prthread.h"
  46. #include "prtime.h"
  47. #include "prtypes.h"
  48.  
  49. #endif /* nspr_h___ */
  50.