Added some Solaris AF_ types.

svn path=/trunk/; revision=31163
This commit is contained in:
Stig Bjørlykke 2009-12-03 17:31:03 +00:00
parent 7663aff6fc
commit b13082516f
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ extern "C" {
#define LINUX_AF_INET 2
#define LINUX_AF_INET6 10
/* Solaris AF_ values. */
#define SOLARIS_AF_INET 2
#define SOLARIS_AF_INET6 26
/* Winsock AF_ values. */
#define WINSOCK_AF_INET 2
#define WINSOCK_AF_IPX 6