Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 3957)
+++ trunk/psLib/src/db/psDB.h	(revision 4128)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-05-18 00:55:36 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-07 02:29:44 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -19,5 +19,5 @@
 #define PS_DB_H 1
 
-#ifdef BUILD_PSDB
+#ifndef OMIT_PSDB
 
 #include "psType.h"
@@ -109,5 +109,5 @@
  * string.  The value of the psMetadataItem.data element is unused for the
  * PS_META_PRIMITIVE types.  Other psMetadata types beyond PS_META_STR and
- * PS_META_PRIMITIVE are not allowed in a table definition.  
+ * PS_META_PRIMITIVE are not allowed in a table definition.
  *
  * Database indexes can be specified setting the "comment" field to "Primary
@@ -276,5 +276,5 @@
 /// @}
 
-#endif // BUILD_PSDB
+#endif // OMIT_PSDB
 
 #endif // PS_DB_H
