Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
436709cf
Kaydet (Commit)
436709cf
authored
Kas 25, 2010
tarafından
Jesus Cea
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Compile correctly under OpenIndiana (and possibly Solaris 11 Express)
üst
3188b208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
configure
configure
+9
-8
configure.in
configure.in
+2
-2
No files found.
configure
Dosyayı görüntüle @
436709cf
#! /bin/sh
# From configure.in Revision: 8
5351
.
# From configure.in Revision: 8
6044
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.1.
#
...
...
@@ -757,7 +757,8 @@ CFLAGS
LDFLAGS
LIBS
CPPFLAGS
CPP'
CPP
CPPFLAGS'
# Initialize some variables set by options.
...
...
@@ -1923,11 +1924,11 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
main ()
{
static int test_array [1 - 2 * !(0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
test_array [0] = 0
;
...
...
@@ -1938,11 +1939,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
main ()
{
static int test_array [1 - 2 * !((
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
(
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
test_array [0] = 0
...
...
@@ -3037,7 +3038,7 @@ then
# Furthermore, on Solaris 10, XPG6 requires the use of a C99
# compiler
case
$ac_sys_system
/
$ac_sys_release
in
SunOS/5.8|SunOS/5.9|SunOS/5.10
)
SunOS/5.8|SunOS/5.9|SunOS/5.10
|SunOS/5.11
)
$as_echo
"#define _XOPEN_SOURCE 500"
>>
confdefs.h
...
...
@@ -3056,7 +3057,7 @@ $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
# except for Solaris 10, where it must not be defined,
# as it implies XPG4.2
case
$ac_sys_system
/
$ac_sys_release
in
SunOS/5.10
)
SunOS/5.10
|SunOS/5.11
)
;;
*
)
...
...
configure.in
Dosyayı görüntüle @
436709cf
...
...
@@ -353,7 +353,7 @@ then
# Furthermore, on Solaris 10, XPG6 requires the use of a C99
# compiler
case $ac_sys_system/$ac_sys_release in
SunOS/5.8|SunOS/5.9|SunOS/5.10)
SunOS/5.8|SunOS/5.9|SunOS/5.10
|SunOS/5.11
)
AC_DEFINE(_XOPEN_SOURCE, 500,
Define to the level of X/Open that your system supports)
;;
...
...
@@ -370,7 +370,7 @@ then
# except for Solaris 10, where it must not be defined,
# as it implies XPG4.2
case $ac_sys_system/$ac_sys_release in
SunOS/5.10)
SunOS/5.10
|SunOS/5.11
)
;;
*)
AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1,
...
...
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