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
316e02be
Commit
316e02be
authored
May 10, 2011
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run autoreconf
parent
48251e77
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
488 additions
and
531 deletions
+488
-531
configure
configure
+481
-524
pyconfig.h.in
pyconfig.h.in
+7
-7
No files found.
configure
View file @
316e02be
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pyconfig.h.in
View file @
316e02be
...
@@ -494,7 +494,7 @@
...
@@ -494,7 +494,7 @@
/* Define this if you have the makedev macro. */
/* Define this if you have the makedev macro. */
#undef HAVE_MAKEDEV
#undef HAVE_MAKEDEV
/* Define
this
if mallopt can set malloc mmap threshold. */
/* Define if mallopt can set malloc mmap threshold. */
#undef HAVE_MALLOPT_MMAP_THRESHOLD
#undef HAVE_MALLOPT_MMAP_THRESHOLD
/* Define to 1 if you have the `mbrtowc' function. */
/* Define to 1 if you have the `mbrtowc' function. */
...
@@ -590,12 +590,12 @@
...
@@ -590,12 +590,12 @@
/* Define to 1 if you have the `pthread_init' function. */
/* Define to 1 if you have the `pthread_init' function. */
#undef HAVE_PTHREAD_INIT
#undef HAVE_PTHREAD_INIT
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define to 1 if you have the `pthread_kill' function. */
/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL
#undef HAVE_PTHREAD_KILL
/* Define to 1 if you have the `pthread_sigmask' function. */
#undef HAVE_PTHREAD_SIGMASK
/* Define to 1 if you have the <pty.h> header file. */
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
#undef HAVE_PTY_H
...
@@ -725,12 +725,12 @@
...
@@ -725,12 +725,12 @@
/* Define to 1 if you have the `siginterrupt' function. */
/* Define to 1 if you have the `siginterrupt' function. */
#undef HAVE_SIGINTERRUPT
#undef HAVE_SIGINTERRUPT
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING
/* Define to 1 if you have the <signal.h> header file. */
/* Define to 1 if you have the <signal.h> header file. */
#undef HAVE_SIGNAL_H
#undef HAVE_SIGNAL_H
/* Define to 1 if you have the `sigpending' function. */
#undef HAVE_SIGPENDING
/* Define to 1 if you have the `sigrelse' function. */
/* Define to 1 if you have the `sigrelse' function. */
#undef HAVE_SIGRELSE
#undef HAVE_SIGRELSE
...
...
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