summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-02-19 07:51:52 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-02-19 07:51:52 (GMT)
commitb70bcf59a5aad0efbe49c1aed360a240e0882077 (patch)
tree3be0152854e6a246f50ca1bd8e0bca2bb6025e44 /pyconfig.h.in
parent477be8224a6347c199b93033b030b2f0435999de (diff)
downloadcpython-b70bcf59a5aad0efbe49c1aed360a240e0882077.zip
cpython-b70bcf59a5aad0efbe49c1aed360a240e0882077.tar.gz
cpython-b70bcf59a5aad0efbe49c1aed360a240e0882077.tar.bz2
Regenerate with autoconf 2.61.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in56
1 files changed, 10 insertions, 46 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 60dba85..adc422f 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -5,9 +5,6 @@
#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
support for AIX C++ shared extension modules. */
#undef AIX_GENUINE_CPLUSPLUS
@@ -955,28 +952,6 @@
/* Define if you want to use computed gotos in ceval.c. */
#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 */
#undef VA_LIST_IS_ARRAY
@@ -1014,21 +989,20 @@
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
-#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 to 1 if your processor stores words with the most significant byte
+ first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
/* Define if arithmetic is subject to x87-style double rounding issue */
#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 */
#undef _BSD_SOURCE
@@ -1047,25 +1021,15 @@
/* This must be defined on some systems to enable large file support. */
#undef _LARGEFILE_SOURCE
-/* Define to 1 if on MINIX. */
-#undef _MINIX
-
/* Define on NetBSD to activate all library features */
#undef _NETBSD_SOURCE
/* Define _OSF_SOURCE to get the makedev macro. */
#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 */
#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. */
#undef _POSIX_THREADS