Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_unix.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat sysctl_net_unix in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat sysctl_net_unix[] = {
     11 #if defined(NET_UNIX_DESTROY_DELAY) || (defined(HAVE_DECL_NET_UNIX_DESTROY_DELAY) && HAVE_DECL_NET_UNIX_DESTROY_DELAY)
     12   XLAT(NET_UNIX_DESTROY_DELAY),
     13 #endif
     14 #if defined(NET_UNIX_DELETE_DELAY) || (defined(HAVE_DECL_NET_UNIX_DELETE_DELAY) && HAVE_DECL_NET_UNIX_DELETE_DELAY)
     15   XLAT(NET_UNIX_DELETE_DELAY),
     16 #endif
     17 #if defined(NET_UNIX_MAX_DGRAM_QLEN) || (defined(HAVE_DECL_NET_UNIX_MAX_DGRAM_QLEN) && HAVE_DECL_NET_UNIX_MAX_DGRAM_QLEN)
     18   XLAT(NET_UNIX_MAX_DGRAM_QLEN),
     19 #endif
     20  XLAT_END
     21 };
     22 
     23 #endif /* !IN_MPERS */
     24