From: Martin v. Löwis Date: Sun, 24 Jun 2001 20:59:45 +0000 (+0000) Subject: Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. X-Git-Tag: v2.2a3~1435 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=530f99017ef13381b6cdac3726117bb08b7b1da6;p=thirdparty%2FPython%2Fcpython.git Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. --- diff --git a/acconfig.h b/acconfig.h index 075b10dd0004..e833e8003b06 100644 --- a/acconfig.h +++ b/acconfig.h @@ -194,6 +194,9 @@ (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK +/* Define if you want to use MacPython modules on MacOSX in unix-Python */ +#undef USE_TOOLBOX_OBJECT_GLUE + /* Define if you want to use SGI (IRIX 4) dynamic linking. This requires the "dl" library by Jack Jansen, ftp://ftp.cwi.nl/pub/dynload/dl-1.6.tar.Z.