diff options
author | Guido van Rossum <guido@python.org> | 2001-01-05 14:45:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-05 14:45:49 (GMT) |
commit | cadfaeca7f2297f52903eac6b7067f0efbc8b745 (patch) | |
tree | 52413291f8c8c05012649886831e91d55d138bd2 /acconfig.h | |
parent | 47955241011a7042405545a7427808bd01d901f2 (diff) | |
download | cpython-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |