attempt to support systems w/o mq_timedsend/mq_timedreceive
commit3a8a20d685dbfb500187099d76e56e848ad347ed
authorEric Wong <normalperson@yhbt.net>
Wed, 23 Feb 2011 00:46:26 +0000 (22 16:46 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 23 Feb 2011 00:46:26 +0000 (22 16:46 -0800)
treee70d7bca1b7b60f8dfb731971fb92d65d09af42c
parentc4c4554c3ceef9208fe7f8473b970e9f522ab9b9
attempt to support systems w/o mq_timedsend/mq_timedreceive

Some ancient systems don't support mq_timedsend and
mq_timedreceive but somehow manage to support other POSIX
mq_* functions.
ext/posix_mq/extconf.rb
ext/posix_mq/posix_mq.c
test/test_posix_mq.rb