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