diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 05:05:53 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 05:05:53 +0000 |
commit | 6e8fb5a642454c7b32b2878d06fbb3a5ab6eafae (patch) | |
tree | 2950d1fda1cd7e30c961f8ec6a146229eeb418a6 /ace/config-freebsd-pthread.h | |
parent | a81a70ad8f4f66101c81e487bc5c5bcd39154835 (diff) | |
download | ATCD-6e8fb5a642454c7b32b2878d06fbb3a5ab6eafae.tar.gz |
Removed ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR.
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r-- | ace/config-freebsd-pthread.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index dd9680dbdb4..b91c2869400 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -6,7 +6,7 @@ // The following configuration file is designed to work for FreeBSD // platforms using GNU C++ and the POSIX (pthread) threads package -// by John Birrell. You must at least have 3.0-current as of 2/9/1997 to +// by John Birrell. You must at least have 3.0-current as of 2/9/1997 to // take the advantage of latest pthread library. #if !defined (ACE_CONFIG_H) @@ -25,8 +25,8 @@ // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT #define ACE_HAS_CHARPTR_DL -#define ACE_USES_ASM_SYMBOL_IN_DLSYM -#define ACE_LACKS_SIGSET +#define ACE_USES_ASM_SYMBOL_IN_DLSYM +#define ACE_LACKS_SIGSET // sched.h still not fully support on FreeBSD ? // this is taken from /usr/src/lib/libc_r/uthread/pthread-private.h @@ -51,7 +51,7 @@ enum schedparam_policy { #define ACE_HAS_SIN_LEN // Platform supports System V IPC (most versions of UNIX, but not Win32) -#define ACE_HAS_SYSV_IPC +#define ACE_HAS_SYSV_IPC // Compiler/platform contains the <sys/syscall.h> file. #define ACE_HAS_SYSCALL_H @@ -133,7 +133,6 @@ enum schedparam_policy { #define ACE_HAS_TEMPLATE_SPECIALIZATION #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION -#define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR // Compiler doesn't support static data member templates. #define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES |