--- a/libpurple/prefix.h Mon Mar 19 06:11:46 2007 +0000 +++ b/libpurple/prefix.h Mon Mar 19 07:01:17 2007 +0000 @@ -3,9 +3,9 @@ * upgrading these files. * * Added this comment. - * Added "gaim_ ## " to the namespace - * Changed the lib macro to use /lib/gaim instead of just /lib - * (why does gaim do that in the -DLIBDIR autoconf thing anyway?) + * Added "purple_ ## " to the namespace + * Changed the lib macro to use /lib/purple instead of just /lib + * (why does purple do that in the -DLIBDIR autoconf thing anyway?) * */ @@ -44,7 +44,7 @@ * --> expands br_locate to foobar_br_locate */ #undef BR_NAMESPACE -#define BR_NAMESPACE(funcName) gaim_ ## funcName +#define BR_NAMESPACE(funcName) purple_ ## funcName #ifdef ENABLE_BINRELOC