00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #define BOOST_PLATFORM "HP-UX"
00014
00015
00016
00017
00018
00019
00020
00021 #define BOOST_NO_SWPRINTF
00022 #define BOOST_NO_CWCTYPE
00023
00024 #if defined(__GNUC__)
00025 # if (__GNUC__ < 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ < 3))
00026
00027 # define BOOST_DISABLE_THREADS
00028 # elif !defined(BOOST_DISABLE_THREADS)
00029
00030 # define BOOST_HAS_THREADS
00031 # define BOOST_HAS_PTHREADS
00032 # endif
00033 #endif
00034
00035
00036 #define BOOST_HAS_UNISTD_H
00037 #include <sysc/packages/boost/config/posix_features.hpp>
00038
00039
00040 #ifndef BOOST_HAS_GETTIMEOFDAY
00041 # define BOOST_HAS_GETTIMEOFDAY
00042 #endif
00043 #ifndef BOOST_HAS_SCHED_YIELD
00044 # define BOOST_HAS_SCHED_YIELD
00045 #endif
00046 #ifndef BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
00047 # define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
00048 #endif
00049 #ifndef BOOST_HAS_NL_TYPES_H
00050 # define BOOST_HAS_NL_TYPES_H
00051 #endif
00052 #ifndef BOOST_HAS_NANOSLEEP
00053 # define BOOST_HAS_NANOSLEEP
00054 #endif
00055 #ifndef BOOST_HAS_GETTIMEOFDAY
00056 # define BOOST_HAS_GETTIMEOFDAY
00057 #endif
00058 #ifndef BOOST_HAS_DIRENT_H
00059 # define BOOST_HAS_DIRENT_H
00060 #endif
00061 #ifndef BOOST_HAS_CLOCK_GETTIME
00062 # define BOOST_HAS_CLOCK_GETTIME
00063 #endif
00064 #ifndef BOOST_HAS_SIGACTION
00065 # define BOOST_HAS_SIGACTION
00066 #endif
00067
00068