summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorpdox <pdox@alum.mit.edu>2017-10-05 00:01:56 -0700
committerBenjamin Peterson <benjamin@python.org>2017-10-05 00:01:56 -0700
commite14679c78464d1e0e16786c2a0e9bcebe49e842b (patch)
tree066f524eae0f2de963387477482575462393a6c8 /pyconfig.h.in
parent55fd06605b5d4fb6442645f1532aa05953bd93bc (diff)
downloadcpython-git-e14679c78464d1e0e16786c2a0e9bcebe49e842b.tar.gz
closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index d4feabeece..637341afee 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -694,6 +694,9 @@
/* Defined for Solaris 2.6 bug in pthread header. */
#undef HAVE_PTHREAD_DESTRUCTOR
+/* Define to 1 if you have the `pthread_getcpuclockid' function. */
+#undef HAVE_PTHREAD_GETCPUCLOCKID
+
/* Define to 1 if you have the <pthread.h> header file. */
#undef HAVE_PTHREAD_H