29 #ifndef RGJ_FREE_SOCKET_CONFIG_H_
30 #define RGJ_FREE_SOCKET_CONFIG_H_
39 #include <sys/socket.h>
40 #include <netinet/in.h>
43 typedef socklen_t SOCKLEN;
44 typedef int SOCKET_TYPE;
46 #define SOCKET_BLOCK_ERROR EINPROGRESS
48 #endif // RGJ_FREE_SOCKET_CONFIG_H_