• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/at_flags.in; do not edit. */
2 #if !(defined(AT_SYMLINK_NOFOLLOW) || (defined(HAVE_DECL_AT_SYMLINK_NOFOLLOW) && HAVE_DECL_AT_SYMLINK_NOFOLLOW))
3 # define AT_SYMLINK_NOFOLLOW 0x100
4 #endif
5 #if !(defined(AT_REMOVEDIR) || (defined(HAVE_DECL_AT_REMOVEDIR) && HAVE_DECL_AT_REMOVEDIR))
6 # define AT_REMOVEDIR 0x200
7 #endif
8 #if !(defined(AT_SYMLINK_FOLLOW) || (defined(HAVE_DECL_AT_SYMLINK_FOLLOW) && HAVE_DECL_AT_SYMLINK_FOLLOW))
9 # define AT_SYMLINK_FOLLOW 0x400
10 #endif
11 #if !(defined(AT_NO_AUTOMOUNT) || (defined(HAVE_DECL_AT_NO_AUTOMOUNT) && HAVE_DECL_AT_NO_AUTOMOUNT))
12 # define AT_NO_AUTOMOUNT 0x800
13 #endif
14 #if !(defined(AT_EMPTY_PATH) || (defined(HAVE_DECL_AT_EMPTY_PATH) && HAVE_DECL_AT_EMPTY_PATH))
15 # define AT_EMPTY_PATH 0x1000
16 #endif
17 
18 #ifndef IN_MPERS
19 
20 const struct xlat at_flags[] = {
21  XLAT(AT_SYMLINK_NOFOLLOW),
22  XLAT(AT_REMOVEDIR),
23  XLAT(AT_SYMLINK_FOLLOW),
24  XLAT(AT_NO_AUTOMOUNT),
25  XLAT(AT_EMPTY_PATH),
26  XLAT_END
27 };
28 
29 #endif /* !IN_MPERS */
30