1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_unix.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 sysctl_net_unix in mpers mode 12 13 # else 14 15 static 16 const struct xlat sysctl_net_unix[] = { 17 XLAT(NET_UNIX_DESTROY_DELAY), 18 XLAT(NET_UNIX_DELETE_DELAY), 19 XLAT(NET_UNIX_MAX_DGRAM_QLEN), 20 XLAT_END 21 }; 22 23 # endif /* !IN_MPERS */ 24 25 #endif /* !XLAT_MACROS_ONLY */ 26