aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-09-10 11:37:59 +0100
committerT. Wouters <thomas@python.org>2019-09-10 03:37:59 -0700
commitf1c19031fd5f4cf6faad539e30796b42954527db (patch)
treee891a6fb68b448b3f15998f0bd1ce7f509fa004e /pyconfig.h.in
parentbpo-37052: Add examples for mocking async iterators and context managers (GH-... (diff)
downloadcpython-f1c19031fd5f4cf6faad539e30796b42954527db.tar.gz
cpython-f1c19031fd5f4cf6faad539e30796b42954527db.tar.bz2
cpython-f1c19031fd5f4cf6faad539e30796b42954527db.zip
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Assume gettimeofday exists and takes two arguments.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 840fbcdb2a..5ff5cc2282 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -44,10 +44,6 @@
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG
-/* Define if gettimeofday() does not have second (timezone) argument This is
- the case on Motorola V4 (R40V4.2) */
-#undef GETTIMEOFDAY_NO_TZ
-
/* Define to 1 if you have the `accept4' function. */
#undef HAVE_ACCEPT4
@@ -510,9 +506,6 @@
/* Define to 1 if you have the `getspnam' function. */
#undef HAVE_GETSPNAM
-/* Define to 1 if you have the `gettimeofday' function. */
-#undef HAVE_GETTIMEOFDAY
-
/* Define to 1 if you have the `getwd' function. */
#undef HAVE_GETWD