--- a/libpurple/protocols/jabber/jabber.h Sun Jun 17 15:09:05 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.h Sun Jun 17 15:27:35 2007 +0000 @@ -142,11 +142,17 @@ #ifdef HAVE_CYRUS_SASL sasl_conn_t *sasl; sasl_callback_t *sasl_cb; +#else /* keep the struct the same size */ + void *sasl; + void *sasl_cb; +#endif + int sasl_state; int sasl_maxbuf; GString *sasl_mechs; char *serverFQDN; -#endif + + gboolean vcard_fetched; } JabberStream;