blob: 20c60826801c0a7abccb54221a1c8207f171ebf2 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/socktypes.in; do not edit. */
2
3static const struct xlat socktypes[] = {
4#if defined(SOCK_STREAM) || (defined(HAVE_DECL_SOCK_STREAM) && HAVE_DECL_SOCK_STREAM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(SOCK_STREAM),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(SOCK_DGRAM) || (defined(HAVE_DECL_SOCK_DGRAM) && HAVE_DECL_SOCK_DGRAM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(SOCK_DGRAM),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(SOCK_RAW) || (defined(HAVE_DECL_SOCK_RAW) && HAVE_DECL_SOCK_RAW)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(SOCK_RAW),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(SOCK_RDM) || (defined(HAVE_DECL_SOCK_RDM) && HAVE_DECL_SOCK_RDM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(SOCK_RDM),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(SOCK_SEQPACKET) || (defined(HAVE_DECL_SOCK_SEQPACKET) && HAVE_DECL_SOCK_SEQPACKET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(SOCK_SEQPACKET),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(SOCK_DCCP) || (defined(HAVE_DECL_SOCK_DCCP) && HAVE_DECL_SOCK_DCCP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(SOCK_DCCP),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(SOCK_PACKET) || (defined(HAVE_DECL_SOCK_PACKET) && HAVE_DECL_SOCK_PACKET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(SOCK_PACKET),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070026};