1 /* Generated by ./xlat/gen.sh from ./xlat/scmvals.in; do not edit. */
2 #if !(defined(SCM_RIGHTS) || (defined(HAVE_DECL_SCM_RIGHTS) && HAVE_DECL_SCM_RIGHTS))
3 # define SCM_RIGHTS 1
4 #endif
5 #if !(defined(SCM_CREDENTIALS) || (defined(HAVE_DECL_SCM_CREDENTIALS) && HAVE_DECL_SCM_CREDENTIALS))
6 # define SCM_CREDENTIALS 2
7 #endif
8 #if !(defined(SCM_SECURITY) || (defined(HAVE_DECL_SCM_SECURITY) && HAVE_DECL_SCM_SECURITY))
9 # define SCM_SECURITY 3
10 #endif
11 
12 #ifdef IN_MPERS
13 
14 # error static const struct xlat scmvals in mpers mode
15 
16 #else
17 
18 static
19 const struct xlat scmvals[] = {
20  XLAT(SCM_RIGHTS),
21  XLAT(SCM_CREDENTIALS),
22  XLAT(SCM_SECURITY),
23  XLAT_END
24 };
25 
26 #endif /* !IN_MPERS */
27