1 /*
2  * Public domain
3  * netinet/ip_ipsp.h compatibility shim
4  */
5 
6 #ifdef HAVE_NETINET_IP_IPSP_H
7 #include_next <netinet/ip_ipsp.h>
8 #else
9 #define SPI_RESERVED_MAX	255
10 #endif
11