diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-19 02:03:07 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-19 02:03:07 +0000 |
commit | 7217dd5a40b01bad898a07c88b9f81d5ea823936 (patch) | |
tree | 869f4841581ae53bc433c32ce7ba57030e6f709a /ace/config-freebsd-pthread.h | |
parent | 0657b799eff295d518b43a0a7777c4e83d619edd (diff) | |
download | ATCD-7217dd5a40b01bad898a07c88b9f81d5ea823936.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r-- | ace/config-freebsd-pthread.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index cf23ef9b75b..24404d9c6cb 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -2,11 +2,9 @@ // $Id$ // The following configuration file is designed to work for FreeBSD -// platforms using GNU C++ and the POSIX (pthread) threads package -// by John Birrell. +// platforms with GNU C++ and the POSIX (pthread) threads package. -// Currently, only this test is failing, -// tests/MT_SOCK_Test +// Notice that the threaded version of ACE is only supported for -current. #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H @@ -63,6 +61,10 @@ enum schedparam_policy { #define ACE_HAS_SYSCALL_H #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES +#define ACE_HAS_SIGINFO_T +#define ACE_LACKS_SIGINFO_H +#define ACE_LACKS_UCONTEXT_H +#define ACE_LACKS_SI_ADDR // Compiler/platform supports SVR4 signal typedef #define ACE_HAS_SVR4_SIGNAL_T @@ -145,7 +147,7 @@ enum schedparam_policy { #define ACE_LACKS_THREAD_PROCESS_SCOPING #define ACE_LACKS_PTHREAD_THR_SIGSETMASK // If ACE doesn't compile due to the lack of these methods, please -// send email to schmidt@cs.wustl.edu reporting this. +// send email to schmidt@cs.wustl.edu reporting this. // #define ACE_LACKS_CONDATTR_PSHARED // #define ACE_LACKS_MUTEXATTR_PSHARED #define ACE_HAS_THREAD_SPECIFIC_STORAGE |