--- a/src/platform_unix.c Mon Feb 15 09:19:38 2010 -0500
+++ b/src/platform_unix.c Mon Feb 15 14:02:36 2010 -0500
@@ -24,7 +24,7 @@
#include <time.h>
#include <errno.h>
-#if (!defined PHYSFS_NO_THREAD_SUPPORT)
+#if (!defined PHYSFS_NO_PTHREADS_SUPPORT)
#include <pthread.h>
#endif
@@ -345,7 +345,7 @@
} /* __PHYSFS_platformSetDefaultAllocator */
-#if (defined PHYSFS_NO_THREAD_SUPPORT)
+#if (defined PHYSFS_NO_PTHREADS_SUPPORT)
void *__PHYSFS_platformGetThreadID(void) { return ((void *) 0x0001); }
void *__PHYSFS_platformCreateMutex(void) { return ((void *) 0x0001); }
@@ -429,7 +429,7 @@
} /* if */
} /* __PHYSFS_platformReleaseMutex */
-#endif /* !PHYSFS_NO_THREAD_SUPPORT */
+#endif /* !PHYSFS_NO_PTHREADS_SUPPORT */
#endif /* PHYSFS_PLATFORM_UNIX */