diff options
author | Guido van Rossum <guido@python.org> | 2001-01-05 14:45:49 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-01-05 14:45:49 +0000 |
commit | cadfaeca7f2297f52903eac6b7067f0efbc8b745 (patch) | |
tree | 52413291f8c8c05012649886831e91d55d138bd2 /acconfig.h | |
parent | 47955241011a7042405545a7427808bd01d901f2 (diff) | |
download | cpython-git-cadfaeca7f2297f52903eac6b7067f0efbc8b745.tar.gz |
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
diff --git a/acconfig.h b/acconfig.h index 7b34041a26..1a75fe2853 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 |