Add some definitions.

This commit is contained in:
W. Eric Norum
2000-03-13 22:24:50 +00:00
parent 6cb1493727
commit 697df77aad
+12
View File
@@ -67,4 +67,16 @@ int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, st
#define INADDR_LOOPBACK (u_long)0x7F000001
#endif
/*
* For shutdown()
*/
#define SD_BOTH 2
/*
* Ensure that we get the right network code in osdSock.c
*/
#if (defined(BSD) && (BSD < 44))
# define BSD 44
#endif
#endif /*osdSockH*/