Changeset 10487 for trunk/psLib/src/db
- Timestamp:
- Dec 5, 2006, 5:07:47 PM (20 years ago)
- Location:
- trunk/psLib/src/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r10241 r10487 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.11 8$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-1 1-28 22:41:47$14 * @version $Revision: 1.119 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-12-06 03:01:42 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii 18 18 */ 19 19 20 #if ndef OMIT_PSDB20 #ifdef HAVE_PSDB 21 21 22 22 #include <stdio.h> … … 2257 2257 } 2258 2258 2259 #endif // OMIT_PSDB2259 #endif // HAVE_PSDB -
trunk/psLib/src/db/psDB.h
r10044 r10487 10 10 * @author Joshua Hoblitt 11 11 * 12 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-1 1-17 22:06:57$12 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-12-06 03:01:42 $ 14 14 * 15 15 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 #define PS_DB_H 1 20 20 21 #if ndef OMIT_PSDB21 #ifdef HAVE_PSDB 22 22 23 23 #include "psType.h" … … 451 451 #else 452 452 typedef void psDB; 453 #endif // OMIT_PSDB453 #endif // HAVE_PSDB 454 454 455 455 #endif // PS_DB_H
Note:
See TracChangeset
for help on using the changeset viewer.
