15 lines
433 B
C
15 lines
433 B
C
$NetBSD: patch-pyconfig.h.in,v 1.3 2014/11/02 13:31:11 spz Exp $
|
|
|
|
--- pyconfig.h.in.orig 2014-06-30 02:05:48.000000000 +0000
|
|
+++ pyconfig.h.in
|
|
@@ -1200,7 +1200,9 @@
|
|
#undef _UINT64_T
|
|
|
|
/* Define to the level of X/Open that your system supports */
|
|
+#if !defined(__sun) || (defined(__sun) && !defined(_XOPEN_SOURCE))
|
|
#undef _XOPEN_SOURCE
|
|
+#endif
|
|
|
|
/* Define to activate Unix95-and-earlier features */
|
|
#undef _XOPEN_SOURCE_EXTENDED
|