summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-13 22:55:09 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-13 22:55:09 -0700
commit37098cd5848558f092ae26978369590b993132c3 (patch)
tree48eb54c9b8237dc142b62e64a1a0c7ff563ac469 /pyconfig.h.in
parent54bb13bdfd59d68dcf0bfa2171b903695d9e9f87 (diff)
downloadcpython-git-37098cd5848558f092ae26978369590b993132c3.tar.gz
more granular configure checks for clock_* functions (closes #28081)
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 d3f61f7e21..02d283f6f0 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -125,6 +125,9 @@
/* Define to 1 if you have the `clock_gettime' function. */
#undef HAVE_CLOCK_GETTIME
+/* Define to 1 if you have the `clock_settime' function. */
+#undef HAVE_CLOCK_SETTIME
+
/* Define if the C compiler supports computed gotos. */
#undef HAVE_COMPUTED_GOTOS