aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mux_pthr/modinfo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mux_pthr/modinfo.txt')
-rw-r--r--modules/mux_pthr/modinfo.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/modules/mux_pthr/modinfo.txt b/modules/mux_pthr/modinfo.txt
new file mode 100644
index 000000000..0aeca05d6
--- /dev/null
+++ b/modules/mux_pthr/modinfo.txt
@@ -0,0 +1,25 @@
+realname "Pthread Mutex"
+
+define MUTEX_PTHREAD
+
+add_file mux_pthr.cpp
+add_file mux_pthr.h
+
+<libs>
+all!qnx,freebsd,openbsd,netbsd -> pthread
+</libs>
+
+<os>
+aix
+cygwin
+darwin
+freebsd
+hpux
+irix
+linux
+netbsd
+openbsd
+qnx
+solaris
+tru64
+</os>