summaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
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 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 7b34041..1a75fe2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -32,6 +32,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 gethostbyname() */
#undef HAVE_GETHOSTBYNAME