Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/scmvals.in; do not edit. */
      2 
      3 static const struct xlat scmvals[] = {
      4 #if defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS)
      5 	XLAT(SCM_RIGHTS),
      6 #endif
      7 #if defined(SCM_CREDENTIALS) || (defined(HAVE_DECL_SCM_CREDENTIALS) && HAVE_DECL_SCM_CREDENTIALS)
      8 	XLAT(SCM_CREDENTIALS),
      9 #endif
     10 	XLAT_END
     11 };
     12