Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2002-02-13 18:21:33 +0300
committerJeffrey Stedfast <fejj@novell.com>2002-02-13 18:21:33 +0300
commit59551c0c1fe7eb30a27166368be9497bf65f9b85 (patch)
tree332c0e3fcb1b8164c85996a6ba2e081aa8d39d6e /acconfig.h
parent155b6bc52e3b6eba46dd91acab9bbb90e4cdae83 (diff)
2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
* acconfig.h: #undef USE_MONO_MUTEX * configure.in: If the system pthread implementation is lacking, default to using mono-mutex. svn path=/trunk/mono/; revision=2375
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index f78d17c4b8d..9f3b620fe9c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,5 +1,6 @@
#undef HAVE_PTHREAD
#undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
+#undef USE_MONO_MUTEX
#undef HAVE_LARGE_FILE_SUPPORT
#undef PLATFORM_WIN32
#undef PLATFORM_WIN32_NATIVE