diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-07 12:14:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-07 12:14:40 +0000 |
commit | aff1b415a8dc8ced506579bb8f2f526120f49b56 (patch) | |
tree | ca5a64a39aa95f30f3016cbc18d6198294a2295c /ace/config-irix6.x-common.h | |
parent | 60467acfbeaa4d004d3be515fc3ab61fc1178ee2 (diff) | |
download | ATCD-aff1b415a8dc8ced506579bb8f2f526120f49b56.tar.gz |
ChangeLogTag: Fri May 7 12:14:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-irix6.x-common.h')
-rw-r--r-- | ace/config-irix6.x-common.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h index 1dbe1a31de6..e8b1ab5a99b 100644 --- a/ace/config-irix6.x-common.h +++ b/ace/config-irix6.x-common.h @@ -131,7 +131,7 @@ #ifdef ACE_LACKS_PERFECT_MULTICAST_FILTERING #undef ACE_LACKS_PERFECT_MULTICAST_FILTERING #endif -#define ACE_LACKS_PERFECT_MULTICAST_FILTERING 1 +#define ACE_LACKS_PERFECT_MULTICAST_FILTERING 1 #define ACE_HAS_STRPTIME @@ -162,11 +162,6 @@ #define ACE_HAS_NONCONST_SELECT_TIMEVAL #define ACE_HAS_BROKEN_DGRAM_SENDV -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_LACKS_PLACEMENT_OPERATOR_DELETE #define ACE_PI_CONTROL_BLOCK_ALIGN_LONGS 2 |