From 530f99017ef13381b6cdac3726117bb08b7b1da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 24 Jun 2001 20:59:45 +0000 Subject: [PATCH] Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 075b10dd000..e833e8003b0 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.