blob: e3cde10bea16f14de1b0920d5a8ada9c90c39877 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/msg_flags.in; do not edit. */
2
3static const struct xlat msg_flags[] = {
4#if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(MSG_OOB),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MSG_PEEK) || (defined(HAVE_DECL_MSG_PEEK) && HAVE_DECL_MSG_PEEK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MSG_PEEK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(MSG_DONTROUTE) || (defined(HAVE_DECL_MSG_DONTROUTE) && HAVE_DECL_MSG_DONTROUTE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(MSG_DONTROUTE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(MSG_CTRUNC) || (defined(HAVE_DECL_MSG_CTRUNC) && HAVE_DECL_MSG_CTRUNC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(MSG_CTRUNC),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(MSG_PROBE) || (defined(HAVE_DECL_MSG_PROBE) && HAVE_DECL_MSG_PROBE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(MSG_PROBE),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(MSG_TRUNC) || (defined(HAVE_DECL_MSG_TRUNC) && HAVE_DECL_MSG_TRUNC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(MSG_TRUNC),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(MSG_DONTWAIT) || (defined(HAVE_DECL_MSG_DONTWAIT) && HAVE_DECL_MSG_DONTWAIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(MSG_DONTWAIT),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(MSG_EOR) || (defined(HAVE_DECL_MSG_EOR) && HAVE_DECL_MSG_EOR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(MSG_EOR),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(MSG_WAITALL) || (defined(HAVE_DECL_MSG_WAITALL) && HAVE_DECL_MSG_WAITALL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(MSG_WAITALL),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(MSG_FIN) || (defined(HAVE_DECL_MSG_FIN) && HAVE_DECL_MSG_FIN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(MSG_FIN),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(MSG_SYN) || (defined(HAVE_DECL_MSG_SYN) && HAVE_DECL_MSG_SYN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(MSG_SYN),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(MSG_CONFIRM) || (defined(HAVE_DECL_MSG_CONFIRM) && HAVE_DECL_MSG_CONFIRM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(MSG_CONFIRM),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(MSG_RST) || (defined(HAVE_DECL_MSG_RST) && HAVE_DECL_MSG_RST)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(MSG_RST),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(MSG_ERRQUEUE) || (defined(HAVE_DECL_MSG_ERRQUEUE) && HAVE_DECL_MSG_ERRQUEUE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(MSG_ERRQUEUE),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(MSG_NOSIGNAL) || (defined(HAVE_DECL_MSG_NOSIGNAL) && HAVE_DECL_MSG_NOSIGNAL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(MSG_NOSIGNAL),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(MSG_MORE) || (defined(HAVE_DECL_MSG_MORE) && HAVE_DECL_MSG_MORE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(MSG_MORE),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(MSG_WAITFORONE) || (defined(HAVE_DECL_MSG_WAITFORONE) && HAVE_DECL_MSG_WAITFORONE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(MSG_WAITFORONE),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(MSG_EOF) || (defined(HAVE_DECL_MSG_EOF) && HAVE_DECL_MSG_EOF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(MSG_EOF),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(MSG_FASTOPEN) || (defined(HAVE_DECL_MSG_FASTOPEN) && HAVE_DECL_MSG_FASTOPEN)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(MSG_FASTOPEN),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(MSG_CMSG_CLOEXEC) || (defined(HAVE_DECL_MSG_CMSG_CLOEXEC) && HAVE_DECL_MSG_CMSG_CLOEXEC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(MSG_CMSG_CLOEXEC),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070064 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070065};