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