#ifndef _KERNEL_IPX_H #define _KERNEL_IPX_H #include "glibstub.h" #ifdef HAVE_NETIPX_IPX_H #include #else #include #endif #ifndef IPXPROTO_IPX #define IPXPROTO_IPX (PF_IPX) #endif #endif