diff -ru boost_1_34_0/boost/python/module_init.hpp boost_1_34_0_ibm/boost/python/module_init.hpp --- boost_1_34_0/boost/python/module_init.hpp 2005-11-29 17:26:05.000000000 -0500 +++ boost_1_34_0_ibm/boost/python/module_init.hpp 2007-04-10 20:31:00.000000000 -0400 @@ -26,23 +26,7 @@ } \ void init_module_##name() -# elif defined(_AIX) && !defined(BOOST_PYTHON_STATIC_MODULE) - -# include -# define BOOST_PYTHON_MODULE_INIT(name) \ -void init_module_##name(); \ -extern "C" \ -{ \ - extern PyObject* _PyImport_LoadDynamicModule(char*, char*, FILE *); \ - void init##name() \ - { \ - boost::python::detail::aix_init_module( \ - _PyImport_LoadDynamicModule, #name, &init_module_##name); \ - } \ -} \ -void init_module_##name() - -# elif BOOST_PYTHON_USE_GCC_SYMBOL_VISIBILITY +# elif BOOST_PYTHON_USE_GCC_SYMBOL_VISIBILITY # define BOOST_PYTHON_MODULE_INIT(name) \ void init_module_##name(); \ @@ -52,7 +36,7 @@ } \ void init_module_##name() -# else +# else # define BOOST_PYTHON_MODULE_INIT(name) \ void init_module_##name(); \