1/* Generated by ./xlat/gen.sh from ./xlat/shm_flags.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat shm_flags in mpers mode
6
7#else
8
9static
10const struct xlat shm_flags[] = {
11#if defined(SHM_REMAP) || (defined(HAVE_DECL_SHM_REMAP) && HAVE_DECL_SHM_REMAP)
12  XLAT(SHM_REMAP),
13#endif
14#if defined(SHM_RDONLY) || (defined(HAVE_DECL_SHM_RDONLY) && HAVE_DECL_SHM_RDONLY)
15  XLAT(SHM_RDONLY),
16#endif
17#if defined(SHM_RND) || (defined(HAVE_DECL_SHM_RND) && HAVE_DECL_SHM_RND)
18  XLAT(SHM_RND),
19#endif
20 XLAT_END
21};
22
23#endif /* !IN_MPERS */
24