$NetBSD: patch-pyconfig.h.in,v 1.2 2020/11/17 19:33:26 sjmulder Exp $ detect netcan/can.h on NetBSD Support for macOS 11 and Apple Silicon (ARM). Mostly backported from: https://github.com/python/cpython/pull/22855 --- pyconfig.h.in.orig 2020-08-15 05:20:16.000000000 +0000 +++ pyconfig.h.in @@ -599,6 +599,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_CAN_RAW_H +/* Define to 1 if you have the header file. */ +#undef HAVE_NETCAN_CAN_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_NETLINK_H @@ -725,6 +728,9 @@ /* Define if you have the 'prlimit' functions. */ #undef HAVE_PRLIMIT +/* Define if you have the '_dyld_shared_cache_contains_path' function. */ +#undef HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH + /* Define to 1 if you have the header file. */ #undef HAVE_PROCESS_H