IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10487 for trunk/psModules


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

convert from OMIT_PSDB -> HAVE_PSDB

Location:
trunk/psModules/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r9695 r10487  
    164164    }
    165165
    166     #ifndef OMIT_PSDB
     166    #ifdef HAVE_PSDB
    167167    if (source & PM_CONCEPT_SOURCE_DATABASE && !(*read & PM_CONCEPT_SOURCE_DATABASE)) {
    168168        if (p_pmConceptsReadFromDatabase(target, *specs, fpa, chip, cell, db)) {
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r9697 r10487  
    353353    PS_ASSERT_PTR_NON_NULL(target, false);
    354354
    355     #ifdef OMIT_PSDB
     355    #ifndef HAVE_PSDB
    356356
    357357    return false;
  • trunk/psModules/src/concepts/pmConceptsWrite.c

    r9730 r10487  
    404404    }
    405405
    406     #ifdef OMIT_PSDB
     406    #ifndef HAVE_PSDB
    407407    return false;
    408408    #else
  • trunk/psModules/src/config/pmConfig.c

    r10483 r10487  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2006-12-05 22:04:15 $
     6 *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2006-12-06 03:06:02 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    681681    PS_ASSERT_PTR_NON_NULL(config->site, NULL);
    682682
    683     #ifdef OMIT_PSDB
     683    #ifndef HAVE_PSDB
    684684
    685685    return NULL;
Note: See TracChangeset for help on using the changeset viewer.