|
140 | 140 |
|
141 | 141 | #endif /* _NETINET_IN_H */
|
142 | 142 |
|
143 |
| -/* Coordinate with glibc netipx/ipx.h header. */ |
144 |
| -#if defined(__NETIPX_IPX_H) |
145 |
| - |
146 |
| -#define __UAPI_DEF_SOCKADDR_IPX 0 |
147 |
| -#define __UAPI_DEF_IPX_ROUTE_DEFINITION 0 |
148 |
| -#define __UAPI_DEF_IPX_INTERFACE_DEFINITION 0 |
149 |
| -#define __UAPI_DEF_IPX_CONFIG_DATA 0 |
150 |
| -#define __UAPI_DEF_IPX_ROUTE_DEF 0 |
151 |
| - |
152 |
| -#else /* defined(__NETIPX_IPX_H) */ |
153 |
| - |
154 |
| -#define __UAPI_DEF_SOCKADDR_IPX 1 |
155 |
| -#define __UAPI_DEF_IPX_ROUTE_DEFINITION 1 |
156 |
| -#define __UAPI_DEF_IPX_INTERFACE_DEFINITION 1 |
157 |
| -#define __UAPI_DEF_IPX_CONFIG_DATA 1 |
158 |
| -#define __UAPI_DEF_IPX_ROUTE_DEF 1 |
159 |
| - |
160 |
| -#endif /* defined(__NETIPX_IPX_H) */ |
161 |
| - |
162 | 143 | /* Definitions for xattr.h */
|
163 | 144 | #if defined(_SYS_XATTR_H)
|
164 | 145 | #define __UAPI_DEF_XATTR 0
|
|
240 | 221 | #define __UAPI_DEF_IP6_MTUINFO 1
|
241 | 222 | #endif
|
242 | 223 |
|
243 |
| -/* Definitions for ipx.h */ |
244 |
| -#ifndef __UAPI_DEF_SOCKADDR_IPX |
245 |
| -#define __UAPI_DEF_SOCKADDR_IPX 1 |
246 |
| -#endif |
247 |
| -#ifndef __UAPI_DEF_IPX_ROUTE_DEFINITION |
248 |
| -#define __UAPI_DEF_IPX_ROUTE_DEFINITION 1 |
249 |
| -#endif |
250 |
| -#ifndef __UAPI_DEF_IPX_INTERFACE_DEFINITION |
251 |
| -#define __UAPI_DEF_IPX_INTERFACE_DEFINITION 1 |
252 |
| -#endif |
253 |
| -#ifndef __UAPI_DEF_IPX_CONFIG_DATA |
254 |
| -#define __UAPI_DEF_IPX_CONFIG_DATA 1 |
255 |
| -#endif |
256 |
| -#ifndef __UAPI_DEF_IPX_ROUTE_DEF |
257 |
| -#define __UAPI_DEF_IPX_ROUTE_DEF 1 |
258 |
| -#endif |
259 |
| - |
260 | 224 | /* Definitions for xattr.h */
|
261 | 225 | #ifndef __UAPI_DEF_XATTR
|
262 | 226 | #define __UAPI_DEF_XATTR 1
|
|
0 commit comments