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