mirror of
https://github.com/postgres/postgres.git
synced 2025-10-21 02:52:47 +03:00
Update for version 06-40-0001
This commit is contained in:
@@ -23,13 +23,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#define closesocket(xxx) close(xxx)
|
||||
#define SOCKETFD int
|
||||
#ifndef INADDR_NONE
|
||||
#ifndef _IN_ADDR_T
|
||||
#define _IN_ADDR_T
|
||||
typedef unsigned int in_addr_t;
|
||||
#endif
|
||||
#define INADDR_NONE ((in_addr_t)-1)
|
||||
#endif
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#define SOCKETFD SOCKET
|
||||
|
Reference in New Issue
Block a user