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
64cd9efd
Kaydet (Commit)
64cd9efd
authored
Eki 27, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Get DBL_MAX from float.h not values.h.
üst
2ec1df27
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
_testcapimodule.c
Modules/_testcapimodule.c
+1
-3
configure
configure
+2
-3
configure.in
configure.in
+1
-1
pyconfig.h.in
pyconfig.h.in
+0
-3
No files found.
Modules/_testcapimodule.c
Dosyayı görüntüle @
64cd9efd
...
@@ -6,9 +6,7 @@
...
@@ -6,9 +6,7 @@
*/
*/
#include "Python.h"
#include "Python.h"
#ifdef HAVE_VALUES_H
#include <float.h>
#include <values.h>
#endif
#include "structmember.h"
#include "structmember.h"
#ifdef WITH_THREAD
#ifdef WITH_THREAD
...
...
configure
Dosyayı görüntüle @
64cd9efd
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 52
362
.
# From configure.in Revision: 52
455
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
#
...
@@ -4611,7 +4611,6 @@ done
...
@@ -4611,7 +4611,6 @@ done
...
@@ -4643,7 +4642,7 @@ sys/modem.h \
...
@@ -4643,7 +4642,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \
sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h
values.h
bluetooth.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h
bluetooth/bluetooth.h
do
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
...
...
configure.in
Dosyayı görüntüle @
64cd9efd
...
@@ -1076,7 +1076,7 @@ sys/modem.h \
...
@@ -1076,7 +1076,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.h \
sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h
values.h
bluetooth.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h)
bluetooth/bluetooth.h)
AC_HEADER_DIRENT
AC_HEADER_DIRENT
AC_HEADER_MAJOR
AC_HEADER_MAJOR
...
...
pyconfig.h.in
Dosyayı görüntüle @
64cd9efd
...
@@ -700,9 +700,6 @@
...
@@ -700,9 +700,6 @@
/* Define to 1 if you have the <utime.h> header file. */
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
#undef HAVE_UTIME_H
/* Define to 1 if you have the <values.h> header file. */
#undef HAVE_VALUES_H
/* Define to 1 if you have the `wait3' function. */
/* Define to 1 if you have the `wait3' function. */
#undef HAVE_WAIT3
#undef HAVE_WAIT3
...
...
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