IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5759


Ignore:
Timestamp:
Dec 8, 2005, 5:22:50 PM (20 years ago)
Author:
magnier
Message:

ifdef-ing psDB dependency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b0/psModules/src/config/pmConfig.c

    r5737 r5759  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.4.4.1 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2005-12-07 22:27:57 $
     5 *  @version $Revision: 1.4.4.2 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2005-12-09 03:22:50 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    427427    psMetadata *site)
    428428{
     429    # ifndef OMIT_PSDB
    429430    PS_ASSERT_PTR_NON_NULL(site, NULL);
    430431    psBool mdStatus01 = false;
     
    441442
    442443    return(psDBInit(dbServer, dbUsername, dbPassword, NULL));
    443 }
     444    # else
     445
     446        return(NULL);
     447    # endif
     448}
Note: See TracChangeset for help on using the changeset viewer.