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
e8aea58b
Kaydet (Commit)
e8aea58b
authored
Nis 16, 2002
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move WITH_UNIVERSAL_NEWLINES template into configure.in.
üst
16f9055a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
configure
configure
+3
-2
configure.in
configure.in
+2
-1
pyconfig.h.in
pyconfig.h.in
+3
-3
No files found.
configure
Dosyayı görüntüle @
e8aea58b
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.3
09
.
# From configure.in Revision: 1.3
10
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
# Generated by GNU Autoconf 2.53.
#
#
...
@@ -10949,7 +10949,8 @@ then with_universal_newlines="yes"
...
@@ -10949,7 +10949,8 @@ then with_universal_newlines="yes"
fi
fi
if test "$with_universal_newlines" != "no"
if test "$with_universal_newlines" != "no"
then
then
cat
>>
confdefs.h
<<
\
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define WITH_UNIVERSAL_NEWLINES 1
#define WITH_UNIVERSAL_NEWLINES 1
_ACEOF
_ACEOF
...
...
configure.in
Dosyayı görüntüle @
e8aea58b
...
@@ -1455,7 +1455,8 @@ then with_universal_newlines="yes"
...
@@ -1455,7 +1455,8 @@ then with_universal_newlines="yes"
fi
fi
if test "$with_universal_newlines" != "no"
if test "$with_universal_newlines" != "no"
then
then
AC_DEFINE(WITH_UNIVERSAL_NEWLINES)
AC_DEFINE(WITH_UNIVERSAL_NEWLINES, 1,
[Define if you want to read files with foreign newlines.])
fi
fi
AC_MSG_RESULT($with_universal_newlines)
AC_MSG_RESULT($with_universal_newlines)
...
...
pyconfig.h.in
Dosyayı görüntüle @
e8aea58b
...
@@ -715,9 +715,6 @@
...
@@ -715,9 +715,6 @@
/* Define if you want to compile in cycle garbage collection. */
/* Define if you want to compile in cycle garbage collection. */
#undef WITH_CYCLE_GC
#undef WITH_CYCLE_GC
/* Define if you want to read files with foreign newlines. */
#undef WITH_UNIVERSAL_NEWLINES
/* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
/* Define if you want to emulate SGI (IRIX 4) dynamic linking. This is
rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
rumoured to work on VAX (Ultrix), Sun3 (SunOS 3.4), Sequent Symmetry
(Dynix), and Atari ST. This requires the 'dl-dld' library,
(Dynix), and Atari ST. This requires the 'dl-dld' library,
...
@@ -747,6 +744,9 @@
...
@@ -747,6 +744,9 @@
/* Define if you want to compile in rudimentary thread support */
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
#undef WITH_THREAD
/* Define if you want to read files with foreign newlines. */
#undef WITH_UNIVERSAL_NEWLINES
/* Define to 1 if your processor stores words with the most significant byte
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
#undef WORDS_BIGENDIAN
...
...
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