blob: b448eaef6d66e5c1726cde7033fffaa4e295db91 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/pmsgflags.in; do not edit. */
2
3static const struct xlat pmsgflags[] = {
4#if defined(MSG_HIPRI) || (defined(HAVE_DECL_MSG_HIPRI) && HAVE_DECL_MSG_HIPRI)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MSG_HIPRI),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MSG_ANY) || (defined(HAVE_DECL_MSG_ANY) && HAVE_DECL_MSG_ANY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MSG_ANY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MSG_BAND) || (defined(HAVE_DECL_MSG_BAND) && HAVE_DECL_MSG_BAND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MSG_BAND),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070013 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070014};