diff options
author | Guido van Rossum <guido@python.org> | 2002-07-19 19:32:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-07-19 19:32:30 (GMT) |
commit | e5bd2f44475f382c78cbfb54a5443956f8b680ce (patch) | |
tree | b94dfcf6cb7b6b6a8b2e187bbb21e076dd57fea4 /pyconfig.h.in | |
parent | 246a58a10bd45b56042c913f726ae94f18ebbf66 (diff) | |
download | cpython-e5bd2f44475f382c78cbfb54a5443956f8b680ce.zip cpython-e5bd2f44475f382c78cbfb54a5443956f8b680ce.tar.gz cpython-e5bd2f44475f382c78cbfb54a5443956f8b680ce.tar.bz2 |
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).
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 4bfdc30..8b14932 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -773,9 +773,6 @@ /* Define to force use of thread-safe errno, h_errno, and other functions */ #undef _REENTRANT -/* Needed on Tru64 and does no harm on Linux */ -#undef _XOPEN_SOURCE - /* Define to 1 if type `char' is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ # undef __CHAR_UNSIGNED__ |