Patched for Aix which has <stdint.h>

[SVN r15505]
This commit is contained in:
John Maddock
2002-09-25 11:10:30 +00:00
parent ba82286f2e
commit d9d56055d5

View File

@@ -14,6 +14,11 @@
#define BOOST_HAS_NANOSLEEP
#define BOOST_HAS_CLOCK_GETTIME
// This needs support in "boost/cstdint.hpp" exactly like FreeBSD.
// This platform has header named <inttypes.h> which includes all
// the things needed.
#define BOOST_HAS_STDINT_H
// Threading API's:
#define BOOST_HAS_PTHREADS
#define BOOST_HAS_PTHREAD_DELAY_NP