2025-04-27 07:49:33 -04:00

30 lines
676 B
C

//============================================================================
// 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