pidgin/ljfisher-ssl-client-auth

Make the max size of incoming smileys a pref instead of harcoding it. Patch from Xinef (with small modifications) Refs #5231
noinst_LTLIBRARIES=libpurple-ciphers.la
libpurple_ciphers_la_SOURCES=\
des.c \
gchecksum.c \
hmac.c \
md4.c \
md5.c \
rc4.c \
sha1.c \
sha256.c
INCLUDES = -I$(top_srcdir)/libpurple
AM_CPPFLAGS = \
$(GLIB_CFLAGS)