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