comparison libfaim/faim/faimconfig.h @ 715:58106806ac2b

[gaim-migrate @ 725] yay committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 18 Aug 2000 00:21:53 +0000
parents e4c34ca88d9b
children 58a6e6e26695
comparison
equal deleted inserted replaced
714:d7557252bfb1 715:58106806ac2b
116 #define FAIM_USEPTHREADS 116 #define FAIM_USEPTHREADS
117 #else 117 #else
118 #define FAIM_USEFAKELOCKS 118 #define FAIM_USEFAKELOCKS
119 #endif 119 #endif
120 120
121 /*
122 * Size of the SNAC caching hash.
123 *
124 * Default: 16
125 *
126 */
127 #define FAIM_SNAC_HASH_SIZE 16
128
121 #endif /* __FAIMCONFIG_H__ */ 129 #endif /* __FAIMCONFIG_H__ */
122 130
123 131