changeset 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 8cdc4ab449ec
children 35796808896a
files libfaim/faim/faimconfig.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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__ */