mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-05 20:49:00 +01:00
The u_short type is used by the struct tcphdr as
# 52 "/usr/include/netinet/tcp.h" 3 4 struct tcphdr { u_short th_sport; ... }; but its definition is conditionned by the D__BSD_VISIBLE constant. Thus, config/CYGWIN should set this constant as a SYSFLAGS Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
e052b6a4bd
commit
7470e4fc12
@ -64,7 +64,7 @@ RELEASEOPT_LINK =
|
||||
#
|
||||
# System Specific Flags
|
||||
#
|
||||
SYSFLAGS = -D_XOPEN_SOURCE=500
|
||||
SYSFLAGS = -D_XOPEN_SOURCE=500 -D__BSD_VISIBLE
|
||||
|
||||
#
|
||||
# System Specific Libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user