IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2007, 12:38:53 PM (20 years ago)
Author:
jhoblitt
Message:

consistently include config.h

Location:
trunk/psLib/src/mathtypes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/mathtypes/psImage.c

    r10244 r10999  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-11-29 00:33:27 $
     11 *  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-09 22:38:53 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1616 *  That is the routine used to generate matrices.
    1717 */
     18
     19#ifdef HAVE_CONFIG_H
     20# include "config.h"
     21#endif
    1822
    1923#include <string.h>
  • trunk/psLib/src/mathtypes/psScalar.c

    r9538 r10999  
    88 *  @author Ross Harman, MHPCC
    99 *
    10  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-10-13 21:13:48 $
     10 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-09 22:38:53 $
    1212 *
    1313 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1414 */
     15
     16#ifdef HAVE_CONFIG_H
     17# include "config.h"
     18#endif
    1519
    1620#include "psMemory.h"
  • trunk/psLib/src/mathtypes/psVector.c

    r10177 r10999  
    99*  @author Robert DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-11-24 20:51:43 $
     11*  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2007-01-09 22:38:53 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1515*/
     16
     17#ifdef HAVE_CONFIG_H
     18# include "config.h"
     19#endif
    1620
    1721#include <string.h>                        // for memcpy
Note: See TracChangeset for help on using the changeset viewer.