Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/nf_cttimeout_msg_types.in; do not edit. */
      2 #if !(defined(IPCTNL_MSG_TIMEOUT_NEW) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_NEW) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_NEW))
      3 # define IPCTNL_MSG_TIMEOUT_NEW 0
      4 #endif
      5 #if !(defined(IPCTNL_MSG_TIMEOUT_GET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_GET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_GET))
      6 # define IPCTNL_MSG_TIMEOUT_GET 1
      7 #endif
      8 #if !(defined(IPCTNL_MSG_TIMEOUT_DELETE) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DELETE) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DELETE))
      9 # define IPCTNL_MSG_TIMEOUT_DELETE 2
     10 #endif
     11 #if !(defined(IPCTNL_MSG_TIMEOUT_DEFAULT_SET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_SET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_SET))
     12 # define IPCTNL_MSG_TIMEOUT_DEFAULT_SET 3
     13 #endif
     14 #if !(defined(IPCTNL_MSG_TIMEOUT_DEFAULT_GET) || (defined(HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_GET) && HAVE_DECL_IPCTNL_MSG_TIMEOUT_DEFAULT_GET))
     15 # define IPCTNL_MSG_TIMEOUT_DEFAULT_GET 4
     16 #endif
     17 
     18 #ifdef IN_MPERS
     19 
     20 # error static const struct xlat nf_cttimeout_msg_types in mpers mode
     21 
     22 #else
     23 
     24 static
     25 const struct xlat nf_cttimeout_msg_types[] = {
     26  XLAT(IPCTNL_MSG_TIMEOUT_NEW),
     27  XLAT(IPCTNL_MSG_TIMEOUT_GET),
     28  XLAT(IPCTNL_MSG_TIMEOUT_DELETE),
     29  XLAT(IPCTNL_MSG_TIMEOUT_DEFAULT_SET),
     30  XLAT(IPCTNL_MSG_TIMEOUT_DEFAULT_GET),
     31  XLAT_END
     32 };
     33 
     34 #endif /* !IN_MPERS */
     35