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
3bb3e577
Kaydet (Commit)
3bb3e577
authored
Ara 14, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added detection of getlogin() and getlogin_r().
üst
b1b78d85
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
config.h.in
config.h.in
+6
-0
configure
configure
+0
-0
configure.in
configure.in
+2
-1
No files found.
config.h.in
Dosyayı görüntüle @
3bb3e577
...
...
@@ -272,6 +272,12 @@
/* Define if you have the getgroups function. */
#undef HAVE_GETGROUPS
/* Define if you have the getlogin function. */
#undef HAVE_GETLOGIN
/* Define if you have the getlogin_r function. */
#undef HAVE_GETLOGIN_R
/* Define if you have the getpgrp function. */
#undef HAVE_GETPGRP
...
...
configure
Dosyayı görüntüle @
3bb3e577
This diff is collapsed.
Click to expand it.
configure.in
Dosyayı görüntüle @
3bb3e577
...
...
@@ -681,7 +681,8 @@ LIBS="$LIBS -ldl -ldld"], AC_MSG_RESULT(no))
# checks for library functions
AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \
flock fork fsync fdatasync fpathconf ftime ftruncate \
getgroups getpeername getpgrp getpid getpwent gettimeofday getwd \
getgroups getlogin getlogin_r getpeername getpgrp getpid getpwent \
gettimeofday getwd \
kill link lstat mkfifo mktime nice pathconf pause plock pthread_init \
putenv readlink \
select setgid setlocale setuid setsid setpgid setpgrp setvbuf \
...
...
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