IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2006, 11:49:01 PM (20 years ago)
Author:
jhoblitt
Message:

consistently include config.h
remove fseeko #defs from objects/pmSourceIO_CMP.c

Location:
trunk/psModules/src/astrom
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/astrom/pmAstrometryDistortion.c

    r7604 r8815  
    77*  @author EAM, IfA
    88*
    9 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-06-21 03:21:16 $
     9*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-09-15 09:49:01 $
    1111*
    1212*  Copyright 2006 Institute for Astronomy, University of Hawaii
    1313*/
     14
     15#ifdef HAVE_CONFIG_H
     16#include <config.h>
     17#endif
    1418
    1519/******************************************************************************/
  • trunk/psModules/src/astrom/pmAstrometryObjects.c

    r8669 r8815  
    88*  @author EAM, IfA
    99*
    10 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-08-29 21:39:44 $
     10*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-09-15 09:49:01 $
    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/******************************************************************************/
  • trunk/psModules/src/astrom/pmFPAAstrometry.c

    r7604 r8815  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <pslib.h>
Note: See TracChangeset for help on using the changeset viewer.