summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-01-05 14:45:49 (GMT)
committerGuido van Rossum <guido@python.org>2001-01-05 14:45:49 (GMT)
commitcadfaeca7f2297f52903eac6b7067f0efbc8b745 (patch)
tree52413291f8c8c05012649886831e91d55d138bd2 /config.h.in
parent47955241011a7042405545a7427808bd01d901f2 (diff)
downloadcpython-cadfaeca7f2297f52903eac6b7067f0efbc8b745.zip
cpython-cadfaeca7f2297f52903eac6b7067f0efbc8b745.tar.gz
cpython-cadfaeca7f2297f52903eac6b7067f0efbc8b745.tar.bz2
Configuration test for working getc_unlocked() (and flockfile() and
funlockfile()).
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 6b503fe..f7f886b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -97,6 +97,9 @@
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
+/* Define this if you have flockfile(), getc_unlocked(), and funlockfile() */
+#undef HAVE_GETC_UNLOCKED
+
/* Define this if you have some version of gethostbyname_r() */
#undef HAVE_GETHOSTBYNAME_R