blob: 3593591de83bcb56ed794a764983c04f16eb202e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_unix.in; do not edit. */
2
3static const struct xlat sysctl_net_unix[] = {
4#if defined(NET_UNIX_DESTROY_DELAY) || (defined(HAVE_DECL_NET_UNIX_DESTROY_DELAY) && HAVE_DECL_NET_UNIX_DESTROY_DELAY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(NET_UNIX_DESTROY_DELAY),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(NET_UNIX_DELETE_DELAY) || (defined(HAVE_DECL_NET_UNIX_DELETE_DELAY) && HAVE_DECL_NET_UNIX_DELETE_DELAY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(NET_UNIX_DELETE_DELAY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(NET_UNIX_MAX_DGRAM_QLEN) || (defined(HAVE_DECL_NET_UNIX_MAX_DGRAM_QLEN) && HAVE_DECL_NET_UNIX_MAX_DGRAM_QLEN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(NET_UNIX_MAX_DGRAM_QLEN),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};