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
f7155a38
Commit
f7155a38
authored
Jun 21, 2010
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run autoreconf
parent
08cde2d0
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8252 additions
and
21627 deletions
+8252
-21627
configure
configure
+8194
-21608
pyconfig.h.in
pyconfig.h.in
+58
-19
No files found.
configure
View file @
f7155a38
This diff is collapsed.
Click to expand it.
pyconfig.h.in
View file @
f7155a38
...
@@ -5,6 +5,9 @@
...
@@ -5,6 +5,9 @@
#define Py_PYCONFIG_H
#define Py_PYCONFIG_H
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
/* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
support for AIX C++ shared extension modules. */
support for AIX C++ shared extension modules. */
#undef AIX_GENUINE_CPLUSPLUS
#undef AIX_GENUINE_CPLUSPLUS
...
@@ -651,25 +654,25 @@
...
@@ -651,25 +654,25 @@
/* Define to 1 if you have the <stropts.h> header file. */
/* Define to 1 if you have the <stropts.h> header file. */
#undef HAVE_STROPTS_H
#undef HAVE_STROPTS_H
/* Define to 1 if `st_birthtime' is member of `struct stat'. */
/* Define to 1 if `st_birthtime' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
#undef HAVE_STRUCT_STAT_ST_BIRTHTIME
/* Define to 1 if `st_blksize' is member of `struct stat'. */
/* Define to 1 if `st_blksize' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
/* Define to 1 if `st_blocks' is member of `struct stat'. */
/* Define to 1 if `st_blocks' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
#undef HAVE_STRUCT_STAT_ST_BLOCKS
/* Define to 1 if `st_flags' is member of `struct stat'. */
/* Define to 1 if `st_flags' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_FLAGS
#undef HAVE_STRUCT_STAT_ST_FLAGS
/* Define to 1 if `st_gen' is member of `struct stat'. */
/* Define to 1 if `st_gen' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_GEN
#undef HAVE_STRUCT_STAT_ST_GEN
/* Define to 1 if `st_rdev' is member of `struct stat'. */
/* Define to 1 if `st_rdev' is
a
member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
#undef HAVE_STRUCT_STAT_ST_RDEV
/* Define to 1 if `tm_zone' is member of `struct tm'. */
/* Define to 1 if `tm_zone' is
a
member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
...
@@ -892,6 +895,9 @@
...
@@ -892,6 +895,9 @@
/* Define to the one symbol short name of this package. */
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
/* Define to the version of this package. */
#undef PACKAGE_VERSION
#undef PACKAGE_VERSION
...
@@ -1001,6 +1007,28 @@
...
@@ -1001,6 +1007,28 @@
/* Define if you want to use computed gotos in ceval.c. */
/* Define if you want to use computed gotos in ceval.c. */
#undef USE_COMPUTED_GOTOS
#undef USE_COMPUTED_GOTOS
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
/* Define if a va_list is an array of some kind */
/* Define if a va_list is an array of some kind */
#undef VA_LIST_IS_ARRAY
#undef VA_LIST_IS_ARRAY
...
@@ -1038,20 +1066,21 @@
...
@@ -1038,20 +1066,21 @@
/* Define to profile with the Pentium timestamp counter */
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC
#undef WITH_TSC
/* Define to 1 if your processor stores words with the most significant byte
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
first (like Motorola and SPARC, unlike Intel and VAX). */
significant byte first (like Motorola and SPARC, unlike Intel). */
#undef WORDS_BIGENDIAN
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define if arithmetic is subject to x87-style double rounding issue */
/* Define if arithmetic is subject to x87-style double rounding issue */
#undef X87_DOUBLE_ROUNDING
#undef X87_DOUBLE_ROUNDING
/* Define to 1 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Define on OpenBSD to activate all library features */
/* Define on OpenBSD to activate all library features */
#undef _BSD_SOURCE
#undef _BSD_SOURCE
...
@@ -1070,15 +1099,25 @@
...
@@ -1070,15 +1099,25 @@
/* This must be defined on some systems to enable large file support. */
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
#undef _LARGEFILE_SOURCE
/* Define to 1 if on MINIX. */
#undef _MINIX
/* Define on NetBSD to activate all library features */
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE
#undef _NETBSD_SOURCE
/* Define _OSF_SOURCE to get the makedev macro. */
/* Define _OSF_SOURCE to get the makedev macro. */
#undef _OSF_SOURCE
#undef _OSF_SOURCE
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to activate features from IEEE Stds 1003.1-2001 */
/* Define to activate features from IEEE Stds 1003.1-2001 */
#undef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Define if you have POSIX threads, and your system does not define that. */
/* Define if you have POSIX threads, and your system does not define that. */
#undef _POSIX_THREADS
#undef _POSIX_THREADS
...
@@ -1086,12 +1125,12 @@
...
@@ -1086,12 +1125,12 @@
#undef _REENTRANT
#undef _REENTRANT
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef w
as
allowed, the
<pthread.h>, or <semaphore.h> is not used. If the typedef w
ere
allowed, the
#define below would cause a syntax error. */
#define below would cause a syntax error. */
#undef _UINT32_T
#undef _UINT32_T
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
<pthread.h>, or <semaphore.h> is not used. If the typedef w
as
allowed, the
<pthread.h>, or <semaphore.h> is not used. If the typedef w
ere
allowed, the
#define below would cause a syntax error. */
#define below would cause a syntax error. */
#undef _UINT64_T
#undef _UINT64_T
...
...
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