On Mon Jun 5 08:39:21 2023 +0000, Zebediah Figura wrote:
On my machine IPX definitions are provided by netipx/ipx.h, which is apparently part of glibc. I guess this is something that only affects environments with alternate libcs? Should we instead define HAS_IPX based on whether netipx/ipx.h or linux/ipx.h is present?
Yeah, I am using bionic hence why I'm running into this issue. By checking for IPX_MTU that's what this effectively does as that's only defined in ipx.h, but I can split it into just defining it for each of the different include cases if you'd prefer.