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 #if defined(SCM_SECURITY) || (defined(HAVE_DECL_SCM_SECURITY) && HAVE_DECL_SCM_SECURITY)
11  XLAT(SCM_SECURITY),
12 #endif
13  XLAT_END
14 };
15