From a716eabca79f5da1605d758654b74798b90931d9 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 15 Dec 2005 05:25:09 +0000 Subject: 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. --- pyconfig.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'pyconfig.h.in') 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 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 -- cgit v1.2.3-65-gdbad