summaryrefslogtreecommitdiffstats
path: root/Mac/Include
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-07-07 20:54:44 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-07-07 20:54:44 (GMT)
commit059ed83cc327d8f9404a160b7a5f9fb2c2b5b090 (patch)
tree38526dd545715a3cfac7458a1fab20da728c881a /Mac/Include
parent4be93d0e848ca2dc55f119a7b0eb31fb995d7d33 (diff)
downloadcpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.zip
cpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.tar.gz
cpython-059ed83cc327d8f9404a160b7a5f9fb2c2b5b090.tar.bz2
- Got rid if WITH_CYCLE_GC
- Cleaned up Python banner string, so the normal build for MacPython 2.3 will have a short banner.
Diffstat (limited to 'Mac/Include')
-rw-r--r--Mac/Include/pyconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h
index 38542d7..0a01c96 100644
--- a/Mac/Include/pyconfig.h
+++ b/Mac/Include/pyconfig.h
@@ -283,9 +283,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
one supplied by Python itself. (see Include/unicodectype.h). */
#undef WANT_WCTYPE_FUNCTIONS
-/* Define if you want to compile in cycle garbage collection */
-#define WITH_CYCLE_GC 1
-
/* Define if you want cross-platform newline support for reading */
#define WITH_UNIVERSAL_NEWLINES