mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Fix my error which breaking non posix things
This commit is contained in:
parent
d33063a980
commit
633ec5fd26
@ -76,18 +76,16 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
|
||||
#ifdef SUPERSERVER
|
||||
#ifdef WIN_NT
|
||||
#define FD_SETSIZE 1024
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* SUPERSERVER */
|
||||
|
||||
#if !(defined VMS || defined WIN_NT)
|
||||
#include <netinet/tcp.h>
|
||||
#include <netdb.h>
|
||||
#include <arpa/inet.h>
|
||||
/* EKU: SINIX-Z does not define INADDR_NONE */
|
||||
|
Loading…
Reference in New Issue
Block a user