IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 2:47:06 PM (20 years ago)
Author:
Paul Price
Message:

Adding psDB_dummy.h to replace psDB.h when mysql is not used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib_strict.h

    r6874 r6953  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-04-17 22:00:03 $
     11*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-04-22 00:47:06 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psEarthOrientation.h"
    3232
     33#ifdef OMIT_PSDB
     34#include "psDB_dummy.h"
     35#else
    3336#include "psDB.h"
     37#endif
    3438
    3539#include "psVectorFFT.h"
Note: See TracChangeset for help on using the changeset viewer.