/*++

Copyright (c) 1991-92  Microsoft Corporation

Module Name:

    alconfig.h

Abstract:

    Private header file for the Alerter service module that reads in
    configuration information.

Author:

    Rita Wong (ritaw) 16-July-1991

Revision History:

--*/


#ifndef _ALCONFIG_INCLUDED_
#define _ALCONFIG_INCLUDED_

#include "al.h"                     // Common include file for Alerter service
#include <config.h>                 // Net config helpers in netlib.
#include <confname.h>               // SECT_NT_ALERTER, ALERT_KEYWORD_ stuff.
#include <lmserver.h>
#include <lmwksta.h>
#include <lmapibuf.h>

#endif
