1/* Generated by ./xlat/gen.sh from ./xlat/access_flags.in; do not edit. */
2
3static const struct xlat access_flags[] = {
4#if defined(F_OK) || (defined(HAVE_DECL_F_OK) && HAVE_DECL_F_OK)
5 XLAT(F_OK),
6#endif
7#if defined(R_OK) || (defined(HAVE_DECL_R_OK) && HAVE_DECL_R_OK)
8 XLAT(R_OK),
9#endif
10#if defined(W_OK) || (defined(HAVE_DECL_W_OK) && HAVE_DECL_W_OK)
11 XLAT(W_OK),
12#endif
13#if defined(X_OK) || (defined(HAVE_DECL_X_OK) && HAVE_DECL_X_OK)
14 XLAT(X_OK),
15#endif
16#if defined(EFF_ONLY_OK) || (defined(HAVE_DECL_EFF_ONLY_OK) && HAVE_DECL_EFF_ONLY_OK)
17 XLAT(EFF_ONLY_OK),
18#endif
19#if defined(EX_OK) || (defined(HAVE_DECL_EX_OK) && HAVE_DECL_EX_OK)
20 XLAT(EX_OK),
21#endif
22 XLAT_END
23};
24