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
d4694ed1
Kaydet (Commit)
d4694ed1
authored
Kas 01, 2010
tarafından
Benjamin Peterson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix output for getaddrinfo bug check #7059
üst
b9fe8009
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
configure
configure
+5
-1
configure.in
configure.in
+3
-0
No files found.
configure
Dosyayı görüntüle @
d4694ed1
#! /bin/sh
# From configure.in Revision: 8604
2
.
# From configure.in Revision: 8604
5
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.65 for python 3.2.
#
...
...
@@ -10562,6 +10562,9 @@ fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_buggy_getaddrinfo
"
>
&5
$as_echo
"
$ac_cv_buggy_getaddrinfo
"
>
&6
;
}
if
test
$have_getaddrinfo
=
no
-o
"
$ac_cv_buggy_getaddrinfo
"
=
yes
then
if
test
$ipv6
=
yes
...
...
@@ -10575,6 +10578,7 @@ else
$as_echo
"#define HAVE_GETADDRINFO 1"
>>
confdefs.h
fi
for
ac_func
in
getnameinfo
do
:
ac_fn_c_check_func
"
$LINENO
"
"getnameinfo"
"ac_cv_func_getnameinfo"
...
...
configure.in
Dosyayı görüntüle @
d4694ed1
...
...
@@ -2931,6 +2931,8 @@ int main()
[ac_cv_buggy_getaddrinfo=yes]))
fi
AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
if test $have_getaddrinfo = no -o "$ac_cv_buggy_getaddrinfo" = yes
then
if test $ipv6 = yes
...
...
@@ -2942,6 +2944,7 @@ then
else
AC_DEFINE(HAVE_GETADDRINFO, 1, [Define if you have the getaddrinfo function.])
fi
AC_CHECK_FUNCS(getnameinfo)
# checks for structures
...
...
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