diff options
author | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-05-18 18:33:19 +0000 |
commit | a2c99d3270eb73ef2db5704fc54356c6b75096f8 (patch) | |
tree | ad3d6c4fcc8dd0f403f8105598943616246fe172 /modules/mux_pthr/modinfo.txt |
Initial checkin1.5.6
Diffstat (limited to 'modules/mux_pthr/modinfo.txt')
-rw-r--r-- | modules/mux_pthr/modinfo.txt | 25 |
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> |