Skip to content
Snippets Groups Projects
Commit 1d34d88a authored by rswindell's avatar rswindell
Browse files

Added LINGER definition (WinSockism)

parent 6341827f
Branches
Tags
No related merge requests found
......@@ -58,8 +58,10 @@
#include <sys/ioctl.h> /* FIONBIO */
#include <unistd.h> /* close */
/* WinSockisms */
#define HOSTENT struct hostent
#define SOCKADDR_IN struct sockaddr_in
#define LINGER struct linger
#define SOCKET int
#define SOCKET_ERROR -1
#define INVALID_SOCKET (SOCKET)(~0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment