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
78a14423
Kaydet (Commit)
78a14423
authored
Kas 29, 2000
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #102469: Check for glibc's getline() extension
üst
ee814bf2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
config.h.in
config.h.in
+3
-0
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
config.h.in
Dosyayı görüntüle @
78a14423
...
@@ -341,6 +341,9 @@
...
@@ -341,6 +341,9 @@
/* Define if you have the gethostbyname function. */
/* Define if you have the gethostbyname function. */
#undef HAVE_GETHOSTBYNAME
#undef HAVE_GETHOSTBYNAME
/* Define if you have the getline function. */
#undef HAVE_GETLINE
/* Define if you have the getlogin function. */
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
#undef HAVE_GETLOGIN
...
...
configure
Dosyayı görüntüle @
78a14423
...
@@ -3962,7 +3962,7 @@ fi
...
@@ -3962,7 +3962,7 @@ fi
# checks for library functions
# checks for library functions
for
ac_func
in
alarm
chown
clock confstr ctermid ctermid_r execv
\
for
ac_func
in
alarm
chown
clock confstr ctermid ctermid_r execv
\
flock fork fsync fdatasync fpathconf ftime ftruncate
\
flock fork fsync fdatasync fpathconf ftime ftruncate
\
getgroups getlogin getpeername getpid getpwent getwd
\
getgroups getl
ine getl
ogin getpeername getpid getpwent getwd
\
kill link
lstat
mkfifo
mktime mremap
\
kill link
lstat
mkfifo
mktime mremap
\
nice
pathconf pause plock poll pthread_init
\
nice
pathconf pause plock poll pthread_init
\
putenv
readlink
\
putenv
readlink
\
...
...
configure.in
Dosyayı görüntüle @
78a14423
...
@@ -956,7 +956,7 @@ fi
...
@@ -956,7 +956,7 @@ fi
# checks for library functions
# checks for library functions
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r execv \
flock fork fsync fdatasync fpathconf ftime ftruncate \
flock fork fsync fdatasync fpathconf ftime ftruncate \
getgroups getlogin getpeername getpid getpwent getwd \
getgroups getl
ine getl
ogin getpeername getpid getpwent getwd \
kill link lstat mkfifo mktime mremap \
kill link lstat mkfifo mktime mremap \
nice pathconf pause plock poll pthread_init \
nice pathconf pause plock poll pthread_init \
putenv readlink \
putenv readlink \
...
...
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