Index: trunk/psLib/src/astro/psTime.c
===================================================================
--- trunk/psLib/src/astro/psTime.c	(revision 2749)
+++ trunk/psLib/src/astro/psTime.c	(revision 3114)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-17 20:47:08 $
+ *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-03 00:45:06 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -35,8 +35,5 @@
 #include "psAstronomyErrors.h"
 
-#ifndef TIME_CONFIG_FILE
-#define TIME_CONFIG_FILE "../../config/psTime.config"
-#pragma warning TIME_CONFIG_FILE was not defined in the makefile.
-#endif
+#include "config.h"
 
 #define MAX_STRING_LENGTH 256
@@ -151,5 +148,5 @@
     // Check time metadata. Function call reports errors.
     if(timeMetadata == NULL) {
-        if(!p_psTimeInit(TIME_CONFIG_FILE))
+        if(!p_psTimeInit(CONFIG_FILE))
             return 0.0;
     }
@@ -708,5 +705,5 @@
     // Check time metadata
     if(timeMetadata == NULL) {
-        if(!p_psTimeInit(TIME_CONFIG_FILE)) {
+        if(!p_psTimeInit(CONFIG_FILE)) {
             psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psTime_FILE_NOT_FOUND, "psTime.config");
             return 0.0;
