summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-06 08:16:17 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-06 08:16:17 (GMT)
commit387c547fd38d321e42bf202c166e9403e7ee9b61 (patch)
tree294ec439e64649ee93b41631cc10646d6cc9dfb5 /acconfig.h
parentc2d272a1d553e0650b0ea6aa6d31a04e42d5bd7d (diff)
downloadcpython-387c547fd38d321e42bf202c166e9403e7ee9b61.zip
cpython-387c547fd38d321e42bf202c166e9403e7ee9b61.tar.gz
cpython-387c547fd38d321e42bf202c166e9403e7ee9b61.tar.bz2
Revert parts of patch #453627, documenting the resulting test failures
instead.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index 8432f1f..ffe65aa 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -245,8 +245,6 @@
/* Define the macros needed if on a UnixWare 7.x system. */
#if defined(__USLC__) && defined(__SCO_VERSION__)
-#define SCO_ACCEPT_BUG /* Use workaround for UnixWare accept() bug */
-#define SCO_ATAN2_BUG /* Use workaround for UnixWare atan2() bug */
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
#endif