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
1c07b4b4
Kaydet (Commit)
1c07b4b4
authored
Eki 13, 2001
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Test for __sun instead of __sun__, since SUNWspro only defines the latter;
gcc defines both.
üst
a38d9169
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_cursesmodule.c
Modules/_cursesmodule.c
+1
-1
socketmodule.c
Modules/socketmodule.c
+1
-1
No files found.
Modules/_cursesmodule.c
Dosyayı görüntüle @
1c07b4b4
...
...
@@ -118,7 +118,7 @@ extern int setupterm(char *,int,int *);
#include <term.h>
#endif
#if defined(sgi) || defined(__sun
__
)
#if defined(sgi) || defined(__sun)
#define STRICT_SYSV_CURSES
/* Don't use ncurses extensions */
typedef
chtype
attr_t
;
/* No attr_t type is available */
#endif
...
...
Modules/socketmodule.c
Dosyayı görüntüle @
1c07b4b4
...
...
@@ -94,7 +94,7 @@ Socket methods:
#ifdef HAVE_GETHOSTBYNAME_R
#if defined(_AIX) || defined(__osf__)
#define HAVE_GETHOSTBYNAME_R_3_ARG
#elif defined(__sun
__
) || defined(__sgi)
#elif defined(__sun) || defined(__sgi)
#define HAVE_GETHOSTBYNAME_R_5_ARG
#elif defined(linux)
/* Rely on the configure script */
...
...
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