Index: /trunk/psLib/src/sys/psTrace.h
===================================================================
--- /trunk/psLib/src/sys/psTrace.h	(revision 12493)
+++ /trunk/psLib/src/sys/psTrace.h	(revision 12494)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-19 21:55:01 $
+ *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-19 22:26:22 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -40,14 +40,14 @@
 // XXX EAM : the old 'empty' values of (void) 0 are dangerous
 # if defined(PS_NO_TRACE)
-#   define psTraceSetFormat(format)     /* do nothing */
-#   define psTrace(facil, level, ...)   /* do nothing */
-#   define psTraceGetLevel(facil)       /* do nothing */
+#   define psTraceSetFormat(format)     true    /* success */
+#   define psTrace(facil, level, ...)           /* do nothing */
+#   define psTraceGetLevel(facil)       0       /* trace level is always 0 */
 #   define psTraceV(facil, level, format, __VA_LIST)    /* do nothing */
-#   define psTraceSetLevel(facil,level) /* do nothing */
-#   define psTraceReset()               /* do nothing */
-#   define psTracePrintLevels()         /* do nothing */
-#   define psTraceSetDestination(fp)    /* do nothing */
-#   define psTraceGetDestination()      2 /* destination is stderr */
-#   define psTraceLevels()              /* do nothing */
+#   define psTraceSetLevel(facil,level) 0       /* previous level was 0 */
+#   define psTraceReset()                       /* do nothing */
+#   define psTracePrintLevels()                 /* do nothing */
+#   define psTraceSetDestination(fp)    true    /* success */
+#   define psTraceGetDestination()      2       /* destination is stderr */
+#   define psTraceLevels()              psMetadataAlloc() /* empty metadata */
 #   define PS_TRACE_ON                  0
 
