blob: 6c73eb502bbd532217d714ca0a40a03dbc4d00c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-pyconfig.h.in,v 1.1 2017/05/30 14:04:54 bouyer Exp $
detect netcan/can.h on NetBSD
--- pyconfig.h.in.orig 2017-01-17 08:57:54.000000000 +0100
+++ pyconfig.h.in 2017-05-30 15:41:41.207090795 +0200
@@ -540,6 +540,9 @@
/* Define to 1 if you have the <linux/can/raw.h> header file. */
#undef HAVE_LINUX_CAN_RAW_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
|