diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-15 05:25:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-15 05:25:09 (GMT) |
commit | a716eabca79f5da1605d758654b74798b90931d9 (patch) | |
tree | cb333c9e506fc6bef075058ff5b848d6b4677168 /pyconfig.h.in | |
parent | b1975436808898d7588a00adec33524bb561089f (diff) | |
download | cpython-a716eabca79f5da1605d758654b74798b90931d9.zip cpython-a716eabca79f5da1605d758654b74798b90931d9.tar.gz cpython-a716eabca79f5da1605d758654b74798b90931d9.tar.bz2 |
Revert r41662 and the part of 41552 that originally caused the problem
(calling ftell(stdin) doesn't seem defined). So we won't test errors
from ftell unless we can do it portably.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 2d4fabf..47723de 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -46,9 +46,6 @@ /* Define to 1 if you have the <bluetooth.h> header file. */ #undef HAVE_BLUETOOTH_H -/* Define if ftell() set errno on tty files. */ -#undef HAVE_BROKEN_FTELL - /* Define if nice() returns success/failure instead of the new priority. */ #undef HAVE_BROKEN_NICE |