lm.h revision 4b9d6701570cb98fd36e209314239d104ec584d3
98N/A/*
98N/A * Copyright 2002 Andriy Palamarchuk
98N/A *
98N/A * General lm header which includes other lm headers.
943N/A *
98N/A * This library is free software; you can redistribute it and/or
98N/A * modify it under the terms of the GNU Lesser General Public
919N/A * License as published by the Free Software Foundation; either
919N/A * version 2.1 of the License, or (at your option) any later version.
919N/A *
919N/A * This library is distributed in the hope that it will be useful,
919N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of
919N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
919N/A * Lesser General Public License for more details.
919N/A *
919N/A * You should have received a copy of the GNU Lesser General Public
919N/A * License along with this library; if not, write to the Free Software
919N/A * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
919N/A */
919N/A
919N/A/*
919N/A * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
919N/A * other than GPL or LGPL is available it will apply instead, Oracle elects to use only
919N/A * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
98N/A * a choice of LGPL license versions is made available with the language indicating
98N/A * that LGPLv2 or any later version may be used, or where a choice of which version
98N/A * of the LGPL is applied is otherwise unspecified.
98N/A */
98N/A
98N/A#ifndef __WINE_LM_H
156N/A#define __WINE_LM_H
493N/A
98N/A#include <lmcons.h>
98N/A#include <lmerr.h>
851N/A#include <lmshare.h>
98N/A#include <lmaccess.h>
911N/A#include <lmserver.h>
911N/A#include <lmwksta.h>
911N/A#include <lmapibuf.h>
911N/A#include <lmstats.h>
98N/A#include <lmjoin.h>
761N/A#include <lmmsg.h>
548N/A#include <lmuse.h>
98N/A/* FIXME: #include <lmalert.h> */
98N/A/* FIXME: #include <lmremutl.h> */
98N/A/* FIXME: #include <lmrepl.h> */
98N/A/* FIXME: #include <lmsvc.h> */
98N/A/* FIXME: #include <lmerrlog.h> */
98N/A/* FIXME: #include <lmconfig.h> */
98N/A/* FIXME: #include <lmaudit.h> */
606N/A
156N/A/* The following are obsolete headers */
98N/A#include <lmbrowsr.h>
156N/A
98N/A#endif