summaryrefslogtreecommitdiff
path: root/lang/python38/patches/patch-pyconfig.h.in
blob: 65050a948770890f4f2fd4bec898f1a9bd1b77ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-pyconfig.h.in,v 1.3 2021/05/04 05:16:07 adam Exp $

Detect netcan/can.h on NetBSD

--- pyconfig.h.in.orig	2020-09-23 12:36:32.000000000 +0000
+++ pyconfig.h.in
@@ -634,6 +634,9 @@
 /* Define to 1 if you have the <linux/memfd.h> header file. */
 #undef HAVE_LINUX_MEMFD_H
 
+/* Define to 1 if you have the <netcan/can.h> header file. */
+#undef HAVE_NETCAN_CAN_H
+
 /* Define to 1 if you have the <linux/netlink.h> header file. */
 #undef HAVE_LINUX_NETLINK_H