Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 18073)
+++ trunk/psModules/src/config/pmConfig.h	(revision 18905)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-06-10 21:53:09 $
+ *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-08-05 02:16:06 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -37,7 +37,7 @@
 /// command-line arguments, the pmFPAfiles used, and the database handle.
 typedef struct {
-    psMetadata *user;                 	///< User configuration
-    psMetadata *site;                 	///< Site configuration
-    psMetadata *system;               	///< System configuration
+    psMetadata *user;                   ///< User configuration
+    psMetadata *site;                   ///< Site configuration
+    psMetadata *system;                 ///< System configuration
     psMetadata *complete;               ///< Full merged configuration
     psMetadata *camera;                 ///< Camera specification
@@ -51,4 +51,5 @@
     psDB *database;                     ///< Database handle
     const char *defaultRecipe;          ///< name of top-level recipe for this program
+    psString program;                   ///< Name of program
     // Private members
     pmRecipeSource recipesRead;         ///< Which recipe sources have been read
@@ -108,6 +109,6 @@
 /// configuration.  The accepted format is returned.
 psMetadata *pmConfigCameraFormatFromHeader(psMetadata **camera, // selected camera (or meta-camera)
-					   psString *formatName, // selected format name
-					   pmConfig *config, ///< The configuration
+                                           psString *formatName, // selected format name
+                                           pmConfig *config, ///< The configuration
                                            const psMetadata *header, ///< The FITS header
                                            bool readRecipes ///< optionally read the recipes as well as the format
