]> granicus.if.org Git - python/commit
Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests
authorGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 19:32:30 +0000 (19:32 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jul 2002 19:32:30 +0000 (19:32 +0000)
commite5bd2f44475f382c78cbfb54a5443956f8b680ce
treeb94dfcf6cb7b6b6a8b2e187bbb21e076dd57fea4
parent246a58a10bd45b56042c913f726ae94f18ebbf66
Alas, roll back the definition of _XOPEN_SOURCE.  It breaks the tests
for the time module, because somehow configure won't define the
symbols HAVE_STRUCT_TM_TM_ZONE, HAVE_TM_ZONE, and HAVE_TZNAME in this
case.

I've got no time to research this further, so I leave it in Jeremy and
Martin's capable hands to find a different solution for True64 (or to
devise a way to get the time tests to succeed while defining
_XOPEN_SOURCE).
configure
configure.in
pyconfig.h.in