diff options
author | Charles-François Natali <cf.natali@gmail.com> | 2013-02-05 18:42:01 (GMT) |
---|---|---|
committer | Charles-François Natali <cf.natali@gmail.com> | 2013-02-05 18:42:01 (GMT) |
commit | 773e42dff813bb18cb25016ae1fe1ed0886fd484 (patch) | |
tree | d0a6331ff5cdd70f2d3e73ac851e626c8ebdb968 /pyconfig.h.in | |
parent | c44911f49aeb0cdb54f006f99111b562b29fc46f (diff) | |
download | cpython-773e42dff813bb18cb25016ae1fe1ed0886fd484.zip cpython-773e42dff813bb18cb25016ae1fe1ed0886fd484.tar.gz cpython-773e42dff813bb18cb25016ae1fe1ed0886fd484.tar.bz2 |
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
Thorne.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 10e2c91..231146a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -501,6 +501,9 @@ /* Define to 1 if you have the `linkat' function. */ #undef HAVE_LINKAT +/* Define to 1 if you have the <linux/can/bcm.h> header file. */ +#undef HAVE_LINUX_CAN_BCM_H + /* Define to 1 if you have the <linux/can.h> header file. */ #undef HAVE_LINUX_CAN_H |