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