Index: trunk/psLib/src/sysUtils/psTrace.c
===================================================================
--- trunk/psLib/src/sysUtils/psTrace.c	(revision 1081)
+++ trunk/psLib/src/sysUtils/psTrace.c	(revision 1137)
@@ -9,6 +9,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-06-24 03:12:19 $
+ *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-06-30 01:09:12 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -31,4 +31,7 @@
  this purpose.
  *****************************************************************************/
+
+#ifndef PS_NO_TRACE
+
 #include <stdlib.h>
 #include <stdio.h>
@@ -418,2 +421,4 @@
     p_psTraceFP = fp;
 }
+
+#endif
