pidgin/pidgin

81417b812648
Add config.h in another header that needs it.

Actually, some irc C files check `HAVE_CYRUS_SASL` too, and probably
were not compiling with it since they don't seem to include the config
either.

Testing Done:
Compile only

Reviewed at https://reviews.imfreedom.org/r/52/
sounds_DATA = [
'alert.wav',
'login.wav',
'logout.wav',
'receive.wav',
'send.wav'
]
install_data(sources : sounds_DATA,
install_dir : get_option('datadir') + '/sounds/purple')