mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
This commit is contained in:
parent
cfadcc31ea
commit
40fcd16889
8 changed files with 26 additions and 6 deletions
3
configure
vendored
3
configure
vendored
|
@ -8940,7 +8940,8 @@ done
|
|||
|
||||
|
||||
# On Linux, can.h, can/bcm.h, can/j1939.h, can/raw.h require sys/socket.h
|
||||
for ac_header in linux/can.h linux/can/bcm.h linux/can/j1939.h linux/can/raw.h
|
||||
# On NetBSD, netcan/can.h requires sys/socket.h
|
||||
for ac_header in linux/can.h linux/can/bcm.h linux/can/j1939.h linux/can/raw.h netcan/can.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