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
7497e91a
Kaydet (Commit)
7497e91a
authored
Eki 16, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
run autoreconf
üst
1d9d16e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
9 deletions
+20
-9
configure
configure
+15
-7
pyconfig.h.in
pyconfig.h.in
+5
-2
No files found.
configure
Dosyayı görüntüle @
7497e91a
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 8
4948
.
# From configure.in Revision: 8
5556
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 2.7.
# Generated by GNU Autoconf 2.65 for python 2.7.
#
#
...
@@ -1934,11 +1934,11 @@ else
...
@@ -1934,11 +1934,11 @@ else
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
static int test_array [1 - 2 * !(0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
0 < (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1))];
test_array [0] = 0
test_array [0] = 0
;
;
...
@@ -1949,11 +1949,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
...
@@ -1949,11 +1949,11 @@ if ac_fn_c_try_compile "$LINENO"; then :
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
/* end confdefs.h. */
$ac_includes_default
$ac_includes_default
enum { N =
$2
/ 2 - 1 };
int
int
main ()
main ()
{
{
static int test_array [1 - 2 * !(enum { N =
$2
/ 2 - 1 };
static int test_array [1 - 2 * !((
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
(
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 1)
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
< (
$ac_type
) (((((
$ac_type
) 1 << N) << N) - 1) * 2 + 2))];
test_array [0] = 0
test_array [0] = 0
...
@@ -13738,6 +13738,14 @@ $as_echo "#define socklen_t int" >>confdefs.h
...
@@ -13738,6 +13738,14 @@ $as_echo "#define socklen_t int" >>confdefs.h
fi
fi
case
$ac_sys_system
in
AIX
*
)
$as_echo
"#define HAVE_BROKEN_PIPE_BUF 1"
>>
confdefs.h
;;
esac
for
h
in
`
(
cd
$srcdir
;
echo
Python/thread_
*
.h
)
`
for
h
in
`
(
cd
$srcdir
;
echo
Python/thread_
*
.h
)
`
...
@@ -14293,8 +14301,8 @@ esac
...
@@ -14293,8 +14301,8 @@ esac
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
# Files that config.status was made for.
# Files that config.status was made for.
config_files="
`echo
$ac_config_files
`
"
config_files="
$ac_config_files
"
config_headers="
`echo
$ac_config_headers
`
"
config_headers="
$ac_config_headers
"
_ACEOF
_ACEOF
...
...
pyconfig.h.in
Dosyayı görüntüle @
7497e91a
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
/* Define if --enable-ipv6 is specified */
/* Define if --enable-ipv6 is specified */
#undef ENABLE_IPV6
#undef ENABLE_IPV6
/* Define if flock needs to be linked with bsd library */
/* Define if flock needs to be linked with bsd library
.
*/
#undef FLOCK_NEEDS_LIBBSD
#undef FLOCK_NEEDS_LIBBSD
/* Define if getpgrp() must be called as getpgrp(0). */
/* Define if getpgrp() must be called as getpgrp(0). */
...
@@ -82,6 +82,9 @@
...
@@ -82,6 +82,9 @@
/* Define if nice() returns success/failure instead of the new priority. */
/* Define if nice() returns success/failure instead of the new priority. */
#undef HAVE_BROKEN_NICE
#undef HAVE_BROKEN_NICE
/* Define if the system reports an invalid PIPE_BUF value. */
#undef HAVE_BROKEN_PIPE_BUF
/* Define if poll() sets errno on invalid file descriptors. */
/* Define if poll() sets errno on invalid file descriptors. */
#undef HAVE_BROKEN_POLL
#undef HAVE_BROKEN_POLL
...
@@ -216,7 +219,7 @@
...
@@ -216,7 +219,7 @@
/* Define to 1 if you have the `finite' function. */
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE
#undef HAVE_FINITE
/* Define
if you have the '
flock' function. */
/* Define
to 1 if you have the `
flock' function. */
#undef HAVE_FLOCK
#undef HAVE_FLOCK
/* Define to 1 if you have the `fork' function. */
/* Define to 1 if you have the `fork' function. */
...
...
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