summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-11 15:04:27 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-11 15:04:27 (GMT)
commitdabb11b2a24ba79e3f6606829e29306e6ef518e9 (patch)
tree5cfd0224c74b6bc8dcab07de71eee22100293b5a /config.h.in
parent6b111b0aefc1b9a2ae22dc10bdba870e92123a1f (diff)
downloadcpython-dabb11b2a24ba79e3f6606829e29306e6ef518e9.zip
cpython-dabb11b2a24ba79e3f6606829e29306e6ef518e9.tar.gz
cpython-dabb11b2a24ba79e3f6606829e29306e6ef518e9.tar.bz2
add test for volatile
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a3fc506..d91fbd9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -138,6 +138,9 @@
/* Define if you want to use the GNU readline library */
#undef WITH_READLINE
+/* Define to empty if the keyword does not work. */
+#undef volatile
+
/* Define if you have chown. */
#undef HAVE_CHOWN