summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-04 10:09:12 -0700
committerGitHub <noreply@github.com>2017-09-04 10:09:12 -0700
commitfc96f1e95ef1d6edd1eb4538da40259866422c5a (patch)
treea95637327b785d049142b74c452a8d127676705a /pyconfig.h.in
parent1c1f8f30c03ca11952856f70ac5f0f7f8dcfd582 (diff)
downloadcpython-git-fc96f1e95ef1d6edd1eb4538da40259866422c5a.tar.gz
remove configure check for 'volatile' (#3281)
This is a required feature is C99, which we require.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 0dd05aa65b..64b5f0371b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -775,6 +775,9 @@
/* Define to 1 if you have the `sched_setscheduler' function. */
#undef HAVE_SCHED_SETSCHEDULER
+/* Define to 1 if you have the `select' function. */
+#undef HAVE_SELECT
+
/* Define to 1 if you have the `sem_getvalue' function. */
#undef HAVE_SEM_GETVALUE
@@ -1505,9 +1508,6 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
-/* Define to empty if the keyword does not work. */
-#undef volatile
-
/* Define the macros needed if on a UnixWare 7.x system. */
#if defined(__USLC__) && defined(__SCO_VERSION__)