libpurple/protocols/sametime/sametime.h

Fri, 29 Feb 2008 04:23:00 +0000

author
Ka-Hing Cheung <khc@pidgin.im>
date
Fri, 29 Feb 2008 04:23:00 +0000
changeset 22518
aa86366979ee
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 36592
431166bcb802
permissions
-rw-r--r--

Patch from Qulogic that fixes #4951 by making sure that the buffer is NUL-
terminated at the right place



/* 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