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
2f600762
Kaydet (Commit)
2f600762
authored
Haz 23, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
new versions derived from new acconfig.h and new configure.in
üst
0039f51e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
config.h.in
config.h.in
+13
-1
No files found.
config.h.in
Dosyayı görüntüle @
2f600762
...
...
@@ -89,7 +89,7 @@
/* Define if getpgrp() must be called as getpgrp(0)
and (consequently) setpgrp() as setpgrp(0, 0). */
#undef GETPGRP_HAVE_ARG
S
#undef GETPGRP_HAVE_ARG
/* Define this if your time.h defines altzone */
#undef HAVE_ALTZONE
...
...
@@ -135,6 +135,9 @@
/* Define if you want to use the GNU readline library */
#undef WITH_READLINE
/* Define if you have chown. */
#undef HAVE_CHOWN
/* Define if you have clock. */
#undef HAVE_CLOCK
...
...
@@ -159,6 +162,9 @@
/* Define if you have getwd. */
#undef HAVE_GETWD
/* Define if you have link. */
#undef HAVE_LINK
/* Define if you have lstat. */
#undef HAVE_LSTAT
...
...
@@ -171,6 +177,9 @@
/* Define if you have select. */
#undef HAVE_SELECT
/* Define if you have setgid. */
#undef HAVE_SETGID
/* Define if you have setpgid. */
#undef HAVE_SETPGID
...
...
@@ -180,6 +189,9 @@
/* Define if you have setsid. */
#undef HAVE_SETSID
/* Define if you have setuid. */
#undef HAVE_SETUID
/* Define if you have setvbuf. */
#undef HAVE_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