/* Generated by ./xlat/gen.sh from ./xlat/f_owner_types.in; do not edit. */ #if !(defined(F_OWNER_TID) || (defined(HAVE_DECL_F_OWNER_TID) && HAVE_DECL_F_OWNER_TID)) # define F_OWNER_TID 0 #endif #if !(defined(F_OWNER_PID) || (defined(HAVE_DECL_F_OWNER_PID) && HAVE_DECL_F_OWNER_PID)) # define F_OWNER_PID 1 #endif #if !(defined(F_OWNER_PGRP) || (defined(HAVE_DECL_F_OWNER_PGRP) && HAVE_DECL_F_OWNER_PGRP)) # define F_OWNER_PGRP 2 #endif #ifdef IN_MPERS # error static const struct xlat f_owner_types in mpers mode #else static const struct xlat f_owner_types[] = { XLAT(F_OWNER_TID), XLAT(F_OWNER_PID), XLAT(F_OWNER_PGRP), XLAT_END }; #endif /* !IN_MPERS */