aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-15 05:25:09 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-15 05:25:09 +0000
commita716eabca79f5da1605d758654b74798b90931d9 (patch)
treecb333c9e506fc6bef075058ff5b848d6b4677168 /pyconfig.h.in
parentIf quopri uses the implementations from binascii do the tests a second time (diff)
downloadcpython-a716eabca79f5da1605d758654b74798b90931d9.tar.gz
cpython-a716eabca79f5da1605d758654b74798b90931d9.tar.bz2
cpython-a716eabca79f5da1605d758654b74798b90931d9.zip
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.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 2d4fabf150f..47723debfd7 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