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
0036cbae
Kaydet (Commit)
0036cbae
authored
Nis 12, 2002
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove acconfig.h.
üst
0b6964b5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
41 deletions
+10
-41
acconfig.h
acconfig.h
+0
-9
configure
configure
+4
-1
configure.in
configure.in
+3
-0
pyconfig.h.in
pyconfig.h.in
+3
-31
No files found.
acconfig.h
deleted
100644 → 0
Dosyayı görüntüle @
0b6964b5
/* Leave this blank line here -- autoheader needs it! */
/* Leave that blank line there-- autoheader needs it! */
@
BOTTOM
@
configure
Dosyayı görüntüle @
0036cbae
#! /bin/sh
# From configure.in Revision: 1.30
4
.
# From configure.in Revision: 1.30
5
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
...
...
@@ -14947,6 +14947,8 @@ then
enable_unicode
=
"ucs2"
fi
case
"
$enable_unicode
"
in
ucs2
)
unicode_size
=
"2"
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -14965,6 +14967,7 @@ esac
if
test
"
$enable_unicode
"
=
"no"
then
UNICODE_OBJS
=
""
...
...
configure.in
Dosyayı görüntüle @
0036cbae
...
...
@@ -2084,6 +2084,8 @@ then
enable_unicode="ucs2"
fi
AH_TEMPLATE(Py_UNICODE_SIZE,
[Define as the size of the unicode type.])
case "$enable_unicode" in
ucs2) unicode_size="2"
AC_DEFINE(Py_UNICODE_SIZE,2)
...
...
@@ -2095,6 +2097,7 @@ esac
AH_TEMPLATE(PY_UNICODE_TYPE,
[Define as the integral type used for Unicode representation.])
AC_SUBST(UNICODE_OBJS)
if test "$enable_unicode" = "no"
then
...
...
pyconfig.h.in
Dosyayı görüntüle @
0036cbae
/* pyconfig.h.in. Generated from configure.in by autoheader. */
/* Leave this blank line here -- autoheader needs it! */
/* Define this if you have gethostbyname() */
#undef HAVE_GETHOSTBYNAME
/* Define if you have termios available */
#undef HAVE_TERMIOS_H
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE
/* sizeof(void *) */
#undef SIZEOF_VOID_P
/* Define to `int' if <sys/types.h> doesn't define. */
#undef socklen_t
/* Define for SOLARIS 2.x */
#undef SOLARIS
/* Define if you want to use BSD db. */
#undef WITH_LIBDB
/* Define if you want to use ndbm. */
#undef WITH_LIBNDBM
/* Leave that blank line there-- autoheader needs it! */
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
support for AIX C++ shared extension modules. */
...
...
@@ -650,6 +620,9 @@
/* Define if you want to build an interpreter with many run-time checks. */
#undef Py_DEBUG
/* Define as the size of the unicode type. */
#undef Py_UNICODE_SIZE
/* Define if you want to have a Unicode type. */
#undef Py_USING_UNICODE
...
...
@@ -855,4 +828,3 @@
#define STRICT_SYSV_CURSES /* Don't use ncurses extensions */
#endif
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