1/* Generated by ./xlat/gen.sh from ./xlat/name_to_handle_at_flags.in; do not edit. */
2#if !(defined(AT_SYMLINK_FOLLOW) || (defined(HAVE_DECL_AT_SYMLINK_FOLLOW) && HAVE_DECL_AT_SYMLINK_FOLLOW))
3# define AT_SYMLINK_FOLLOW 0x400
4#endif
5#if !(defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH))
6# define AT_EMPTY_PATH 0x1000
7#endif
8
9#ifdef IN_MPERS
10
11# error static const struct xlat name_to_handle_at_flags in mpers mode
12
13#else
14
15static
16const struct xlat name_to_handle_at_flags[] = {
17 XLAT(AT_SYMLINK_FOLLOW),
18 XLAT(AT_EMPTY_PATH),
19 XLAT_END
20};
21
22#endif /* !IN_MPERS */
23