# HG changeset patch # User Eric Warmenhoven # Date 959970234 0 # Node ID a91a898ea22d48d470be34491d6bd4766ca9c930 # Parent 8cdc4ab449ec338ea7484ebe7f6c189b48d2879e [gaim-migrate @ 327] I thought I fixed this once... oh well committer: Tailor Script diff -r 8cdc4ab449ec -r a91a898ea22d libfaim/faim/faimconfig.h --- a/libfaim/faim/faimconfig.h Fri Jun 02 18:16:21 2000 +0000 +++ b/libfaim/faim/faimconfig.h Fri Jun 02 18:23:54 2000 +0000 @@ -108,9 +108,12 @@ * * Default: defined on Linux, otherwise undefined */ +/* #ifdef __linux__ #define FAIM_USEPTHREADS #endif +*/ +#define FAIM_USEPTHREADS #endif /* __FAIMCONFIG_H__ */