Leaked source code of windows server 2003
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.
|
|
/*++
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
|