2009-02-03 00:55 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
* include/hbdefs.h
* include/hbthread.h
* added HB_OS_SUNOS to be able to build under OpenSolaris 2008.11
using pthreads.
* source/common/hbprintf.c
* include ieeefp.h under OpenSolaris 2008.11
This commit is contained in:
@@ -8,6 +8,14 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-03 00:55 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
|
||||
* include/hbdefs.h
|
||||
* include/hbthread.h
|
||||
* added HB_OS_SUNOS to be able to build under OpenSolaris 2008.11
|
||||
using pthreads.
|
||||
* source/common/hbprintf.c
|
||||
* include ieeefp.h under OpenSolaris 2008.11
|
||||
|
||||
2009-02-02 23:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbct/keysec.prg
|
||||
* contrib/hbct/keytime.prg
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
( defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L ) || \
|
||||
( defined( __DJGPP__ ) && \
|
||||
( __DJGPP__ > 2 || ( __DJGPP__ == 2 && __DJGPP_MINOR__ >= 4 ) ) ) || \
|
||||
defined( HB_OS_LINUX ) || defined( HB_OS_DARWIN ) ) )
|
||||
defined( HB_OS_LINUX ) || defined( HB_OS_DARWIN ) || defined( HB_OS_SUNOS ) ) )
|
||||
#include <stdint.h>
|
||||
/* workaround for BCC 5.8 bug */
|
||||
#if ( defined( __BORLANDC__ ) && __BORLANDC__ >= 1410 )
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
#include "hbset.h"
|
||||
|
||||
#if ( defined( HB_OS_LINUX ) && !defined( __WATCOMC__ ) ) || \
|
||||
defined( HB_OS_DARWIN )
|
||||
defined( HB_OS_DARWIN ) || defined( HB_OS_SUNOS )
|
||||
# include <pthread.h>
|
||||
# define HB_PTHREAD_API
|
||||
#elif defined( HB_OS_WIN_32 )
|
||||
|
||||
@@ -106,6 +106,8 @@ optimized.
|
||||
# include <float.h>
|
||||
#elif defined(__DJGPP__)
|
||||
_LIB_VERSION_TYPE _LIB_VERSION = _XOPEN_;
|
||||
#elif defined( HB_OS_SUNOS )
|
||||
# include <ieeefp.h> // for finite()
|
||||
#endif
|
||||
|
||||
HB_EXTERN_BEGIN
|
||||
|
||||
Reference in New Issue
Block a user