]> granicus.if.org Git - python/commitdiff
Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2001 15:18:00 +0000 (15:18 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2001 15:18:00 +0000 (15:18 +0000)
acconfig.h
pyconfig.h.in

index 0f79c6c22e30492754c07319fd72dcaf9a0e5a90..8432f1fa7259ed67229756aff38fd4f938433fc4 100644 (file)
 #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
+
index 255a983941946ed94b4d9c5e8df415f37f143218..662955f5bc85700c2f193bce8f720d56ce4f9684 100644 (file)
 #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
+