Index: /trunk/psLib/src/astronomy/psMetadata.c
===================================================================
--- /trunk/psLib/src/astronomy/psMetadata.c	(revision 1395)
+++ /trunk/psLib/src/astronomy/psMetadata.c	(revision 1396)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 20:55:16 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 21:06:22 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -48,4 +48,10 @@
 }                                                                                                        \
 return output;
+
+/** Maximum size of a FITS line */
+#define FITS_LINE_SIZE 80
+
+/** Maximum size of a string */
+#define MAX_STRING_LENGTH 1024
 
 /******************************************************************************/
Index: /trunk/psLib/src/collections/psMetadata.c
===================================================================
--- /trunk/psLib/src/collections/psMetadata.c	(revision 1395)
+++ /trunk/psLib/src/collections/psMetadata.c	(revision 1396)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 20:55:16 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 21:06:22 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -48,4 +48,10 @@
 }                                                                                                        \
 return output;
+
+/** Maximum size of a FITS line */
+#define FITS_LINE_SIZE 80
+
+/** Maximum size of a string */
+#define MAX_STRING_LENGTH 1024
 
 /******************************************************************************/
Index: /trunk/psLib/src/types/psMetadata.c
===================================================================
--- /trunk/psLib/src/types/psMetadata.c	(revision 1395)
+++ /trunk/psLib/src/types/psMetadata.c	(revision 1396)
@@ -11,6 +11,6 @@
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-08-05 20:55:16 $
+*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-08-05 21:06:22 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -48,4 +48,10 @@
 }                                                                                                        \
 return output;
+
+/** Maximum size of a FITS line */
+#define FITS_LINE_SIZE 80
+
+/** Maximum size of a string */
+#define MAX_STRING_LENGTH 1024
 
 /******************************************************************************/
