diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 03:53:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-02-26 03:53:48 +0000 |
commit | 5700938fb27641e24a15329929f69ca9eeaf147a (patch) | |
tree | 5d0f015b926b2e4aa46e3e013d0fd18dbec7cad4 /ace/config-sunos5.4-sunc++-4.x-orbix.h | |
parent | 7b1064ef7f4111cd732d80175d2389224bc64547 (diff) | |
download | ATCD-5700938fb27641e24a15329929f69ca9eeaf147a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x-orbix.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x-orbix.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x-orbix.h b/ace/config-sunos5.4-sunc++-4.x-orbix.h index d31ef1c79a1..d356414a905 100644 --- a/ace/config-sunos5.4-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.4-sunc++-4.x-orbix.h @@ -42,9 +42,6 @@ // Compiler/platform contains the <sys/syscall.h> file. #define ACE_HAS_SYSCALL_H -// Platform supports reentrant functions (i.e., all the POSIX *_r functions). -#define ACE_HAS_REENTRANT_FUNCTIONS - // Platform has terminal ioctl flags like TCGETS and TCSETS. #define ACE_HAS_TERM_IOCTLS @@ -137,7 +134,7 @@ // Compiler/platform supports sys_siglist array. #define ACE_HAS_SYS_SIGLIST -/* Turn off the following four defines if you want to disable threading. */ +/* Turn off the following defines if you want to disable threading. */ // Compile using multi-thread libraries. #if !defined (ACE_MT_SAFE) #define ACE_MT_SAFE 1 @@ -152,6 +149,11 @@ // Compiler/platform has thread-specific storage #define ACE_HAS_THREAD_SPECIFIC_STORAGE +// Platform supports reentrant functions (i.e., all the POSIX *_r functions). +#define ACE_HAS_REENTRANT_FUNCTIONS + +/* end threading defines */ + // Platform supports ACE_TLI timod STREAMS module. #define ACE_HAS_TIMOD_H |