comparison libfaim/faim/faimconfig.h @ 889:e1da6a6ec42b

[gaim-migrate @ 899] Oscar works again committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 20:21:36 +0000
parents 58a6e6e26695
children
comparison
equal deleted inserted replaced
888:38ffd1faa31a 889:e1da6a6ec42b
101 * Default: 16 101 * Default: 16
102 * 102 *
103 */ 103 */
104 #define FAIM_SNAC_HASH_SIZE 16 104 #define FAIM_SNAC_HASH_SIZE 16
105 105
106 /*
107 * If building on Win32,define WIN32_STATIC if you don't want
108 * to compile libfaim as a DLL (and instead link it right into
109 * your app).
110 */
111 #define WIN32_STATIC
112
106 #endif /* __FAIMCONFIG_H__ */ 113 #endif /* __FAIMCONFIG_H__ */
107 114
108 115