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.

33 lines
654 B

  1. /*++
  2. Copyright (c) 1991-92 Microsoft Corporation
  3. Module Name:
  4. alconfig.h
  5. Abstract:
  6. Private header file for the Alerter service module that reads in
  7. configuration information.
  8. Author:
  9. Rita Wong (ritaw) 16-July-1991
  10. Revision History:
  11. --*/
  12. #ifndef _ALCONFIG_INCLUDED_
  13. #define _ALCONFIG_INCLUDED_
  14. #include "al.h" // Common include file for Alerter service
  15. #include <config.h> // Net config helpers in netlib.
  16. #include <confname.h> // SECT_NT_ALERTER, ALERT_KEYWORD_ stuff.
  17. #include <lmserver.h>
  18. #include <lmwksta.h>
  19. #include <lmapibuf.h>
  20. #endif