IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2006, 5:20:16 PM (20 years ago)
Author:
Paul Price
Message:

Making psDB optional, for when we don't compile psLib with mysql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r6890 r6955  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-04-18 22:41:40 $
     5 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-04-22 03:20:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    561561    psMetadata *site)
    562562{
     563    #ifdef OMIT_PSDB
     564    return NULL;
     565    #else
     566
    563567    PS_ASSERT_PTR_NON_NULL(site, NULL);
    564568    psBool mdStatus01 = false;
     
    577581
    578582    return(psDBInit(dbServer, dbUsername, dbPassword, dbName));
     583    #endif
    579584}
    580585
Note: See TracChangeset for help on using the changeset viewer.