comparison libfaim/faim/faimconfig.h @ 317:a91a898ea22d

[gaim-migrate @ 327] I thought I fixed this once... oh well committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Jun 2000 18:23:54 +0000
parents 0f14e6d8a51b
children e4c34ca88d9b
comparison
equal deleted inserted replaced
316:8cdc4ab449ec 317:a91a898ea22d
106 /* 106 /*
107 * Select whether or not to use POSIX thread functionality. 107 * Select whether or not to use POSIX thread functionality.
108 * 108 *
109 * Default: defined on Linux, otherwise undefined 109 * Default: defined on Linux, otherwise undefined
110 */ 110 */
111 /*
111 #ifdef __linux__ 112 #ifdef __linux__
112 #define FAIM_USEPTHREADS 113 #define FAIM_USEPTHREADS
113 #endif 114 #endif
115 */
116 #define FAIM_USEPTHREADS
114 117
115 #endif /* __FAIMCONFIG_H__ */ 118 #endif /* __FAIMCONFIG_H__ */
116 119
117 120