41 lines
872 B
C
41 lines
872 B
C
/*
|
|
* lm.h LAN Manager main header file
|
|
*
|
|
* =========================================================================
|
|
*
|
|
* Open Watcom Project
|
|
*
|
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
|
*
|
|
* This file is automatically generated. Do not edit directly.
|
|
*
|
|
* =========================================================================
|
|
*/
|
|
|
|
#ifndef _LM_
|
|
#define _LM_
|
|
|
|
#ifndef _ENABLE_AUTODEPEND
|
|
#pragma read_only_file;
|
|
#endif
|
|
|
|
#include <lmcons.h>
|
|
#include <lmerr.h>
|
|
#include <lmaccess.h>
|
|
#include <lmalert.h>
|
|
#include <lmshare.h>
|
|
#include <lmmsg.h>
|
|
#include <lmremutl.h>
|
|
#include <lmrepl.h>
|
|
#include <lmserver.h>
|
|
#include <lmsvc.h>
|
|
#include <lmuse.h>
|
|
#include <lmwksta.h>
|
|
#include <lmapibuf.h>
|
|
#include <lmerrlog.h>
|
|
#include <lmconfig.h>
|
|
#include <lmaudit.h>
|
|
#include <lmjoin.h>
|
|
|
|
#endif /* _LM_ */
|