IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10487 for trunk/psLib


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

convert from OMIT_PSDB -> HAVE_PSDB

Location:
trunk/psLib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r10309 r10487  
    120120
    121121AX_LIB_MYSQL([4.1.2],
    122   [PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${MYSQL_CFLAGS}"
     122  [PSLIB_CFLAGS="${PSLIB_CFLAGS=} ${MYSQL_CFLAGS} -DHAVE_PSDB"
    123123    PSLIB_LIBS="${PSLIB_LIBS=} ${MYSQL_LDFLAGS}"],
    124   [PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DOMIT_PSDB"]
     124  [PSLIB_CFLAGS="${PSLIB_CFLAGS=}"]
    125125)
    126126
  • trunk/psLib/src/db/psDB.c

    r10241 r10487  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.118 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-11-28 22:41:47 $
     14 *  @version $Revision: 1.119 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-12-06 03:01:42 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
    1818 */
    1919
    20 #ifndef OMIT_PSDB
     20#ifdef HAVE_PSDB
    2121
    2222#include <stdio.h>
     
    22572257}
    22582258
    2259 #endif // OMIT_PSDB
     2259#endif // HAVE_PSDB
  • trunk/psLib/src/db/psDB.h

    r10044 r10487  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-17 22:06:57 $
     12 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-12-06 03:01:42 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919#define PS_DB_H 1
    2020
    21 #ifndef OMIT_PSDB
     21#ifdef HAVE_PSDB
    2222
    2323#include "psType.h"
     
    451451#else
    452452typedef void psDB;
    453 #endif // OMIT_PSDB
     453#endif // HAVE_PSDB
    454454
    455455#endif // PS_DB_H
  • trunk/psLib/src/sys/psConfigure.c

    r10291 r10487  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-11-29 22:53:48 $
     15 *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-12-06 03:01:42 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4949
    5050    psStringAppend(&version, " (cvs tag %s), %s, %s with"
    51                    #ifdef OMIT_PSDB
     51                   #ifdef HAVE_PSDB
    5252                   "out"
    5353                   #endif
Note: See TracChangeset for help on using the changeset viewer.