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

//============================================================================
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: globals.h
//
// History:
// Abolade Gbadegesin Feb-11-1996 Created.
//
// Contains declarations of global constants.
//============================================================================
#ifndef _IPXSNAP_GLOBALS_H
#define _IPXSNAP_GLOBALS_H
//
// Configuration defaults for router components
//
extern BYTE * g_pIpxRipInterfaceDefault;
extern BYTE * g_pIpxRipLanInterfaceDefault;
extern BYTE * g_pIpxSapInterfaceDefault;
extern BYTE * g_pIpxSapLanInterfaceDefault;
#endif