1 /* Generated by ./xlat/gen.sh from ./xlat/open_access_modes.in; do not edit. */
2 
3 #ifndef IN_MPERS
4 
5 const struct xlat open_access_modes[] = {
6 #if defined(O_RDONLY) || (defined(HAVE_DECL_O_RDONLY) && HAVE_DECL_O_RDONLY)
7   XLAT(O_RDONLY),
8 #endif
9 #if defined(O_WRONLY) || (defined(HAVE_DECL_O_WRONLY) && HAVE_DECL_O_WRONLY)
10   XLAT(O_WRONLY),
11 #endif
12 #if defined(O_RDWR) || (defined(HAVE_DECL_O_RDWR) && HAVE_DECL_O_RDWR)
13   XLAT(O_RDWR),
14 #endif
15 #if defined(O_ACCMODE) || (defined(HAVE_DECL_O_ACCMODE) && HAVE_DECL_O_ACCMODE)
16   XLAT(O_ACCMODE),
17 #endif
18  XLAT_END
19 };
20 
21 #endif /* !IN_MPERS */
22