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.

29 lines
676 B

  1. //============================================================================
  2. // Copyright (C) Microsoft Corporation, 1996 - 1999
  3. //
  4. // File: globals.h
  5. //
  6. // History:
  7. // Abolade Gbadegesin Feb-11-1996 Created.
  8. //
  9. // Contains declarations of global constants.
  10. //============================================================================
  11. #ifndef _IPXSNAP_GLOBALS_H
  12. #define _IPXSNAP_GLOBALS_H
  13. //
  14. // Configuration defaults for router components
  15. //
  16. extern BYTE * g_pIpxRipInterfaceDefault;
  17. extern BYTE * g_pIpxRipLanInterfaceDefault;
  18. extern BYTE * g_pIpxSapInterfaceDefault;
  19. extern BYTE * g_pIpxSapLanInterfaceDefault;
  20. #endif