17 #ifdef DtUSE_UTILITIES_NAMESPACE
18 namespace DtUSE_UTILITIES_NAMESPACE
43 #ifdef DtUSE_UTILITIES_NAMESPACE
58 #define DtDEBUG(flag, s) \
59 ((flag) ? DtInfo s : ((void)0))
61 #define DtNetDebug(s) DtDEBUG(DtNetDebugOn, s)
62 #define DtNetDebug1(s) DtNetDebug((s))
63 #define DtOutDebug(s) DtDEBUG(DtOutboundThresholdDebugOn, s)
64 #define DtLogDebug(s) DtDEBUG(DtLogUtilDebugOn, s)
65 #define DtTmpDebug(s) DtDEBUG(DtTmpDebugOn, s)
66 #define DtSmoothDebug(s) DtDEBUG(DtSmoothDebugOn, s)
67 #define DtSmoothZDebug(s) DtDEBUG(DtSmoothZDebugOn, s)
68 #define DtLispDebug(s) DtDEBUG(DtLispDebugOn, s)
bool DtOutboundThresholdDebugOn
Unused - deprecated.
bool DtTmpDebugOn
Unused - deprecated.
Functions in vlPrint.h provide an error and print facility for vrlink.
bool DtLispDebugOn
Unused - deprecated.
bool DtLogUtilDebugOn
Unused - deprecated.
bool DtSmoothDebugOn
Unused - deprecated.
bool DtSmoothZDebugOn
Unused - deprecated.
#define DT_DLL_VLUTIL
Definition: vlMachineTypes.h:109
bool DtNetDebugOn
Turn on debugging for NetSockets/Sockets and TcpSockets.