summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-05 15:18:00 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-05 15:18:00 (GMT)
commit28341ceb8f4f7f9b8edf5fbca9c9aa03e9606f08 (patch)
treeb34ba6a0830647675fd43bc779facfdf7b248c24 /pyconfig.h.in
parentb855216099771117388fdf38df80e5214e812955 (diff)
downloadcpython-28341ceb8f4f7f9b8edf5fbca9c9aa03e9606f08.zip
cpython-28341ceb8f4f7f9b8edf5fbca9c9aa03e9606f08.tar.gz
cpython-28341ceb8f4f7f9b8edf5fbca9c9aa03e9606f08.tar.bz2
Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 255a983..662955f 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -722,3 +722,11 @@
#define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
#endif
#endif
+
+/* 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
+