mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
This commit is contained in:
parent
c44911f49a
commit
773e42dff8
8 changed files with 151 additions and 18 deletions
2
configure
vendored
2
configure
vendored
|
@ -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" "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue