IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10487 for trunk/psLib/src/db


Ignore:
Timestamp:
Dec 5, 2006, 5:07:47 PM (20 years ago)
Author:
jhoblitt
Message:

convert from OMIT_PSDB -> HAVE_PSDB

Location:
trunk/psLib/src/db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r10241 r10487  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-11-28 22:41:47 $
     14 *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-12-06 03:01:42 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
    1818 */
    1919
    20 #ifndef OMIT_PSDB
     20#ifdef HAVE_PSDB
    2121
    2222#include <stdio.h>
     
    22572257}
    22582258
    2259 #endif // OMIT_PSDB
     2259#endif // HAVE_PSDB
  • trunk/psLib/src/db/psDB.h

    r10044 r10487  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-17 22:06:57 $
     12 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-12-06 03:01:42 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919#define PS_DB_H 1
    2020
    21 #ifndef OMIT_PSDB
     21#ifdef HAVE_PSDB
    2222
    2323#include "psType.h"
     
    451451#else
    452452typedef void psDB;
    453 #endif // OMIT_PSDB
     453#endif // HAVE_PSDB
    454454
    455455#endif // PS_DB_H
Note: See TracChangeset for help on using the changeset viewer.