IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3550


Ignore:
Timestamp:
Mar 29, 2005, 12:50:43 PM (21 years ago)
Author:
desonia
Message:

removed mysql/ prefix on the mysql include files.

Location:
trunk/psLib/src
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psDB.c

    r3546 r3550  
    1111 *  @author Joshua Hoblitt
    1212 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:15:59 $
     13 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-29 22:50:43 $
    1515 *
    1616 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2323#include <string.h>
    2424#include <math.h>
    25 #include <mysql/mysql.h>
    26 #include <mysql/mysql_com.h> // enum_field_types
     25#include <mysql.h>
     26#include <mysql_com.h> // enum_field_types
    2727
    2828#include "psDB.h"
  • trunk/psLib/src/astronomy/psDB.h

    r3532 r3550  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-28 22:54:19 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:50:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql/mysql.h>
    24 #include <pslib.h>
     23#include <mysql.h>
     24#include "pslib.h"
    2525
    2626/// @addtogroup DataBase
  • trunk/psLib/src/dataIO/psDB.c

    r3546 r3550  
    1111 *  @author Joshua Hoblitt
    1212 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:15:59 $
     13 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-29 22:50:43 $
    1515 *
    1616 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2323#include <string.h>
    2424#include <math.h>
    25 #include <mysql/mysql.h>
    26 #include <mysql/mysql_com.h> // enum_field_types
     25#include <mysql.h>
     26#include <mysql_com.h> // enum_field_types
    2727
    2828#include "psDB.h"
  • trunk/psLib/src/dataIO/psDB.h

    r3532 r3550  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-28 22:54:19 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:50:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql/mysql.h>
    24 #include <pslib.h>
     23#include <mysql.h>
     24#include "pslib.h"
    2525
    2626/// @addtogroup DataBase
  • trunk/psLib/src/db/psDB.c

    r3546 r3550  
    1111 *  @author Joshua Hoblitt
    1212 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:15:59 $
     13 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-29 22:50:43 $
    1515 *
    1616 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2323#include <string.h>
    2424#include <math.h>
    25 #include <mysql/mysql.h>
    26 #include <mysql/mysql_com.h> // enum_field_types
     25#include <mysql.h>
     26#include <mysql_com.h> // enum_field_types
    2727
    2828#include "psDB.h"
  • trunk/psLib/src/db/psDB.h

    r3532 r3550  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-28 22:54:19 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:50:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql/mysql.h>
    24 #include <pslib.h>
     23#include <mysql.h>
     24#include "pslib.h"
    2525
    2626/// @addtogroup DataBase
  • trunk/psLib/src/fileUtils/psDB.c

    r3546 r3550  
    1111 *  @author Joshua Hoblitt
    1212 *
    13  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-03-29 22:15:59 $
     13 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-03-29 22:50:43 $
    1515 *
    1616 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2323#include <string.h>
    2424#include <math.h>
    25 #include <mysql/mysql.h>
    26 #include <mysql/mysql_com.h> // enum_field_types
     25#include <mysql.h>
     26#include <mysql_com.h> // enum_field_types
    2727
    2828#include "psDB.h"
  • trunk/psLib/src/fileUtils/psDB.h

    r3532 r3550  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-28 22:54:19 $
     12 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-29 22:50:43 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql/mysql.h>
    24 #include <pslib.h>
     23#include <mysql.h>
     24#include "pslib.h"
    2525
    2626/// @addtogroup DataBase
Note: See TracChangeset for help on using the changeset viewer.