Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c2409b4f
Commit
c2409b4f
authored
May 11, 2003
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer.
parent
8f53cdcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
configure
configure
+7
-3
configure.in
configure.in
+6
-2
No files found.
configure
View file @
c2409b4f
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.40
7
.
# From configure.in Revision: 1.40
8
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
#
...
@@ -1354,9 +1354,13 @@ case $ac_sys_system/$ac_sys_release in
...
@@ -1354,9 +1354,13 @@ case $ac_sys_system/$ac_sys_release in
# of union __?sigval. Reported by Stuart Bishop.
# of union __?sigval. Reported by Stuart Bishop.
SunOS/5.6
)
SunOS/5.6
)
define_xopen_source
=
no
;;
define_xopen_source
=
no
;;
# On UnixWare 7, u_short is never defined with _XOPEN_SOURCE,
# 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.
# but used in struct sockaddr.sa_family. Reported by Tim Rice.
OpenUNIX/8.0| UnixWare/7.1.[13]
)
SCO_SV/3.2
)
define_xopen_source
=
no
;;
define_xopen_source
=
no
;;
esac
esac
...
...
configure.in
View file @
c2409b4f
...
@@ -129,9 +129,13 @@ case $ac_sys_system/$ac_sys_release in
...
@@ -129,9 +129,13 @@ case $ac_sys_system/$ac_sys_release in
# of union __?sigval. Reported by Stuart Bishop.
# of union __?sigval. Reported by Stuart Bishop.
SunOS/5.6)
SunOS/5.6)
define_xopen_source=no;;
define_xopen_source=no;;
# On UnixWare 7, u_short is never defined with _XOPEN_SOURCE,
# 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.
# but used in struct sockaddr.sa_family. Reported by Tim Rice.
OpenUNIX/8.0| UnixWare/7.1.@<:@13@:>@
)
SCO_SV/3.2
)
define_xopen_source=no;;
define_xopen_source=no;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment