scmvals.h revision 827283714cf6f0ff11f3b46a98203cb3c8fd920b
1/* Generated by ./xlat/gen.sh from ./xlat/scmvals.in; do not edit. */
2
3static 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