[Python-checkins] python/dist/src configure, 1.426, 1.427 configure.in, 1.436, 1.437

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Oct 3 09:47:47 EDT 2003


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv17789

Modified Files:
	configure configure.in 
Log Message:
Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.426
retrieving revision 1.427
diff -C2 -d -r1.426 -r1.427
*** configure	27 Sep 2003 09:12:27 -0000	1.426
--- configure	3 Oct 2003 13:47:32 -0000	1.427
***************
*** 1438,1443 ****
    # On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
    # even though select is a POSIX function. Reported by J. Ribbens.
!   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm.
!   OpenBSD/2.* | OpenBSD/3.[0123])
      define_xopen_source=no;;
    # On Solaris 2.6, sys/wait.h is inconsistent in the usage
--- 1438,1443 ----
    # On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
    # even though select is a POSIX function. Reported by J. Ribbens.
!   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish.
!   OpenBSD/2.* | OpenBSD/3.[01234])
      define_xopen_source=no;;
    # On Solaris 2.6, sys/wait.h is inconsistent in the usage

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.436
retrieving revision 1.437
diff -C2 -d -r1.436 -r1.437
*** configure.in	25 Sep 2003 14:49:15 -0000	1.436
--- configure.in	3 Oct 2003 13:47:44 -0000	1.437
***************
*** 136,141 ****
    # On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
    # even though select is a POSIX function. Reported by J. Ribbens.
!   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm.
!   OpenBSD/2.* | OpenBSD/3.@<:@0123@:>@) 
      define_xopen_source=no;;
    # On Solaris 2.6, sys/wait.h is inconsistent in the usage
--- 136,141 ----
    # On OpenBSD, select(2) is not available if _XOPEN_SOURCE is defined,
    # even though select is a POSIX function. Reported by J. Ribbens.
!   # Reconfirmed for OpenBSD 3.3 by Zachary Hamm, for 3.4 by Jason Ish.
!   OpenBSD/2.* | OpenBSD/3.@<:@01234@:>@) 
      define_xopen_source=no;;
    # On Solaris 2.6, sys/wait.h is inconsistent in the usage





More information about the Python-checkins mailing list