--- a/src/internal.h Tue Nov 23 02:49:09 2004 +0000 +++ b/src/internal.h Tue Nov 23 05:53:59 2004 +0000 @@ -147,4 +147,10 @@ #define GAIM_WEBSITE "http://gaim.sourceforge.net/" +#ifndef _WIN32 +/* Everything needs to include this, because + * everything gets the autoconf macros */ +#include "prefix.h" +#endif /* _WIN32 */ + #endif /* _GAIM_INTERNAL_H_ */