diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-14 05:55:09 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-14 05:55:09 (GMT) |
commit | 37098cd5848558f092ae26978369590b993132c3 (patch) | |
tree | 48eb54c9b8237dc142b62e64a1a0c7ff563ac469 /pyconfig.h.in | |
parent | 54bb13bdfd59d68dcf0bfa2171b903695d9e9f87 (diff) | |
download | cpython-37098cd5848558f092ae26978369590b993132c3.zip cpython-37098cd5848558f092ae26978369590b993132c3.tar.gz cpython-37098cd5848558f092ae26978369590b993132c3.tar.bz2 |
more granular configure checks for clock_* functions (closes #28081)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index d3f61f7..02d283f 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 |