Files
ipx-utils/src/ipx_compat.h
2026-04-29 20:46:23 +02:00

14 lines
259 B
C

#ifndef IPX_UTILS_IPX_COMPAT_H
#define IPX_UTILS_IPX_COMPAT_H
/*
* Compatibility definitions for standalone builds without ncpfs'
* private kernel header copies.
*/
#ifndef IPXPROTO_IPX
# define IPXPROTO_IPX 0
#endif
#endif /* IPX_UTILS_IPX_COMPAT_H */