1 /* Generated by ./xlat/gen.sh from ./xlat/pmsgflags.in; do not edit. */ 2 3 static const struct xlat pmsgflags[] = { 4 #if defined(MSG_HIPRI) || (defined(HAVE_DECL_MSG_HIPRI) && HAVE_DECL_MSG_HIPRI) 5 XLAT(MSG_HIPRI), 6 #endif 7 #if defined(MSG_ANY) || (defined(HAVE_DECL_MSG_ANY) && HAVE_DECL_MSG_ANY) 8 XLAT(MSG_ANY), 9 #endif 10 #if defined(MSG_BAND) || (defined(HAVE_DECL_MSG_BAND) && HAVE_DECL_MSG_BAND) 11 XLAT(MSG_BAND), 12 #endif 13 XLAT_END 14 }; 15