Index: trunk/psLib/src/collections/psMetadata.c
===================================================================
--- trunk/psLib/src/collections/psMetadata.c	(revision 1387)
+++ trunk/psLib/src/collections/psMetadata.c	(revision 1393)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 02:22:42 $
+*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 19:38:51 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -39,5 +39,9 @@
 /******************************************************************************/
 
-// None
+/** Maximum length of string */
+#define MAX_STRING_LENGTH 1024
+
+/** Maximum length of FITS line */
+#define FITS_LINE_SIZE 80
 
 /******************************************************************************/
