diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-04-09 12:03:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 12:03:49 (GMT) |
commit | 97e0de04b8cd44474e452a028761e34407192041 (patch) | |
tree | c9041db6144355b0e2c1573a21dae089a6b4e4c6 /pyconfig.h.in | |
parent | b54a99d6432de93de85be2b42a63774f8b4581a0 (diff) | |
download | cpython-97e0de04b8cd44474e452a028761e34407192041.zip cpython-97e0de04b8cd44474e452a028761e34407192041.tar.gz cpython-97e0de04b8cd44474e452a028761e34407192041.tar.bz2 |
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Co-Authored-By: Stefan Tatschner <stefan@rumpelsepp.org>
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 2a72e9e..76a1047 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -628,6 +628,9 @@ /* Define to 1 if you have the <linux/can/raw.h> header file. */ #undef HAVE_LINUX_CAN_RAW_H +/* Define if compiling using Linux 4.1 or later. */ +#undef HAVE_LINUX_CAN_RAW_JOIN_FILTERS + /* Define to 1 if you have the <linux/memfd.h> header file. */ #undef HAVE_LINUX_MEMFD_H |