diff options
author | Christian Heimes <christian@python.org> | 2021-11-18 09:56:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 09:56:26 (GMT) |
commit | 5275e59c0c1b26226608e6c7c2548c26192d6575 (patch) | |
tree | b8c81e855209532f569b8170c37baa48e8481667 /pyconfig.h.in | |
parent | 345ba3f080c140dee3102f472bc166c2db191bcc (diff) | |
download | cpython-5275e59c0c1b26226608e6c7c2548c26192d6575.zip cpython-5275e59c0c1b26226608e6c7c2548c26192d6575.tar.gz cpython-5275e59c0c1b26226608e6c7c2548c26192d6575.tar.bz2 |
bpo-45573: check for ossaudiodev in configure (GH-29614)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index cbab59b..b8f6395 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -679,6 +679,9 @@ /* Define to 1 if you have the <linux/random.h> header file. */ #undef HAVE_LINUX_RANDOM_H +/* Define to 1 if you have the <linux/soundcard.h> header file. */ +#undef HAVE_LINUX_SOUNDCARD_H + /* Define to 1 if you have the <linux/tipc.h> header file. */ #undef HAVE_LINUX_TIPC_H @@ -1217,6 +1220,9 @@ /* Define to 1 if you have the <sys/socket.h> header file. */ #undef HAVE_SYS_SOCKET_H +/* Define to 1 if you have the <sys/soundcard.h> header file. */ +#undef HAVE_SYS_SOUNDCARD_H + /* Define to 1 if you have the <sys/statvfs.h> header file. */ #undef HAVE_SYS_STATVFS_H |