[Python-checkins] python/dist/src configure,1.397,1.398 configure.in,1.408,1.409

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 10 May 2003 22:53:43 -0700


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

Modified Files:
	configure configure.in 
Log Message:
Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.397
retrieving revision 1.398
diff -C2 -d -r1.397 -r1.398
*** configure	5 May 2003 22:00:01 -0000	1.397
--- configure	11 May 2003 05:53:39 -0000	1.398
***************
*** 1,4 ****
  #! /bin/sh
! # From configure.in Revision: 1.407 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
--- 1,4 ----
  #! /bin/sh
! # From configure.in Revision: 1.408 .
  # Guess values for system-dependent variables and create Makefiles.
  # Generated by GNU Autoconf 2.53 for python 2.3.
***************
*** 1355,1361 ****
    SunOS/5.6)
      define_xopen_source=no;;
!   # On UnixWare 7, u_short is never defined with _XOPEN_SOURCE,
    # but used in struct sockaddr.sa_family. Reported by Tim Rice.
!   OpenUNIX/8.0| UnixWare/7.1.[13])
      define_xopen_source=no;;
  esac
--- 1355,1365 ----
    SunOS/5.6)
      define_xopen_source=no;;
!   # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE,
!   # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice.
!   OpenUNIX/8.0.0| UnixWare/7.1.[0-3])
!     define_xopen_source=no;;
!   # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
    # but used in struct sockaddr.sa_family. Reported by Tim Rice.
!   SCO_SV/3.2)
      define_xopen_source=no;;
  esac

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.408
retrieving revision 1.409
diff -C2 -d -r1.408 -r1.409
*** configure.in	5 May 2003 22:00:11 -0000	1.408
--- configure.in	11 May 2003 05:53:41 -0000	1.409
***************
*** 130,136 ****
    SunOS/5.6)
      define_xopen_source=no;;
!   # On UnixWare 7, u_short is never defined with _XOPEN_SOURCE,
    # but used in struct sockaddr.sa_family. Reported by Tim Rice.
!   OpenUNIX/8.0| UnixWare/7.1.@<:@13@:>@)
      define_xopen_source=no;;
  esac
--- 130,140 ----
    SunOS/5.6)
      define_xopen_source=no;;
!   # On UnixWare 7, u_long is never defined with _XOPEN_SOURCE,
!   # but used in /usr/include/netinet/tcp.h. Reported by Tim Rice.
!   OpenUNIX/8.0.0| UnixWare/7.1.@<:@0-3@:>@)
!     define_xopen_source=no;;
!   # On OpenServer 5, u_short is never defined with _XOPEN_SOURCE,
    # but used in struct sockaddr.sa_family. Reported by Tim Rice.
!   SCO_SV/3.2)
      define_xopen_source=no;;
  esac