/*++ 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 // Net config helpers in netlib. #include // SECT_NT_ALERTER, ALERT_KEYWORD_ stuff. #include #include #include #endif