home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / os232.exe / INCLUDE / NWNET.H < prev    next >
C/C++ Source or Header  |  1995-05-10  |  2KB  |  103 lines

  1. /******************************************************************************
  2.  
  3.   $Workfile:   nwnet.h  $
  4.   $Revision:   1.8  $
  5.   $Modtime::   10 May 1995 11:35:02                        $
  6.   $Copyright:
  7.  
  8.   Copyright (c) 1989-1995 Novell, Inc.  All Rights Reserved.                      
  9.  
  10.   THIS WORK IS  SUBJECT  TO  U.S.  AND  INTERNATIONAL  COPYRIGHT  LAWS  AND
  11.   TREATIES.   NO  PART  OF  THIS  WORK MAY BE  USED,  PRACTICED,  PERFORMED
  12.   COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED,  ABRIDGED, CONDENSED,
  13.   EXPANDED,  COLLECTED,  COMPILED,  LINKED,  RECAST, TRANSFORMED OR ADAPTED
  14.   WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
  15.   OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
  16.   CRIMINAL AND CIVIL LIABILITY.$
  17.  
  18.  *****************************************************************************/
  19. #if ! defined ( NWNET_H )
  20. #define NWNET_H
  21.  
  22. #if ! defined ( NWDSTYPE_H )
  23. #include "nwdstype.h"
  24. #endif
  25.  
  26. #if ! defined ( NWALIAS_H )
  27. #include "nwalias.h"
  28. #endif
  29.  
  30. #if ! defined ( NWDSDEFS_H )
  31. #include "nwdsdefs.h"
  32. #endif
  33.  
  34. #if ! defined ( NWDSERR_H )
  35. #include "nwdserr.h"
  36. #endif
  37.  
  38. #if ! defined ( NWDSNAME_H )
  39. #include "nwdsname.h"
  40. #endif
  41.  
  42. #if ! defined ( NWDSFILT_H )
  43. #include "nwdsfilt.h"
  44. #endif
  45.  
  46. #if ! defined ( NWDSDC_H )
  47. #include "nwdsdc.h"
  48. #endif
  49.  
  50. #if ! defined ( NWDSMISC_H )
  51. #include "nwdsmisc.h"
  52. #endif
  53.  
  54. #if ! defined ( NWDSACL_H )
  55. #include "nwdsacl.h"
  56. #endif
  57.  
  58. #if ! defined ( NWDSAUD_H )
  59. #include "nwdsaud.h"
  60. #endif
  61.  
  62. #if ! defined ( NWDSDSA_H )
  63. #include "nwdsdsa.h"
  64. #endif
  65.  
  66. #if ! defined ( NWDSSCH_H )
  67. #include "nwdssch.h"
  68. #endif
  69.  
  70. #if ! defined ( NWDSATTR_H )
  71. #include "nwdsattr.h"
  72. #endif
  73.  
  74. #if ! defined ( NWDSASA_H )
  75. #include "nwdsasa.h"
  76. #endif
  77.  
  78. #if ! defined ( NWDSPART_H )
  79. #include "nwdspart.h"
  80. #endif
  81.  
  82. #if ! defined ( NWDSBUFT_H )
  83. #include "nwdsbuft.h"
  84. #endif
  85.  
  86. #if ! defined ( NWDSNMTP_H )
  87. #include "nwdsnmtp.h"
  88. #endif
  89.  
  90. #if ! defined ( UNICODE_H )
  91. #include "unicode.h"
  92. #endif
  93.  
  94. #if ! defined ( NWAUDIT_H )
  95. #include "nwaudit.h"
  96. #endif
  97.  
  98. #if ! defined ( NWNDSCON_H )
  99. #include "nwndscon.h"
  100. #endif
  101.  
  102. #endif /* NWNET_H */
  103.