4.18+ Linux kernels remove support for IPX but keep SOL_IPX defined, which causes compilation errors as wine unconditionally uses IPX structures if this is the case. Instead check for IPX_MTU to determine IPX support as it is defined within the ipx.h header itself.
-- v2: {server, ws2_32, ntdll}: Avoid using SOL_IPX to detect whether IPX is supported