summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-08 13:41:38 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-08 13:41:38 (GMT)
commit07bd90e92d9cb8982ad541dda59bc0f8867e9414 (patch)
treed294154d48f2c77978e9c4006769c5cd063444c4 /config.h.in
parent8b41d5363a3b5b8554b4fb6e31ff71d9b0a702b9 (diff)
downloadcpython-07bd90e92d9cb8982ad541dda59bc0f8867e9414.zip
cpython-07bd90e92d9cb8982ad541dda59bc0f8867e9414.tar.gz
cpython-07bd90e92d9cb8982ad541dda59bc0f8867e9414.tar.bz2
Andy Dustman: add GNU pth user-space thread support.
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 9703558..ce254b8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -103,6 +103,9 @@
This is the case on Motorola V4 (R40V4.2) */
#undef GETTIMEOFDAY_NO_TZ
+/* Define if you have GNU PTH threads */
+#undef _GNU_PTH
+
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE