Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/nf_queue_msg_types.in; do not edit. */
      2 #if !(defined(NFQNL_MSG_PACKET) || (defined(HAVE_DECL_NFQNL_MSG_PACKET) && HAVE_DECL_NFQNL_MSG_PACKET))
      3 # define NFQNL_MSG_PACKET 0
      4 #endif
      5 #if !(defined(NFQNL_MSG_VERDICT) || (defined(HAVE_DECL_NFQNL_MSG_VERDICT) && HAVE_DECL_NFQNL_MSG_VERDICT))
      6 # define NFQNL_MSG_VERDICT 1
      7 #endif
      8 #if !(defined(NFQNL_MSG_CONFIG) || (defined(HAVE_DECL_NFQNL_MSG_CONFIG) && HAVE_DECL_NFQNL_MSG_CONFIG))
      9 # define NFQNL_MSG_CONFIG 2
     10 #endif
     11 #if !(defined(NFQNL_MSG_VERDICT_BATCH) || (defined(HAVE_DECL_NFQNL_MSG_VERDICT_BATCH) && HAVE_DECL_NFQNL_MSG_VERDICT_BATCH))
     12 # define NFQNL_MSG_VERDICT_BATCH 3
     13 #endif
     14 
     15 #ifdef IN_MPERS
     16 
     17 # error static const struct xlat nf_queue_msg_types in mpers mode
     18 
     19 #else
     20 
     21 static
     22 const struct xlat nf_queue_msg_types[] = {
     23  XLAT(NFQNL_MSG_PACKET),
     24  XLAT(NFQNL_MSG_VERDICT),
     25  XLAT(NFQNL_MSG_CONFIG),
     26  XLAT(NFQNL_MSG_VERDICT_BATCH),
     27  XLAT_END
     28 };
     29 
     30 #endif /* !IN_MPERS */
     31