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

  1. //   ╔════════════════════════════════════════════════════════════════════╗
  2. //   ║                                                                    ║
  3. //   ║ module:      dapsys.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/28/92    kl   initial release.                           ║
  19. //   ╚════════════════════════════════════════════════════════════════════╝
  20.  
  21. #if !defined(DAPSYSHDR)
  22. #define     DAPSYSHDR
  23.  
  24. #if defined(WINCLIENT)
  25. #include <windows.h>
  26. #endif
  27. //
  28. //  DAPINCLSTRUC, when defined, causes the actual structures to be
  29. //  declared in the DAP header file.  If it is not defined, all
  30. //  structure types are simply declared as 'void'.
  31. //
  32.  
  33. #define DAPINCLSTRUC
  34.  
  35. #include    "dap/dapapi.h"      /* this will get everything :) */
  36.  
  37. #endif
  38.