]> andersk Git - libfaim.git/blobdiff - faim/faimconfig.h
- Sat Jun 24 02:14:07 UTC 2000
[libfaim.git] / faim / faimconfig.h
index b0ccc4ae62e6005fc2a7a7f3083899abe5cc0d46..a43ef446473d7713b6ecef51a4cafa2b5a2e3278 100644 (file)
 /*
  * Select whether or not to use POSIX thread functionality.
  * 
- * Default: defined on Linux, otherwise undefined
+ * We don't actually use threads, but we do use the POSIX mutex
+ * in order to maintain thread safety.  You can use the fake locking
+ * if you really don't like pthreads or you don't have it.
+ *
+ * Default: defined on Linux, otherwise use fake locks.
  */
 #ifdef __linux__
 #define FAIM_USEPTHREADS
+#else
+#define FAIM_USEFAKELOCKS
 #endif
 
 #endif /* __FAIMCONFIG_H__ */
This page took 0.050068 seconds and 4 git commands to generate.