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/astro
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/parse_gcov-out.c

    r9932 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
    14
    25#include <stdio.h>
  • trunk/psLib/src/astro/psCoord.c

    r10848 r10999  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.129 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-12-29 04:38:42 $
     12*  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-09 22:38:52 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1818/*  INCLUDE FILES                                                             */
    1919/******************************************************************************/
     20
     21#ifdef HAVE_CONFIG_H
     22# include "config.h"
     23#endif
     24
    2025#include "psType.h"
    2126#include "psCoord.h"
  • trunk/psLib/src/astro/psEarthOrientation.c

    r9989 r10999  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-11-15 01:33:42 $
     10 *  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-09 22:38:52 $
    1212 *
    1313 *  Copyright 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 <math.h>
  • trunk/psLib/src/astro/psSphereOps.c

    r10609 r10999  
    88 *  @author Dave Robbins, MHPCC
    99 *
    10  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-12-10 17:29:51 $
     10 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-01-09 22:38:52 $
    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 <math.h>
  • trunk/psLib/src/astro/psTime.c

    r10736 r10999  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-14 23:02:46 $
     12 *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-09 22:38:52 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 */
     17
     18#ifdef HAVE_CONFIG_H
     19# include "config.h"
     20#endif
    1721
    1822#include <stdio.h>
     
    3438#include "psLookupTable.h"
    3539#include "psAssert.h"
    36 
    37 
    38 #include "config.h"
    3940
    4041#define MAX_STRING_LENGTH 256
Note: See TracChangeset for help on using the changeset viewer.