diff options
52 files changed, 3 insertions, 253 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h index 916bb565318..34a85f89021 100644 --- a/ace/config-aix-4.x.h +++ b/ace/config-aix-4.x.h @@ -306,12 +306,6 @@ #define ACE_MALLOC_ALIGN 8 -// By default, tracing code is not compiled. To compile it in, cause -// ACE_NTRACE to not be defined, and rebuild ACE. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #if (_XOPEN_SOURCE == 500) && !defined(_UNIX95) # define ACE_HAS_3_PARAM_WCSTOK #endif /* _XOPEN_SOURCE == 500 && !_UNIX95 */ diff --git a/ace/config-chorus.h b/ace/config-chorus.h index 134134811fe..3e3e6894256 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -143,10 +143,6 @@ # define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // By default, don't include RCS Id strings in object code. #if !defined (ACE_USE_RCSID) # define ACE_USE_RCSID 0 diff --git a/ace/config-cray.h b/ace/config-cray.h index 53cbb384170..6f25425e64e 100644 --- a/ace/config-cray.h +++ b/ace/config-cray.h @@ -34,11 +34,6 @@ #define MAXPATHLEN 1023 #endif /* _UNICOS */ -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_DEFAULT_CLOSE_ALL_HANDLES 0 // Defines the page size of the system. diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h index 89cb0a9cf08..75c9993319a 100644 --- a/ace/config-cygwin32.h +++ b/ace/config-cygwin32.h @@ -120,11 +120,6 @@ #define ACE_HAS_DIRENT #define ACE_HAS_STRPTIME -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_LACKS_MKFIFO // Cygwin has no siginfo.h diff --git a/ace/config-dgux-4.11-epc.h b/ace/config-dgux-4.11-epc.h index fde258856dd..7f0a01ee5ae 100644 --- a/ace/config-dgux-4.11-epc.h +++ b/ace/config-dgux-4.11-epc.h @@ -159,11 +159,6 @@ // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h index 4b0b6ef8549..a39d8bd83cd 100644 --- a/ace/config-dgux-4.x-ghs.h +++ b/ace/config-dgux-4.x-ghs.h @@ -181,11 +181,6 @@ // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index 99a706c5872..8d4eb83f6d1 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -15,7 +15,7 @@ // Yes, we do have threads. # define ACE_HAS_THREADS 1 #else - // Set to 0 since that's what config-posix.h checks for. + // Set to 0 since that's what config-posix.h checks for. # define ACE_HAS_THREADS 0 #endif /* ACE_MT_SAFE */ @@ -202,11 +202,6 @@ extern "C" { char * cuserid (char *s); } #define ACE_HAS_SUNOS4_GETTIMEOFDAY // #define ACE_HAS_TIMEZONE_GETTIMEOFDAY -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_MSG #define ACE_HAS_4_4BSD_SENDMSG_RECVMSG diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 849bef7616c..12b251c651e 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -247,9 +247,4 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ #define ACE_CONTROL_BLOCK_ALIGN_LONGS 0 #define ACE_PI_CONTROL_BLOCK_ALIGN_LONGS 2 -// Turns off the tracing feature. -// To build with tracing enabled, make sure ACE_NTRACE is not defined -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 #include /**/ "ace/post.h" -#endif /* ACE_NTRACE */ diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h index 389dddae07c..0933ad3bf43 100644 --- a/ace/config-hpux-11.00.h +++ b/ace/config-hpux-11.00.h @@ -433,11 +433,5 @@ #define ACE_HAS_POSIX_SEM #define ACE_HAS_TERM_IOCTLS -// Turns off the tracing feature. -// To build with tracing enabled, make sure ACE_NTRACE is not defined -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h index f46da5c3744..0285a7442f6 100644 --- a/ace/config-hpux11.h +++ b/ace/config-hpux11.h @@ -242,9 +242,4 @@ #define ACE_HAS_POSIX_SEM -// Turns off the tracing feature. -// To build with tracing enabled, make sure ACE_NTRACE is not defined -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 #include /**/ "ace/post.h" -#endif /* ACE_NTRACE */ diff --git a/ace/config-integritySCA.h b/ace/config-integritySCA.h index 2b46226cf17..e007fb93eb5 100644 --- a/ace/config-integritySCA.h +++ b/ace/config-integritySCA.h @@ -73,10 +73,6 @@ #define ACE_HAS_PTHREADS_STD /***** End Threading Defines *****/ -/***** ACE Specific Features *****/ -#define ACE_NTRACE 1 -/***** end ACE Specific Features *****/ - /***** Hardware Defines *****/ #define ACE_PAGE_SIZE 4096 /***** End Hardware Defines *****/ diff --git a/ace/config-irix5.2.h b/ace/config-irix5.2.h index 38dfda3cbc9..c3027e86065 100644 --- a/ace/config-irix5.2.h +++ b/ace/config-irix5.2.h @@ -63,10 +63,5 @@ #define ACE_HAS_SEMUN #define ACE_NEEDS_DEV_IO_CONVERSION -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-irix5.3-g++.h b/ace/config-irix5.3-g++.h index 96df5e9ebf4..51a5762e9b7 100644 --- a/ace/config-irix5.3-g++.h +++ b/ace/config-irix5.3-g++.h @@ -114,10 +114,5 @@ // Platform supports IP multicast #define ACE_HAS_IP_MULTICAST -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-irix5.3-sgic++.h b/ace/config-irix5.3-sgic++.h index 286f2d4aead..7cfa35e77ec 100644 --- a/ace/config-irix5.3-sgic++.h +++ b/ace/config-irix5.3-sgic++.h @@ -118,10 +118,5 @@ #define ACE_NEEDS_DEV_IO_CONVERSION -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ 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 diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index b81c2faac67..ddde1ac7d61 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -326,11 +326,6 @@ # define ACE_SIZE_T_FORMAT_SPECIFIER ACE_LIB_TEXT ("%lu") #endif /* __ia64 */ -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_SIZEOF_WCHAR 4 #include /**/ "ace/post.h" diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index f9dba01d514..8e8f5136bbb 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -166,11 +166,6 @@ #define ACE_HAS_BROKEN_PREALLOCATED_OBJECTS_AFTER_FORK 1 -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Looks like the modern compilers have support for namespaces. Or // rather we dont support any compiler without this support. Need to // get this macro off of ACE. diff --git a/ace/config-m88k.h b/ace/config-m88k.h index 5662c83d490..699e9e3f4d6 100644 --- a/ace/config-m88k.h +++ b/ace/config-m88k.h @@ -218,11 +218,6 @@ struct ip_mreq // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 diff --git a/ace/config-macosx-panther.h b/ace/config-macosx-panther.h index efc1268b68c..23d9acc87b0 100644 --- a/ace/config-macosx-panther.h +++ b/ace/config-macosx-panther.h @@ -135,11 +135,6 @@ #define ACE_HAS_SUNOS4_GETTIMEOFDAY #define ACE_HAS_TIMEZONE_GETTIMEOFDAY -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_LACKS_SYSV_MSG_H #define ACE_LACKS_SYSV_MSQ_PROTOS #define ACE_HAS_MSG diff --git a/ace/config-macosx.h b/ace/config-macosx.h index 480a08596ee..f30c68f1a77 100644 --- a/ace/config-macosx.h +++ b/ace/config-macosx.h @@ -137,11 +137,6 @@ #define ACE_HAS_SUNOS4_GETTIMEOFDAY #define ACE_HAS_TIMEZONE_GETTIMEOFDAY -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_LACKS_SYSV_MSG_H #define ACE_LACKS_SYSV_MSQ_PROTOS #define ACE_HAS_MSG diff --git a/ace/config-mvs.h b/ace/config-mvs.h index df69582b2d4..a557170a575 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -108,10 +108,6 @@ #define ACE_NEEDS_DEV_IO_CONVERSION -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_SIZEOF_FLOAT 4 #define ACE_SIZEOF_DOUBLE 8 #define ACE_SIZEOF_LONG_DOUBLE 16 diff --git a/ace/config-netbsd.h b/ace/config-netbsd.h index 2999a7eac2f..062894de4ed 100644 --- a/ace/config-netbsd.h +++ b/ace/config-netbsd.h @@ -170,11 +170,6 @@ ange */ #define ACE_HAS_SUNOS4_GETTIMEOFDAY // #define ACE_HAS_TIMEZONE_GETTIMEOFDAY -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_MSG #define ACE_HAS_4_4BSD_SENDMSG_RECVMSG diff --git a/ace/config-openbsd.h b/ace/config-openbsd.h index da626028bd4..f43ef3a44b5 100644 --- a/ace/config-openbsd.h +++ b/ace/config-openbsd.h @@ -181,11 +181,6 @@ // error. #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_MSG #define ACE_HAS_4_4BSD_SENDMSG_RECVMSG #define ACE_HAS_NONCONST_MSGSND diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h index d77da77d6c8..4fe6d10fb79 100644 --- a/ace/config-osf1-3.2.h +++ b/ace/config-osf1-3.2.h @@ -174,11 +174,6 @@ extern "C" pid_t getpgid (pid_t); #define ACE_NEEDS_DEV_IO_CONVERSION -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 8192 #define ACE_HAS_GETPAGESIZE diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 171ab2db553..a070449e84c 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -32,11 +32,6 @@ #define ACE_LACKS_CLEARERR #endif /* ACE_MT_SAFE == 0 */ -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ! ACE_NTRACE */ - // Include unistd.h to define _POSIX_C_SOURCE. #include <unistd.h> diff --git a/ace/config-psos-diab-mips.h b/ace/config-psos-diab-mips.h index c8a94267ff2..f4cf5b25c4d 100644 --- a/ace/config-psos-diab-mips.h +++ b/ace/config-psos-diab-mips.h @@ -227,10 +227,6 @@ #define ACE_PAGE_SIZE 4096 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_PSOS_CANT_USE_SYS_TYPES // #define ACE_PSOS_SNARFS_HEADER_INFO diff --git a/ace/config-psos-diab-ppc.h b/ace/config-psos-diab-ppc.h index dbf3f774c25..a5ae3bed497 100644 --- a/ace/config-psos-diab-ppc.h +++ b/ace/config-psos-diab-ppc.h @@ -228,10 +228,6 @@ #define ACE_PAGE_SIZE 4096 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_PSOS_CANT_USE_SYS_TYPES // #define ACE_PSOS_LACKS_PHILE diff --git a/ace/config-psos-diab.h b/ace/config-psos-diab.h index 0ca0b425e6f..bd2dafa65f9 100644 --- a/ace/config-psos-diab.h +++ b/ace/config-psos-diab.h @@ -208,10 +208,6 @@ #define ACE_PAGE_SIZE 4096 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_PSOS_CANT_USE_SYS_TYPES // #define ACE_PSOS_LACKS_PHILE diff --git a/ace/config-psos-tm.h b/ace/config-psos-tm.h index f6d282bdbd4..2905bbb097d 100644 --- a/ace/config-psos-tm.h +++ b/ace/config-psos-tm.h @@ -177,10 +177,6 @@ #define ACE_PAGE_SIZE 4096 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_PSOS_TM #define ACE_PSOS_PROVIDES_ERROR_SYMBOLS_TM #define USER_INCLUDE_SYS_TIME_TM diff --git a/ace/config-psosim-g++.h b/ace/config-psosim-g++.h index 6e35a838a88..da87a186309 100644 --- a/ace/config-psosim-g++.h +++ b/ace/config-psosim-g++.h @@ -221,10 +221,6 @@ #define ACE_PAGE_SIZE 4096 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #if !defined (ACE_PSOS) #define ACE_PSOS #endif /* ACE_PSOS */ diff --git a/ace/config-qnx-neutrino.h b/ace/config-qnx-neutrino.h index ce2f41e0a9a..3eb24ce8394 100644 --- a/ace/config-qnx-neutrino.h +++ b/ace/config-qnx-neutrino.h @@ -142,9 +142,5 @@ #define ACE_HAS_SIGTIMEDWAIT #define ACE_HAS_SIGSUSPEND -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-qnx-rtp-common.h b/ace/config-qnx-rtp-common.h index a9b75defbf0..8a0bfb3e48e 100644 --- a/ace/config-qnx-rtp-common.h +++ b/ace/config-qnx-rtp-common.h @@ -42,9 +42,5 @@ #define ACE_SIZEOF_DOUBLE 8 #define ACE_SIZEOF_FLOAT 4 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_QNX_RTP_COMMON_H */ diff --git a/ace/config-sco-4.2-nothread.h b/ace/config-sco-4.2-nothread.h index 7e145d2b91e..97c4a18e1d8 100644 --- a/ace/config-sco-4.2-nothread.h +++ b/ace/config-sco-4.2-nothread.h @@ -107,10 +107,7 @@ #define ACE_HAS_GNU_CSTRING_H -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ #define ACE_HAS_DIRENT + #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sco-5.0.0-mit-pthread.h b/ace/config-sco-5.0.0-mit-pthread.h index 41256659c23..c0b013d6892 100644 --- a/ace/config-sco-5.0.0-mit-pthread.h +++ b/ace/config-sco-5.0.0-mit-pthread.h @@ -118,11 +118,6 @@ #define ACE_HAS_GNU_CSTRING_H -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_SIGINFO_T #define ACE_HAS_UCONTEXT_T diff --git a/ace/config-sco-5.0.0.h b/ace/config-sco-5.0.0.h index 78466ee4c76..a5d94c82cb3 100644 --- a/ace/config-sco-5.0.0.h +++ b/ace/config-sco-5.0.0.h @@ -88,11 +88,6 @@ // Platform has the XLI version of ACE_TLI. // #define ACE_HAS_XLI -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_SIGINFO_T #define ACE_HAS_UCONTEXT_T diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h index 5eebaca38b9..21663d0cfe7 100644 --- a/ace/config-sunos4-g++.h +++ b/ace/config-sunos4-g++.h @@ -99,10 +99,6 @@ // Compiler/platform has <alloca.h> #define ACE_HAS_ALLOCA_H #define ACE_HAS_SVR4_GETTIMEOFDAY -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sunos4-lucid3.2.h b/ace/config-sunos4-lucid3.2.h index 5b39753b998..7ae16c9122f 100644 --- a/ace/config-sunos4-lucid3.2.h +++ b/ace/config-sunos4-lucid3.2.h @@ -89,10 +89,5 @@ #define ACE_LACKS_DIFFTIME -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sunos4-sun3.x.h b/ace/config-sunos4-sun3.x.h index fa8b4ee17dc..7f064c198bc 100644 --- a/ace/config-sunos4-sun3.x.h +++ b/ace/config-sunos4-sun3.x.h @@ -78,9 +78,4 @@ #define ACE_LACKS_DIFFTIME -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sunos4-sun4.1.4.h b/ace/config-sunos4-sun4.1.4.h index 3e080632f14..6d95409d741 100644 --- a/ace/config-sunos4-sun4.1.4.h +++ b/ace/config-sunos4-sun4.1.4.h @@ -86,10 +86,5 @@ #define ACE_LACKS_DIFFTIME -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sunos4-sun4.x.h b/ace/config-sunos4-sun4.x.h index 7f7ac4d6dd9..81c8c936e2b 100644 --- a/ace/config-sunos4-sun4.x.h +++ b/ace/config-sunos4-sun4.x.h @@ -96,10 +96,5 @@ #define ACE_TIMER_SKEW 1000 * 10 #endif /* ACE_TIMER_SKEW */ -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-sunos5.4-centerline-2.x.h b/ace/config-sunos5.4-centerline-2.x.h index 84239599270..3e078451f10 100644 --- a/ace/config-sunos5.4-centerline-2.x.h +++ b/ace/config-sunos5.4-centerline-2.x.h @@ -148,11 +148,6 @@ #define ACE_NEEDS_DEV_IO_CONVERSION -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 #define ACE_HAS_IDTYPE_T diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h index 6a862805501..4d0217cdc40 100644 --- a/ace/config-sunos5.4-g++.h +++ b/ace/config-sunos5.4-g++.h @@ -169,11 +169,6 @@ // Use the poll() event demultiplexor rather than select(). //#define ACE_USE_POLL -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 #define ACE_HAS_IDTYPE_T diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 41a4a405191..b52eae3f9e6 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -174,12 +174,6 @@ #define ACE_NEEDS_DEV_IO_CONVERSION -// Turns off the tracing feature. -// #define ACE_NTRACE 0 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 #define ACE_HAS_IDTYPE_T diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 29868e4a688..90bea146a02 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -331,11 +331,6 @@ #define ACE_HAS_STRPTIME -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_GETPAGESIZE 1 #define ACE_HAS_STL_MAP_CONFLICT diff --git a/ace/config-tandem-nsk-mips-v2.h b/ace/config-tandem-nsk-mips-v2.h index 9cc2a373f21..323d8742cdc 100644 --- a/ace/config-tandem-nsk-mips-v2.h +++ b/ace/config-tandem-nsk-mips-v2.h @@ -400,13 +400,6 @@ extern int cma_sigwait (sigset_t *); // Disable the inclusion of RCS ids in the generated code. #define ACE_USE_RCSID 0 -// Turns off the tracing feature. -// Setting ACE_NTRACE to 1 disables tracing. Any other value (or if -// ACE_TRACE is not defined) enables tracing. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // For debugging problems in os calls (but this doesn't work too well // since output is not interleaved properly with output from ACE_TRACE //# define ACE_OS_TRACE(X) ::printf(X) diff --git a/ace/config-tandem.h b/ace/config-tandem.h index 59d5461bed4..b1b1410d6ee 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -418,7 +418,6 @@ //use our own //ACE_NLOGGING Turns off the LM_DEBUG and LM_ERROR //logging macros... -//ACE_NTRACE Turns off the tracing feature. //ACE_REDEFINES_XTI_FUNCTIONS Platform redefines the t_... names //(UnixWare) //ACE_SELECT_USES_INT Platform uses int for select() @@ -434,12 +433,6 @@ //ACE_USE_POLL Use the poll() event demultiplexor //rather than select(). -// Turns off the tracing feature. -// #define ACE_NTRACE 0 -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // Defines the page size of the system. #define ACE_PAGE_SIZE 4096 diff --git a/ace/config-unixware-2.01-g++.h b/ace/config-unixware-2.01-g++.h index 548a9e9a929..a9b83075a08 100644 --- a/ace/config-unixware-2.01-g++.h +++ b/ace/config-unixware-2.01-g++.h @@ -104,10 +104,5 @@ // Platform doesn't have get<blah>by... char *arg defined as const //#define ACE_GET_BLAH_BY_NO_CONST -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_H */ diff --git a/ace/config-unixware-2.1.2-g++.h b/ace/config-unixware-2.1.2-g++.h index 3d1409e8b8c..5f8046dd2e1 100644 --- a/ace/config-unixware-2.1.2-g++.h +++ b/ace/config-unixware-2.1.2-g++.h @@ -91,11 +91,6 @@ # define UNIXWARE_2_1 #endif /* ! UNIXWARE */ -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - #define ACE_HAS_IDTYPE_T #include /**/ "ace/post.h" diff --git a/ace/config-unixware-7.1.0.h b/ace/config-unixware-7.1.0.h index a2e11b71edf..90c3ac94019 100644 --- a/ace/config-unixware-7.1.0.h +++ b/ace/config-unixware-7.1.0.h @@ -360,9 +360,6 @@ /* <time.h> doesn't automatically #include <sys/time.h> */ #define ACE_LACKS_SYSTIME_H 1 -/* Turns off the tracing feature. */ -#define ACE_NTRACE 1 - /*********************************************************************/ /* Compiler's template mechanim must see source code (i.e., .cpp files). This is used for GNU G++. */ diff --git a/ace/config-unixware-7.1.0.udk.h b/ace/config-unixware-7.1.0.udk.h index 019a79485f6..ccdbc28fe32 100644 --- a/ace/config-unixware-7.1.0.udk.h +++ b/ace/config-unixware-7.1.0.udk.h @@ -440,9 +440,6 @@ /* Turns off the LM_DEBUG and LM_ERROR logging macros... */ /* #undef ACE_NLOGGING */ -/* Turns off the tracing feature. */ -#define ACE_NTRACE 1 - /* The OS/platform supports the poll() event demultiplexor */ #define ACE_USE_POLL 1 diff --git a/ace/config-vxworks5.x.h b/ace/config-vxworks5.x.h index 838d8f87c8c..b34287569d2 100644 --- a/ace/config-vxworks5.x.h +++ b/ace/config-vxworks5.x.h @@ -238,10 +238,6 @@ # define ACE_NEEDS_HUGE_THREAD_STACKSIZE 65536 #endif /* ACE_NEEDS_HUGE_THREAD_STACKSIZE */ -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ - // By default, don't include RCS Id strings in object code. #if !defined (ACE_USE_RCSID) #define ACE_USE_RCSID 0 diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index a6e36c65d05..4d4cead46e5 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -301,12 +301,6 @@ typedef unsigned long long ACE_UINT64; // No system support for replacing any previous mappings. #define ACE_LACKS_AUTO_MMAP_REPLACEMENT -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -# define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ -// #define ACE_NLOGGING - // MFC itself defines STRICT. #if defined( ACE_HAS_MFC ) && (ACE_HAS_MFC != 0) # if !defined(ACE_HAS_STRICT) |