mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
2.0 KiB
102 lines
2.0 KiB
/******************************************************************************
|
|
|
|
$Workfile: nwnet.h $
|
|
$Revision: 1.8 $
|
|
$Modtime:: 10 May 1995 11:35:02 $
|
|
$Copyright:
|
|
|
|
Copyright (c) 1989-1995 Novell, Inc. All Rights Reserved.
|
|
|
|
THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND
|
|
TREATIES. NO PART OF THIS WORK MAY BE USED, PRACTICED, PERFORMED
|
|
COPIED, DISTRIBUTED, REVISED, MODIFIED, TRANSLATED, ABRIDGED, CONDENSED,
|
|
EXPANDED, COLLECTED, COMPILED, LINKED, RECAST, TRANSFORMED OR ADAPTED
|
|
WITHOUT THE PRIOR WRITTEN CONSENT OF NOVELL, INC. ANY USE OR EXPLOITATION
|
|
OF THIS WORK WITHOUT AUTHORIZATION COULD SUBJECT THE PERPETRATOR TO
|
|
CRIMINAL AND CIVIL LIABILITY.$
|
|
|
|
*****************************************************************************/
|
|
#if ! defined ( NWNET_H )
|
|
#define NWNET_H
|
|
|
|
#if ! defined ( NWDSTYPE_H )
|
|
#include "nwdstype.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWALIAS_H )
|
|
#include "nwalias.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSDEFS_H )
|
|
#include "nwdsdefs.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSERR_H )
|
|
#include "nwdserr.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSNAME_H )
|
|
#include "nwdsname.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSFILT_H )
|
|
#include "nwdsfilt.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSDC_H )
|
|
#include "nwdsdc.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSMISC_H )
|
|
#include "nwdsmisc.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSACL_H )
|
|
#include "nwdsacl.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSAUD_H )
|
|
#include "nwdsaud.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSDSA_H )
|
|
#include "nwdsdsa.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSSCH_H )
|
|
#include "nwdssch.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSATTR_H )
|
|
#include "nwdsattr.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSASA_H )
|
|
#include "nwdsasa.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSPART_H )
|
|
#include "nwdspart.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSBUFT_H )
|
|
#include "nwdsbuft.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWDSNMTP_H )
|
|
#include "nwdsnmtp.h"
|
|
#endif
|
|
|
|
#if ! defined ( UNICODE_H )
|
|
#include "unicode.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWAUDIT_H )
|
|
#include "nwaudit.h"
|
|
#endif
|
|
|
|
#if ! defined ( NWNDSCON_H )
|
|
#include "nwndscon.h"
|
|
#endif
|
|
|
|
#endif /* NWNET_H */
|