summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-03 03:01:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-03 03:01:27 (GMT)
commit05159c4a7b37403613772a0883bd927bb57e8060 (patch)
treebd3c0dd69a88c3605039545f90ee6246637cac24 /pyconfig.h.in
parentcb134d7d88baf08b9edcc4bf653be95bb2718bd2 (diff)
downloadcpython-05159c4a7b37403613772a0883bd927bb57e8060.zip
cpython-05159c4a7b37403613772a0883bd927bb57e8060.tar.gz
cpython-05159c4a7b37403613772a0883bd927bb57e8060.tar.bz2
Merged revisions 76644 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76644 | benjamin.peterson | 2009-12-02 20:52:39 -0600 (Wed, 02 Dec 2009) | 4 lines disable pymalloc tricks with the --with-valgrind option #2422 Patch from James Henstridge. ........
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index c9225a2..aad6c29 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -299,9 +299,6 @@
/* Define to 1 if you have the `getpeername' function. */
#undef HAVE_GETPEERNAME
-/* Define to 1 if you have the `initgroups' function. */
-#undef HAVE_INITGROUPS
-
/* Define to 1 if you have the `getpgid' function. */
#undef HAVE_GETPGID
@@ -356,6 +353,9 @@
/* Define if you have the 'inet_pton' function. */
#undef HAVE_INET_PTON
+/* Define to 1 if you have the `initgroups' function. */
+#undef HAVE_INITGROUPS
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -1065,6 +1065,9 @@
/* Define to profile with the Pentium timestamp counter */
#undef WITH_TSC
+/* Define if you want pymalloc to be disabled when running under valgrind */
+#undef WITH_VALGRIND
+
/* 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