aboutsummaryrefslogtreecommitdiffstats
path: root/erts/configure.in
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-11-27 11:59:28 +0100
committerMicael Karlberg <[email protected]>2018-11-27 11:59:28 +0100
commitcdc39e8040e5817bb15c2d035c48cec812047035 (patch)
tree50fde8509a5e5e8ee6adc7f17771afeb6dc5f6a2 /erts/configure.in
parent75f584009677b67d8cead653244bf55a799207b1 (diff)
downloadotp-cdc39e8040e5817bb15c2d035c48cec812047035.tar.gz
otp-cdc39e8040e5817bb15c2d035c48cec812047035.tar.bz2
otp-cdc39e8040e5817bb15c2d035c48cec812047035.zip
[socket-nif] Conditional use of sctp struct field
Added config checks for the sctp struct field: sctp_event_subscribe.sctp_authentication_event Also, if-def'ed the code accordingly. If-def'ed code to handle the (non-) existence of IP_PMTUDISC_PROBE and IPV6_PMTUDISC_PROBE for the IP and IPv6 MTU_DISCOVER options. OTP-14831
Diffstat (limited to 'erts/configure.in')
-rw-r--r--erts/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/configure.in b/erts/configure.in
index 79a1944a03..e6e734728c 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -1595,6 +1595,7 @@ if test x"$ac_cv_header_netinet_sctp_h" = x"yes"; then
struct sctp_paddrparams.spp_flags,
struct sctp_remote_error.sre_data,
struct sctp_send_failed.ssf_data,
+ struct sctp_event_subscribe.sctp_authentication_event,
struct sctp_event_subscribe.sctp_sender_dry_event], [], [],
[#if HAVE_SYS_SOCKET_H
#include <sys/socket.h>