mirror of https://github.com/postgres/postgres
Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
This commit is contained in:
parent
d23f6f8bb7
commit
77645b99f4
|
@ -8,3 +8,8 @@
|
|||
#define HAS_TEST_AND_SET
|
||||
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
/* This is marked as obsoleted in BSD/OS 4.3. */
|
||||
#ifndef EAI_ADDRFAMILY
|
||||
#define EAI_ADDRFAMILY 1
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue