1827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes/* Generated by ./xlat/gen.sh from ./xlat/addrfams.in; do not edit. */
237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_UNSPEC) || (defined(HAVE_DECL_AF_UNSPEC) && HAVE_DECL_AF_UNSPEC))
337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_UNSPEC 0
4827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_UNIX) || (defined(HAVE_DECL_AF_UNIX) && HAVE_DECL_AF_UNIX))
637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_UNIX 1
7827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_INET) || (defined(HAVE_DECL_AF_INET) && HAVE_DECL_AF_INET))
937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_INET 2
10827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
1137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_AX25) || (defined(HAVE_DECL_AF_AX25) && HAVE_DECL_AF_AX25))
1237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_AX25 3
13827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
1437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_IPX) || (defined(HAVE_DECL_AF_IPX) && HAVE_DECL_AF_IPX))
1537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_IPX 4
16827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
1737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_APPLETALK) || (defined(HAVE_DECL_AF_APPLETALK) && HAVE_DECL_AF_APPLETALK))
1837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_APPLETALK 5
19827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
2037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_NETROM) || (defined(HAVE_DECL_AF_NETROM) && HAVE_DECL_AF_NETROM))
2137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_NETROM 6
22827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
2337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_BRIDGE) || (defined(HAVE_DECL_AF_BRIDGE) && HAVE_DECL_AF_BRIDGE))
2437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_BRIDGE 7
25827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
2637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ATMPVC) || (defined(HAVE_DECL_AF_ATMPVC) && HAVE_DECL_AF_ATMPVC))
2737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ATMPVC 8
28827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
2937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_X25) || (defined(HAVE_DECL_AF_X25) && HAVE_DECL_AF_X25))
3037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_X25 9
31827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
3237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_INET6) || (defined(HAVE_DECL_AF_INET6) && HAVE_DECL_AF_INET6))
3337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_INET6 10
34827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
3537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ROSE) || (defined(HAVE_DECL_AF_ROSE) && HAVE_DECL_AF_ROSE))
3637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ROSE 11
37827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
3837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_DECnet) || (defined(HAVE_DECL_AF_DECnet) && HAVE_DECL_AF_DECnet))
3937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_DECnet 12
40827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
4137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_NETBEUI) || (defined(HAVE_DECL_AF_NETBEUI) && HAVE_DECL_AF_NETBEUI))
4237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_NETBEUI 13
43827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
4437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_SECURITY) || (defined(HAVE_DECL_AF_SECURITY) && HAVE_DECL_AF_SECURITY))
4537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_SECURITY 14
46827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
4737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_KEY) || (defined(HAVE_DECL_AF_KEY) && HAVE_DECL_AF_KEY))
4837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_KEY 15
49827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
5037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_NETLINK) || (defined(HAVE_DECL_AF_NETLINK) && HAVE_DECL_AF_NETLINK))
5137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_NETLINK 16
52827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
5337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_PACKET) || (defined(HAVE_DECL_AF_PACKET) && HAVE_DECL_AF_PACKET))
5437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_PACKET 17
55827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
5637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ASH) || (defined(HAVE_DECL_AF_ASH) && HAVE_DECL_AF_ASH))
5737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ASH 18
58827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
5937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ECONET) || (defined(HAVE_DECL_AF_ECONET) && HAVE_DECL_AF_ECONET))
6037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ECONET 19
61827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
6237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ATMSVC) || (defined(HAVE_DECL_AF_ATMSVC) && HAVE_DECL_AF_ATMSVC))
6337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ATMSVC 20
64827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
6537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_RDS) || (defined(HAVE_DECL_AF_RDS) && HAVE_DECL_AF_RDS))
6637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_RDS 21
67827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
6837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_SNA) || (defined(HAVE_DECL_AF_SNA) && HAVE_DECL_AF_SNA))
6937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_SNA 22
70827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
7137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_IRDA) || (defined(HAVE_DECL_AF_IRDA) && HAVE_DECL_AF_IRDA))
7237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_IRDA 23
73827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
7437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_PPPOX) || (defined(HAVE_DECL_AF_PPPOX) && HAVE_DECL_AF_PPPOX))
7537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_PPPOX 24
76827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
7737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_WANPIPE) || (defined(HAVE_DECL_AF_WANPIPE) && HAVE_DECL_AF_WANPIPE))
7837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_WANPIPE 25
79827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
8037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_LLC) || (defined(HAVE_DECL_AF_LLC) && HAVE_DECL_AF_LLC))
8137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_LLC 26
82827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
8337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_IB) || (defined(HAVE_DECL_AF_IB) && HAVE_DECL_AF_IB))
8437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_IB 27
85827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
8637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_MPLS) || (defined(HAVE_DECL_AF_MPLS) && HAVE_DECL_AF_MPLS))
8737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_MPLS 28
888948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#endif
8937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_CAN) || (defined(HAVE_DECL_AF_CAN) && HAVE_DECL_AF_CAN))
9037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_CAN 29
918948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#endif
9237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_TIPC) || (defined(HAVE_DECL_AF_TIPC) && HAVE_DECL_AF_TIPC))
9337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_TIPC 30
94827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
9537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH))
9637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_BLUETOOTH 31
97827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
9837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_IUCV) || (defined(HAVE_DECL_AF_IUCV) && HAVE_DECL_AF_IUCV))
9937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_IUCV 32
100827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
10137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_RXRPC) || (defined(HAVE_DECL_AF_RXRPC) && HAVE_DECL_AF_RXRPC))
10237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_RXRPC 33
103827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
10437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ISDN) || (defined(HAVE_DECL_AF_ISDN) && HAVE_DECL_AF_ISDN))
10537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ISDN 34
106827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
10737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_PHONET) || (defined(HAVE_DECL_AF_PHONET) && HAVE_DECL_AF_PHONET))
10837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_PHONET 35
109827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
11037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_IEEE802154) || (defined(HAVE_DECL_AF_IEEE802154) && HAVE_DECL_AF_IEEE802154))
11137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_IEEE802154 36
112827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
11337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_CAIF) || (defined(HAVE_DECL_AF_CAIF) && HAVE_DECL_AF_CAIF))
11437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_CAIF 37
115827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
11637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_ALG) || (defined(HAVE_DECL_AF_ALG) && HAVE_DECL_AF_ALG))
11737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_ALG 38
118827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
11937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_NFC) || (defined(HAVE_DECL_AF_NFC) && HAVE_DECL_AF_NFC))
12037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_NFC 39
121827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
12237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_VSOCK) || (defined(HAVE_DECL_AF_VSOCK) && HAVE_DECL_AF_VSOCK))
12337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_VSOCK 40
124827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
12537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_KCM) || (defined(HAVE_DECL_AF_KCM) && HAVE_DECL_AF_KCM))
12637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_KCM 41
127827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
12837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#if !(defined(AF_QIPCRTR) || (defined(HAVE_DECL_AF_QIPCRTR) && HAVE_DECL_AF_QIPCRTR))
12937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes# define AF_QIPCRTR 42
130827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes#endif
13137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes
13237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes#ifndef IN_MPERS
13337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes
13437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughesconst struct xlat addrfams[] = {
13537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_UNSPEC),
13637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_UNIX),
13737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_INET),
13837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_AX25),
13937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_IPX),
14037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_APPLETALK),
14137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_NETROM),
14237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_BRIDGE),
14337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ATMPVC),
14437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_X25),
14537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_INET6),
14637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ROSE),
14737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_DECnet),
14837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_NETBEUI),
14937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_SECURITY),
15037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_KEY),
15137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_NETLINK),
15237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_PACKET),
15337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ASH),
15437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ECONET),
15537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ATMSVC),
15637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_RDS),
15737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_SNA),
15837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_IRDA),
15937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_PPPOX),
16037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_WANPIPE),
16137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_LLC),
16237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_IB),
16337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_MPLS),
16437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_CAN),
16537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_TIPC),
16637796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_BLUETOOTH),
16737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_IUCV),
16837796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_RXRPC),
16937796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ISDN),
17037796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_PHONET),
17137796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_IEEE802154),
17237796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_CAIF),
17337796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_ALG),
17437796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_NFC),
17537796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_VSOCK),
176a618f75b70fc6921a50568225320dfd022c9b3a0Elliott Hughes XLAT(AF_KCM),
17737796793fa30cc9ea30bd204b137a9e89b22f8c8Elliott Hughes XLAT(AF_QIPCRTR),
1780328d0a8a4c8c60cb7e4651f45f62f06823d5acbElliott Hughes XLAT_END
179827283714cf6f0ff11f3b46a98203cb3c8fd920bElliott Hughes};
1808948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
1818948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#endif /* !IN_MPERS */
182