Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
61e6a767
Commit
61e6a767
authored
Oct 27, 2006
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get DBL_MAX from float.h not values.h. Will backport.
parent
d1fdd6b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
10 deletions
+4
-10
Modules/_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
View file @
61e6a767
...
...
@@ -6,9 +6,7 @@
*/
#include "Python.h"
#ifdef HAVE_VALUES_H
#include <values.h>
#endif
#include <float.h>
#include "structmember.h"
#ifdef WITH_THREAD
...
...
configure
View file @
61e6a767
#! /bin/sh
# From configure.in Revision: 52
389
.
# From configure.in Revision: 52
454
.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.6.
#
...
...
@@ -4695,7 +4695,6 @@ done
for
ac_header
in
asm/types.h conio.h curses.h direct.h dlfcn.h errno.h
\
...
...
@@ -4708,7 +4707,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h
\
sys/time.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
do
as_ac_Header
=
`
echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
...
...
configure.in
View file @
61e6a767
...
...
@@ -1092,7 +1092,7 @@ sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
sys/time.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)
AC_HEADER_DIRENT
AC_HEADER_MAJOR
...
...
pyconfig.h.in
View file @
61e6a767
...
...
@@ -703,9 +703,6 @@
/* Define to 1 if you have the <utime.h> header file. */
#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. */
#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