aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-11-26 18:31:49 +0100
committerMicael Karlberg <[email protected]>2018-11-26 18:31:49 +0100
commitb7e5753c4e2eb22d231f2b64291ba7d1aec4d444 (patch)
treeb6be54d23e6e231febb65eda5d332539885a97e6 /erts/configure.in
parentc44851291637659ef096818eda4692c81ed052ae (diff)
downloadotp-b7e5753c4e2eb22d231f2b64291ba7d1aec4d444.tar.gz
otp-b7e5753c4e2eb22d231f2b64291ba7d1aec4d444.tar.bz2
otp-b7e5753c4e2eb22d231f2b64291ba7d1aec4d444.zip
[socket-nif] Conditional use of sctp struct field
Added config checks for the sctp struct field: sctp_event_subscribe.sctp_sender_dry_event Also, if-def'ed the code accordingly. OTP-14831
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/configure.in b/erts/configure.in
index d211b81878..79a1944a03 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -1594,7 +1594,8 @@ if test x"$ac_cv_header_netinet_sctp_h" = x"yes"; then
struct sctp_paddrparams.spp_sackdelay,
struct sctp_paddrparams.spp_flags,
struct sctp_remote_error.sre_data,
- struct sctp_send_failed.ssf_data], [], [],
+ struct sctp_send_failed.ssf_data,
+ struct sctp_event_subscribe.sctp_sender_dry_event], [], [],
[#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif