[Python-checkins] python/dist/src configure, 1.416.4.7, 1.416.4.8 configure.in, 1.427.4.6, 1.427.4.7

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


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

Modified Files:
      Tag: release23-maint
	configure configure.in 
Log Message:
Patch #814764: Undefine xopen_source on OpenBSD 3.4.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.416.4.7
retrieving revision 1.416.4.8
diff -C2 -d -r1.416.4.7 -r1.416.4.8
*** configure	27 Sep 2003 08:58:55 -0000	1.416.4.7
--- configure	3 Oct 2003 13:48:26 -0000	1.416.4.8
***************
*** 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.427.4.6
retrieving revision 1.427.4.7
diff -C2 -d -r1.427.4.6 -r1.427.4.7
*** configure.in	25 Sep 2003 15:21:00 -0000	1.427.4.6
--- configure.in	3 Oct 2003 13:48:28 -0000	1.427.4.7
***************
*** 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