IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2006, 11:46:01 AM (20 years ago)
Author:
Paul Price
Message:

Turning off database connection --- ppMerge doesn't need it!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeConfig.c

    r10476 r10479  
    99#include "ppMerge.h"
    1010#include "ppMergeConfig.h"
     11
     12#define DONT_USE_DB
    1113
    1214// Output usage information
     
    6668    psFree(files);                      // Drop reference
    6769
     70#ifdef DONT_USE_DB
    6871#ifndef OMIT_PSDB
    6972    // Define database handle, if required
    7073    config->database = pmConfigDB(config);
     74#endif
    7175#endif
    7276
Note: See TracChangeset for help on using the changeset viewer.