home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / dax1.exe / CP / CPSYS.H < prev   
Text File  |  1992-07-15  |  2KB  |  39 lines

  1. //   ╔════════════════════════════════════════════════════════════════════╗
  2. //   ║                                                                    ║
  3. //   ║ module:      cpsys.h                                               ║
  4. //   ║                                                                    ║
  5. //   ║  This software is provided as is and carries no warranty           ║
  6. //   ║  whatsoever.  Novell disclaims and excludes any and all implied    ║
  7. //   ║  warranties of merchantability, title and fitness for a particular ║
  8. //   ║  purpose.  Novell does not warrant that the software will satisfy  ║
  9. //   ║  your requirements or that the software is without defect or error ║
  10. //   ║  or that operation of the software will be uninterrupted.  You are ║
  11. //   ║  using the software at your risk.  The software is not a product   ║
  12. //   ║  of Novell, Inc. or any of subsidiaries.                           ║
  13. //   ║                                                                    ║
  14. //   ╟────────────────────────────────────────────────────────────────────╢
  15. //   ║ maintenance history:                                               ║
  16. //   ║ level    date      pi   description                                ║
  17. //   ╟────────────────────────────────────────────────────────────────────╢
  18. //   ║  001   02/19/92    kl   initial release.                           ║
  19. //   ║  002   07/14/92    kl   windows port.                              ║
  20. //   ╚════════════════════════════════════════════════════════════════════╝
  21.  
  22. #if !defined(CPSYSHDR)
  23. #define CPSYSHDR
  24.  
  25. #include    <cp/cp.h>
  26.  
  27. #define     CPINCLSTRUC         /* we want the structure definitions */
  28.  
  29. #if defined(ENGINE)
  30. #   include    "cp/cps/cps.h"   /* the Engine definitions and prototypes */
  31. #else
  32. #   include    "cp/cpc/cpc.h"   /* the client definitions and prototypes */
  33. #endif  //  defined(ENGINE)
  34.  
  35. #include    "cp/cpapi.h"        /* get the exported API prototypes */
  36.  
  37. #endif  //  !defined(CPSYSHDR)
  38. 
  39.