1 /* Generated by ./xlat/gen.sh from ./xlat/setsock_ipv6_options.in; do not edit. */ 2 3 #include "gcc_compat.h" 4 #include "static_assert.h" 5 6 7 #ifndef XLAT_MACROS_ONLY 8 9 # ifdef IN_MPERS 10 11 # error static const struct xlat setsock_ipv6_options in mpers mode 12 13 # else 14 15 static 16 const struct xlat setsock_ipv6_options[] = { 17 /* 18 * Options specific to setsockopt(SOL_IPV6). 19 * Common {g,s}etsockopt(SOL_IPV6) options 20 * should be in sock_ipv6_options.in instead. 21 */ 22 23 #if defined(IP6T_SO_SET_REPLACE) || (defined(HAVE_DECL_IP6T_SO_SET_REPLACE) && HAVE_DECL_IP6T_SO_SET_REPLACE) 24 XLAT(IP6T_SO_SET_REPLACE), 25 #endif 26 #if defined(IP6T_SO_SET_ADD_COUNTERS) || (defined(HAVE_DECL_IP6T_SO_SET_ADD_COUNTERS) && HAVE_DECL_IP6T_SO_SET_ADD_COUNTERS) 27 XLAT(IP6T_SO_SET_ADD_COUNTERS), 28 #endif 29 XLAT_END 30 }; 31 32 # endif /* !IN_MPERS */ 33 34 #endif /* !XLAT_MACROS_ONLY */ 35