blob: a1c3544a12b9abf0ec1910e6b509541e108ca68e [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* 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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(F_OK),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(R_OK) || (defined(HAVE_DECL_R_OK) && HAVE_DECL_R_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(R_OK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(W_OK) || (defined(HAVE_DECL_W_OK) && HAVE_DECL_W_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(W_OK),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(X_OK) || (defined(HAVE_DECL_X_OK) && HAVE_DECL_X_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(X_OK),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(EFF_ONLY_OK) || (defined(HAVE_DECL_EFF_ONLY_OK) && HAVE_DECL_EFF_ONLY_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(EFF_ONLY_OK),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(EX_OK) || (defined(HAVE_DECL_EX_OK) && HAVE_DECL_EX_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(EX_OK),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070022 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070023};