libpurple/protocols/sametime/sametime.h

Thu, 21 Jul 2011 05:55:03 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Thu, 21 Jul 2011 05:55:03 +0000
changeset 31983
4fa9bac19d37
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 36592
431166bcb802
permissions
-rw-r--r--

sametime: Compile! (other build environment apparently lacked libmeanwhile...)



/* CFLAGS trumps configure values */


/** default host for the purple plugin. You can specialize a build to
    default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_HOST
#define MW_PLUGIN_DEFAULT_HOST  ""
#endif
/* "" */


/** default port for the purple plugin. You can specialize a build to
    default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_PORT
#define MW_PLUGIN_DEFAULT_PORT  1533
#endif
/* 1533 */


/** default encoding for the purple plugin.*/
#ifndef MW_PLUGIN_DEFAULT_ENCODING
#define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1"
#endif
/* ISO-8859-1 */

mercurial