Parent Directory
|
Revision Log
|
Patch
| revision 1.11, Fri Apr 18 10:10:45 2003 UTC | revision 1.12, Fri Jul 11 16:02:53 2003 UTC | |
|---|---|---|
| # | Line 18 | Line 18 |
| 18 | #define BOOST_NO_SWPRINTF | #define BOOST_NO_SWPRINTF |
| 19 | #define BOOST_NO_CWCTYPE | #define BOOST_NO_CWCTYPE |
| 20 | ||
| 21 | #ifdef __GNUC__ | |
| 22 | // GNU C on HP-UX does not support threads (checked up to gcc 3.3) | |
| 23 | # define BOOST_DISABLE_THREADS | |
| 24 | #endif | |
| 25 | ||
| 26 | // boilerplate code: | // boilerplate code: |
| 27 | #define BOOST_HAS_UNISTD_H | #define BOOST_HAS_UNISTD_H |
| 28 | #include <boost/config/posix_features.hpp> | #include <boost/config/posix_features.hpp> |
|
||||||||