comparison src/protocols/oscar/faimconfig.h @ 2246:933346315b9b

[gaim-migrate @ 2256] heh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Sep 2001 10:07:14 +0000
parents 424a40f12a6c
children d82efea341ef
comparison
equal deleted inserted replaced
2245:31157c54fe6e 2246:933346315b9b
38 */ 38 */
39 #define FAIM_LOGIN_SERVER "login.oscar.aol.com" 39 #define FAIM_LOGIN_SERVER "login.oscar.aol.com"
40 #define FAIM_LOGIN_PORT 5190 40 #define FAIM_LOGIN_PORT 5190
41 41
42 /* 42 /*
43 * The integer extraction/copying functions in aim_util.c have
44 * both a function version and a macro version. The macro
45 * version is suggested. Since the function version is more
46 * readable, I leave both around for reference.
47 *
48 * Default: defined.
49 */
50 #define AIMUTIL_USEMACROS
51
52 /*
53 * What type of synchronisation to use. 43 * What type of synchronisation to use.
54 * 44 *
55 * We don't actually use threads, but can use the POSIX mutex 45 * We don't actually use threads, but can use the POSIX mutex
56 * in order to maintain thread safety. You can use the fake locking 46 * in order to maintain thread safety. You can use the fake locking
57 * if you really don't like pthreads (which I don't) or if you don't 47 * if you really don't like pthreads (which I don't) or if you don't
81 * 71 *
82 */ 72 */
83 #define FAIM_SNAC_HASH_SIZE 16 73 #define FAIM_SNAC_HASH_SIZE 16
84 74
85 /* 75 /*
86 * If building on Win32,define WIN32_STATIC if you don't want 76 * If building on Win32, define WIN32_STATIC if you don't want
87 * to compile libfaim as a DLL (and instead link it right into 77 * to compile libfaim as a DLL (and instead link it right into
88 * your app). 78 * your app).
89 */ 79 */
90 #define WIN32_STATIC 80 #define WIN32_STATIC
91 81