cpp: Deal with systems without sched_get_priority_{min,max} (OpenBSD)
authorDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:19 +0000 (02:28 +0000)
committerDavid Reiss <dreiss@apache.org>
Thu, 21 May 2009 02:28:19 +0000 (02:28 +0000)
commite4ca1795ead89b5ae79557775163bee6b505ffcc
tree1fa753acfce9e02b101bfa15dc9aa78be2f981e0
parent85a8f7b4c22344da3f8e4d259b2cdf591e31d048
cpp: Deal with systems without sched_get_priority_{min,max} (OpenBSD)

Also make a few tweaks to configure.ac:
- Check for clock_gettime in librt since it seems to be more
  widely available.
- Make it clear which AC_CHECK_FUNCS are optional.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@776927 13f79535-47bb-0310-9956-ffa450edef68
configure.ac
lib/cpp/src/concurrency/PosixThreadFactory.cpp