[issue12999] _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED usage on Solaris

STINNER Victor report at bugs.python.org
Sun Sep 18 11:50:45 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Martin dropped _XOPEN_SOURCE in issue #1759169 (commit 7c947768b435).

--

FYI I changed configure(.in) to get _XOPEN_SOURCE to 700 on OpenBSD 5 to get recent C functions like fdopendir():

  # X/Open 7, incorporating POSIX.1-2008
  AC_DEFINE(_XOPEN_SOURCE, 700,
            Define to the level of X/Open that your system supports)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12999>
_______________________________________


More information about the Python-bugs-list mailing list