Re: [boost] SCO config

2003-02-16 Thread John Maddock

 One thing that bother me is the absence of BOOST_HAS_SIGACTION. I checked
 and it seems that my sigaction-based signlal handling algorithm working
 properly on this configuration, so I do not see a reasons why we could not
 have above variable defined.

Someone will need to add an SCO specific platform config - I don't have the
access to the platform, nor do I know how to detect it - but if you can
provide me with the information, or if you just want to go ahead and add it
then do so.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


___
Unsubscribe  other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



[boost] SCO config

2003-02-15 Thread Rozental, Gennadiy
Here what I getting from config_info compiled with gcc 3.2

GNU C++ version 3.2.1
__cplusplus =1
__STDC__=1
_WCHAR_T [no value]
_WCHAR_T_DEFINED [no value]
__GNUC__=3
__GNUC_MINOR__  =2
__GNUG__=3
__VERSION__ =3.2.1
__REGISTER_PREFIX__  [no value]
__USER_LABEL_PREFIX__[no value]
__EXCEPTIONS=1
unix=1
__i386__=1
__unix  =1
__i386  =1
i386=1
_WCHAR_T [no value]
__STDC_HOSTED__ =1


*

GNU libstdc++ version 20021119
__GLIBCPP__ =20021119
_GLIBCPP_VERSION=3.2.1


*

Detected Platform: Generic Unix
Type char is signed
Type wchar_t is signed
byte order for type short   =0 8 
byte order for type int =0 8 16 24 
byte order for type long=0 8 16 24 
sizeof(wchar_t) =4
sizeof(short)   =2
sizeof(int) =4
sizeof(long)=4
sizeof(float)   =4
sizeof(double)  =8
sizeof(long double) =12
CHAR_BIT=8
CHAR_MAX=127
SHRT_MAX=32767
INT_MAX =2147483647
LONG_MAX=2147483647L
LONG_LONG_MAX   =9223372036854775807LL
_POSIX_FSYNC=1
_POSIX_JOB_CONTROL  =1
_POSIX_MAPPED_FILES =1
_POSIX_SAVED_IDS=1
_POSIX_VDISABLE =(255)
_POSIX_VERSION  =199009L
_XOPEN_UNIX =1
_XOPEN_VERSION  =4


*

Boost version 103000
BOOST_HAS_DIRENT_H   [no value]
BOOST_HAS_LONG_LONG  [no value]
BOOST_HAS_NL_TYPES_H [no value]
BOOST_HAS_UNISTD_H   [no value]
BOOST_MSVC6_MEMBER_TEMPLATES [no value]
BOOST_NESTED_TEMPLATE   =template
BOOST_NO_CWCHAR  [no value]
BOOST_NO_CWCTYPE [no value]
BOOST_NO_HASH[no value]
BOOST_NO_MS_INT64_NUMERIC_LIMITS [no value]
BOOST_NO_SLIST   [no value]
BOOST_NO_STD_WSTREAMBUF  [no value]
BOOST_NO_STD_WSTRING [no value]
BOOST_NO_SWPRINTF[no value]
BOOST_STD_EXTENSION_NAMESPACE   =std


One thing that bother me is the absence of BOOST_HAS_SIGACTION. I checked
and it seems that my sigaction-based signlal handling algorithm working
properly on this configuration, so I do not see a reasons why we could not
have above variable defined.

Gennadiy.
___
Unsubscribe  other changes: http://lists.boost.org/mailman/listinfo.cgi/boost