Index: /trunk/psLib/src/astro/psEarthOrientation.c
===================================================================
--- /trunk/psLib/src/astro/psEarthOrientation.c	(revision 9988)
+++ /trunk/psLib/src/astro/psEarthOrientation.c	(revision 9989)
@@ -8,6 +8,6 @@
  *  @author Robert Daniel DeSonia, MHPCC
  *
- *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-11-14 21:15:43 $
+ *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-15 01:33:42 $
  *
  *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
@@ -89,5 +89,5 @@
     psMetadata* eocMetadata = psMetadataConfigRead(NULL,
                               &nFail,
-                              p_psGetConfigFileName(),
+                              p_psTimeConfigFileName(),
                               true);
     //Make sure reading of config file worked correctly
Index: /trunk/psLib/src/astro/psTime.h
===================================================================
--- /trunk/psLib/src/astro/psTime.h	(revision 9988)
+++ /trunk/psLib/src/astro/psTime.h	(revision 9989)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-20 00:17:21 $
+ *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-15 01:33:43 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -76,4 +76,8 @@
 
 
+// get the pslib.config filename by checking environment variable first, then original installation area.
+const char *p_psTimeConfigFileName();
+
+
 /** Initialize time data.
  *
