1 /* Generated by ./xlat/gen.sh from ./xlat/rtnl_neightbl_attrs.in; do not edit. */ 2 #if !(defined(NDTA_UNSPEC) || (defined(HAVE_DECL_NDTA_UNSPEC) && HAVE_DECL_NDTA_UNSPEC)) 3 # define NDTA_UNSPEC 0 4 #endif 5 #if !(defined(NDTA_NAME) || (defined(HAVE_DECL_NDTA_NAME) && HAVE_DECL_NDTA_NAME)) 6 # define NDTA_NAME 1 7 #endif 8 #if !(defined(NDTA_THRESH1) || (defined(HAVE_DECL_NDTA_THRESH1) && HAVE_DECL_NDTA_THRESH1)) 9 # define NDTA_THRESH1 2 10 #endif 11 #if !(defined(NDTA_THRESH2) || (defined(HAVE_DECL_NDTA_THRESH2) && HAVE_DECL_NDTA_THRESH2)) 12 # define NDTA_THRESH2 3 13 #endif 14 #if !(defined(NDTA_THRESH3) || (defined(HAVE_DECL_NDTA_THRESH3) && HAVE_DECL_NDTA_THRESH3)) 15 # define NDTA_THRESH3 4 16 #endif 17 #if !(defined(NDTA_CONFIG) || (defined(HAVE_DECL_NDTA_CONFIG) && HAVE_DECL_NDTA_CONFIG)) 18 # define NDTA_CONFIG 5 19 #endif 20 #if !(defined(NDTA_PARMS) || (defined(HAVE_DECL_NDTA_PARMS) && HAVE_DECL_NDTA_PARMS)) 21 # define NDTA_PARMS 6 22 #endif 23 #if !(defined(NDTA_STATS) || (defined(HAVE_DECL_NDTA_STATS) && HAVE_DECL_NDTA_STATS)) 24 # define NDTA_STATS 7 25 #endif 26 #if !(defined(NDTA_GC_INTERVAL) || (defined(HAVE_DECL_NDTA_GC_INTERVAL) && HAVE_DECL_NDTA_GC_INTERVAL)) 27 # define NDTA_GC_INTERVAL 8 28 #endif 29 #if !(defined(NDTA_PAD) || (defined(HAVE_DECL_NDTA_PAD) && HAVE_DECL_NDTA_PAD)) 30 # define NDTA_PAD 9 31 #endif 32 33 #ifdef IN_MPERS 34 35 # error static const struct xlat rtnl_neightbl_attrs in mpers mode 36 37 #else 38 39 static 40 const struct xlat rtnl_neightbl_attrs[] = { 41 XLAT(NDTA_UNSPEC), 42 XLAT(NDTA_NAME), 43 XLAT(NDTA_THRESH1), 44 XLAT(NDTA_THRESH2), 45 XLAT(NDTA_THRESH3), 46 XLAT(NDTA_CONFIG), 47 XLAT(NDTA_PARMS), 48 XLAT(NDTA_STATS), 49 XLAT(NDTA_GC_INTERVAL), 50 XLAT(NDTA_PAD), 51 XLAT_END 52 }; 53 54 #endif /* !IN_MPERS */ 55