/* Generated by ./xlat/gen.sh from ./xlat/pr_cap_ambient.in; do not edit. */ #if !(defined(PR_CAP_AMBIENT_IS_SET) || (defined(HAVE_DECL_PR_CAP_AMBIENT_IS_SET) && HAVE_DECL_PR_CAP_AMBIENT_IS_SET)) # define PR_CAP_AMBIENT_IS_SET 1 #endif #if !(defined(PR_CAP_AMBIENT_RAISE) || (defined(HAVE_DECL_PR_CAP_AMBIENT_RAISE) && HAVE_DECL_PR_CAP_AMBIENT_RAISE)) # define PR_CAP_AMBIENT_RAISE 2 #endif #if !(defined(PR_CAP_AMBIENT_LOWER) || (defined(HAVE_DECL_PR_CAP_AMBIENT_LOWER) && HAVE_DECL_PR_CAP_AMBIENT_LOWER)) # define PR_CAP_AMBIENT_LOWER 3 #endif #if !(defined(PR_CAP_AMBIENT_CLEAR_ALL) || (defined(HAVE_DECL_PR_CAP_AMBIENT_CLEAR_ALL) && HAVE_DECL_PR_CAP_AMBIENT_CLEAR_ALL)) # define PR_CAP_AMBIENT_CLEAR_ALL 4 #endif #ifdef IN_MPERS # error static const struct xlat pr_cap_ambient in mpers mode #else static const struct xlat pr_cap_ambient[] = { XLAT(PR_CAP_AMBIENT_IS_SET), XLAT(PR_CAP_AMBIENT_RAISE), XLAT(PR_CAP_AMBIENT_LOWER), XLAT(PR_CAP_AMBIENT_CLEAR_ALL), XLAT_END }; #endif /* !IN_MPERS */