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