Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian

Thorne.
This commit is contained in:
Charles-François Natali 2013-02-05 19:42:01 +01:00
parent c44911f49a
commit 773e42dff8
8 changed files with 151 additions and 18 deletions

2
configure vendored
View file

@ -7224,7 +7224,7 @@ done
# On Linux, can.h and can/raw.h require sys/socket.h
for ac_header in linux/can.h linux/can/raw.h
for ac_header in linux/can.h linux/can/raw.h linux/can/bcm.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "