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