IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10999


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

consistently include config.h

Files:
68 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psAssert.h

    r10940 r10999  
    1414{ \
    1515    if (NAME == NULL) return(RVAL); \
    16     psMemBlock *mb = (psMemBlock*)(NAME) - 1; \
    17     if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \
    18             *(psU32 *)((char *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC) { \
    19         psError(PS_ERR_MEMORY_CORRUPTION, false, \
    20                 "Error: Pointer %s is corrupted or not on the PS memory system.", \
    21                 #NAME); \
    22         return (RVAL); \
    23     } \
    24 }
     16}
     17
     18#if 0
     19
     20psMemBlock *mb = (psMemBlock*)(NAME) - 1;
     21\
     22if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \
     23        *(psU32 *)((char *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC)
     24{
     25    \
     26    psError(PS_ERR_MEMORY_CORRUPTION, false, \
     27            "Error: Pointer %s is corrupted or not on the PS memory system.", \
     28            #NAME); \
     29    return (RVAL); \
     30} \
     31}
     32
     33#endif
    2534
    2635#define PS_ASSERT_INT_UNEQUAL(NAME1, NAME2, RVAL) \
  • branches/jch-memory/psLib/src/sys/psConfigure.c

    r10901 r10999  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.20.2.1 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2007-01-04 21:39:46 $
     15 *  @version $Revision: 1.20.2.2 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2007-01-09 22:38:53 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1919 */
     20
     21#ifdef HAVE_CONFIG_H
     22# include "config.h"
     23#endif
     24
    2025#include <stdio.h>
    2126#include <stdlib.h>
     
    2833#include "psError.h"
    2934#include "psConfigure.h"
    30 
    31 #include "config.h"
    3235
    3336static char *memCheckName = NULL;       // Filename to which to write results of mem check
  • branches/jch-memory/psLib/src/sys/psError.c

    r10905 r10999  
    1111 *  @author Eric Van Alst, MHPCC
    1212 *
    13  *  @version $Revision: 1.41.2.3 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-01-05 00:49:33 $
     13 *  @version $Revision: 1.41.2.4 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-09 22:38:53 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
     18
     19#ifdef HAVE_CONFIG_H
     20# include "config.h"
     21#endif
    1822
    1923#include <stdarg.h>
  • branches/jch-memory/psLib/src/sys/psMemory.c

    r10998 r10999  
    1010*  @author Joshua Hoblitt, University of Hawaii
    1111*
    12 *  @version $Revision: 1.88.2.22 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-01-09 22:23:05 $
     12*  @version $Revision: 1.88.2.23 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-09 22:38:53 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1717
    1818#if HAVE_CONFIG_H
    19 # include <config.h>
     19# include "config.h"
    2020#endif
    2121
  • branches/jch-memory/psLib/src/sys/psTrace.c

    r10905 r10999  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.79.2.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-01-05 00:49:33 $
     11 *  @version $Revision: 1.79.2.2 $ $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
     
    3737 
    3838 *****************************************************************************/
     39
     40#ifdef HAVE_CONFIG_H
     41# include "config.h"
     42#endif
    3943
    4044#ifndef PS_NO_TRACE
  • 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
  • trunk/psLib/src/db/psDB.c

    r10987 r10999  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.130 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-01-09 01:59:54 $
     14 *  @version $Revision: 1.131 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-01-09 22:38:52 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    1919
    2020#ifdef HAVE_CONFIG_H
    21 #include <config.h>
     21#include "config.h"
    2222#endif
    2323
  • trunk/psLib/src/fft/psImageFFT.c

    r8232 r10999  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-08-08 23:32:23 $
     7 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-09 22:38:52 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     12
     13#ifdef HAVE_CONFIG_H
     14# include "config.h"
     15#endif
     16
    1217#include <unistd.h>
    1318#include <string.h>
  • trunk/psLib/src/fft/psVectorFFT.c

    r8232 r10999  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-08-08 23:32:23 $
     7 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-09 22:38:52 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     12
     13#ifdef HAVE_CONFIG_H
     14# include "config.h"
     15#endif
    1216
    1317#include <unistd.h>
  • trunk/psLib/src/fits/psFits.c

    r9538 r10999  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-13 21:13:47 $
     9 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    14 #include "config.h"
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
     18
    1519#include <unistd.h>
    1620
  • trunk/psLib/src/fits/psFitsHeader.c

    r10915 r10999  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-05 20:15:05 $
     9 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
    1418
    1519#include <unistd.h>
  • trunk/psLib/src/fits/psFitsImage.c

    r9730 r10999  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-24 22:52:55 $
     9 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
    1418
    1519#include <unistd.h>
  • trunk/psLib/src/fits/psFitsTable.c

    r9730 r10999  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-24 22:52:55 $
     9 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
    1414
    15 #include "config.h"
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
     18
    1619#include "psFits.h"
    1720#include "string.h"
  • trunk/psLib/src/imageops/psImageBackground.c

    r10550 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <stdlib.h>
  • trunk/psLib/src/imageops/psImageConvolve.c

    r9730 r10999  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-10-24 22:52:55 $
     7 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-09 22:38:52 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1111 */
     12
     13#ifdef HAVE_CONFIG_H
     14# include "config.h"
     15#endif
    1216
    1317#include <string.h>
  • trunk/psLib/src/imageops/psImageGeomManip.c

    r10548 r10999  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-12-08 11:37:31 $
     12 *  @version $Revision: 1.34 $ $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 <complex.h>
  • trunk/psLib/src/imageops/psImageMaskOps.c

    r8232 r10999  
    88 *  @author David Robbins, MHPCC
    99 *
    10  *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-08-08 23:32:23 $
     10 *  @version $Revision: 1.4 $ $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 <complex.h>
  • trunk/psLib/src/imageops/psImagePixelExtract.c

    r10548 r10999  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-12-08 11:37:31 $
     10 *  @version $Revision: 1.30 $ $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 *
    1515 */
     16
     17#ifdef HAVE_CONFIG_H
     18# include "config.h"
     19#endif
    1620
    1721#include <string.h>
  • trunk/psLib/src/imageops/psImagePixelManip.c

    r8232 r10999  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-08 23:32:23 $
     12 *  @version $Revision: 1.21 $ $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 <complex.h>
  • trunk/psLib/src/imageops/psImageStats.c

    r10548 r10999  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.102 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-12-08 11:37:31 $
     11 *  @version $Revision: 1.103 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-01-09 22:38:52 $
    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 <stdlib.h>
     
    588592        return -1;
    589593    }/* else if (col0 == col1 && row0 == row1) {
    590                                                         psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    591                                                                 "Invalid psRegion specified.  Region contains only 1 pixel.\n");
    592                                                         return -1;
    593                                                     }
    594                                                 */
     594                                                            psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     595                                                                    "Invalid psRegion specified.  Region contains only 1 pixel.\n");
     596                                                            return -1;
     597                                                        }
     598                                                    */
    595599    x0 = col0;
    596600    x1 = col1;
  • trunk/psLib/src/imageops/psImageStructManip.c

    r9538 r10999  
    88 *  @author Robert DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-10-13 21:13:48 $
     10 *  @version $Revision: 1.13 $ $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 *
    1515 */
     16
     17#ifdef HAVE_CONFIG_H
     18# include "config.h"
     19#endif
    1620
    1721#include <string.h>
  • trunk/psLib/src/imageops/psImageUnbin.c

    r10136 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26
  • trunk/psLib/src/jpeg/psImageJpeg.c

    r10994 r10999  
    11#ifdef HAVE_CONFIG_H
    2 #include <config.h>
     2#include "config.h"
    33#endif
    44
  • trunk/psLib/src/math/psBinaryOp.c

    r9552 r10999  
    3030 *  @author Robert DeSonia, MHPCC
    3131 *
    32  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    33  *  @date $Date: 2006-10-14 00:02:31 $
     32 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     33 *  @date $Date: 2007-01-09 22:38:52 $
    3434 *
    3535 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    3636 */
     37
     38#ifdef HAVE_CONFIG_H
     39# include "config.h"
     40#endif
    3741
    3842/******************************************************************************
  • trunk/psLib/src/math/psClip.c

    r9909 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <math.h>
  • trunk/psLib/src/math/psCompare.c

    r3444 r10999  
    77 *  @author Robert Daniel DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-03-17 19:26:19 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
    1418
    1519#include "psCompare.h"
  • trunk/psLib/src/math/psEllipse.c

    r10383 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <assert.h>
  • trunk/psLib/src/math/psHistogram.c

    r10550 r10999  
    55 *  @author GLG (MHPCC), EAM (IfA)
    66 *
    7  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-12-08 11:38:54 $
     7 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-09 22:38:53 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
    1111 */
     12
     13#ifdef HAVE_CONFIG_H
     14# include "config.h"
     15#endif
    1216
    1317#include <stdlib.h>
  • trunk/psLib/src/math/psMD5.c

    r10375 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <openssl/md5.h>
  • trunk/psLib/src/math/psMathUtils.c

    r10549 r10999  
    33 *  This file contains standard math routines.
    44 *
    5  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-12-08 11:37:49 $
     5 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-01-09 22:38:53 $
    77 *
    88 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    99 *
    1010 */
     11
     12#ifdef HAVE_CONFIG_H
     13# include "config.h"
     14#endif
     15
    1116/*****************************************************************************/
    1217/*  INCLUDE FILES                                                            */
  • trunk/psLib/src/math/psMatrix.c

    r10381 r10999  
    2222 *  @author Andy Becker, University of Washington (SVD).
    2323 *
    24  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    25  *  @date $Date: 2006-12-01 21:48:47 $
     24 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     25 *  @date $Date: 2007-01-09 22:38:53 $
    2626 *
    2727 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    2828 */
     29
     30#ifdef HAVE_CONFIG_H
     31# include "config.h"
     32#endif
    2933
    3034/******************************************************************************/
  • trunk/psLib/src/math/psMinimizeLMM.c

    r10253 r10999  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-29 02:25:14 $
     12 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-09 22:38:53 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1616 *
    1717 */
     18
     19#ifdef HAVE_CONFIG_H
     20# include "config.h"
     21#endif
     22
    1823/*****************************************************************************/
    1924/* INCLUDE FILES                                                             */
  • trunk/psLib/src/math/psMinimizePolyFit.c

    r10863 r10999  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2007-01-01 21:01:33 $
     12 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-09 22:38:53 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020 *
    2121 */
     22
     23#ifdef HAVE_CONFIG_H
     24# include "config.h"
     25#endif
     26
    2227/*****************************************************************************/
    2328/* INCLUDE FILES                                                             */
  • trunk/psLib/src/math/psMinimizePowell.c

    r10904 r10999  
    1111 *  NOTE: XXX: The SDR is silent about data types.  F32 is implemented here.
    1212 *
    13  *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2007-01-04 23:50:08 $
     13 *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-09 22:38:53 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 *
    1818 */
     19
     20#ifdef HAVE_CONFIG_H
     21# include "config.h"
     22#endif
     23
    1924/*****************************************************************************/
    2025/* INCLUDE FILES                                                             */
  • trunk/psLib/src/math/psPolynomial.c

    r10848 r10999  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.156 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-12-29 04:38:42 $
     9*  @version $Revision: 1.157 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-09 22:38:53 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1515*
    1616*/
     17
     18#ifdef HAVE_CONFIG_H
     19# include "config.h"
     20#endif
     21
    1722/*****************************************************************************/
    1823/*  INCLUDE FILES                                                            */
  • trunk/psLib/src/math/psPolynomialUtils.c

    r10848 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include "psMemory.h"
  • trunk/psLib/src/math/psRandom.c

    r8629 r10999  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-08-26 05:01:49 $
     12*  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-09 22:38:53 $
    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>
  • trunk/psLib/src/math/psRegion.c

    r10729 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <math.h>
  • trunk/psLib/src/math/psRegionForImage.c

    r6935 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include "psError.h"
  • trunk/psLib/src/math/psSparse.c

    r10121 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <string.h>
  • trunk/psLib/src/math/psSpline.c

    r9730 r10999  
    66*  This file contains the routines that allocate, free, and evaluate splines.
    77*
    8 *  @version $Revision: 1.156 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-10-24 22:52:56 $
     8*  @version $Revision: 1.157 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2007-01-09 22:38:53 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212*/
     13
     14#ifdef HAVE_CONFIG_H
     15# include "config.h"
     16#endif
     17
    1318/*****************************************************************************/
    1419/*  INCLUDE FILES                                                            */
  • trunk/psLib/src/math/psStats.c

    r10848 r10999  
    1313 * use ->min and ->max (PS_STAT_USE_RANGE)
    1414 *
    15  *  @version $Revision: 1.197 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-12-29 04:38:42 $
     15 *  @version $Revision: 1.198 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2007-01-09 22:38:53 $
    1717 *
    1818 *  Copyright 2006 IfA, University of Hawaii
    1919 */
     20
     21#ifdef HAVE_CONFIG_H
     22# include "config.h"
     23#endif
    2024
    2125#include <stdlib.h>
  • trunk/psLib/src/math/psUnaryOp.c

    r10246 r10999  
    3131 *  @author Robert DeSonia, MHPCC
    3232 *
    33  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    34  *  @date $Date: 2006-11-29 00:49:21 $
     33 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     34 *  @date $Date: 2007-01-09 22:38:53 $
    3535 *
    3636 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    3737 */
     38
     39#ifdef HAVE_CONFIG_H
     40# include "config.h"
     41#endif
    3842
    3943/******************************************************************************
  • trunk/psLib/src/math/psVectorSmooth.c

    r7766 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <string.h>
  • 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
  • trunk/psLib/src/sys/psAbort.c

    r10275 r10999  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *   
    12  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-11-29 17:57:20 $
     12 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2007-01-09 22:38:53 $
    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 <stdarg.h>
  • trunk/psLib/src/sys/psLine.c

    r9538 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <stdarg.h>
  • trunk/psLib/src/sys/psLogMsg.c

    r8668 r10999  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-08-29 20:23:54 $
     13 *  @version $Revision: 1.64 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-09 22:38:53 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
    1818
    19 #include "config.h"
     19#ifdef HAVE_CONFIG_H
     20# include "config.h"
     21#endif
    2022
    2123#include <limits.h>
  • trunk/psLib/src/sys/psSlurp.c

    r9538 r10999  
    55 *  @author Joshua Hoblitt, University of Hawaii
    66 *
    7  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2006-10-13 21:13:48 $
     7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2007-01-09 22:38:53 $
    99 *
    1010 *  Copyright 2006 University of Hawaii
     
    1212
    1313#ifdef HAVE_CONFIG_H
    14 #include <config.h>
     14#include "config.h"
    1515#endif
    1616
  • trunk/psLib/src/sys/psString.c

    r10446 r10999  
    1313 *  @author David Robbins, MHPCC
    1414 *
    15  *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-12-04 22:15:04 $
     15 *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2007-01-09 22:38:53 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1919 */
     20
     21#ifdef HAVE_CONFIG_H
     22# include "config.h"
     23#endif
    2024
    2125#include <stdlib.h>
  • trunk/psLib/src/types/parse_gcov-out.c

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

    r10670 r10999  
    77 *  @author David Robbins, MHPCC
    88 *
    9  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-12-13 01:44:44 $
     9 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:53 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
    1418
    1519#include <stdio.h>
  • trunk/psLib/src/types/psArray.c

    r9730 r10999  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2006-10-24 22:52:56 $
     11 *  @version $Revision: 1.58 $ $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/******************************************************************************/
  • trunk/psLib/src/types/psBitSet.c

    r9538 r10999  
    1111 *  @author Robert DeSonia, MHPCC
    1212 *
    13  *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2006-10-13 21:13:48 $
     13 *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2007-01-09 22:38:53 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1717 */
     18
     19#ifdef HAVE_CONFIG_H
     20# include "config.h"
     21#endif
    1822
    1923#include <string.h>
  • trunk/psLib/src/types/psHash.c

    r9730 r10999  
    1212*  @author GLG, MHPCC
    1313*
    14 *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    15 *  @date $Date: 2006-10-24 22:52:56 $
     14*  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     15*  @date $Date: 2007-01-09 22:38:53 $
    1616*
    1717*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1818*/
     19
     20#ifdef HAVE_CONFIG_H
     21# include "config.h"
     22#endif
     23
    1924#include <stdlib.h>
    2025#include <stdio.h>
  • trunk/psLib/src/types/psList.c

    r10948 r10999  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-06 04:08:53 $
     8 *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-01-09 22:38:53 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1212 */
     13
     14#ifdef HAVE_CONFIG_H
     15# include "config.h"
     16#endif
    1317
    1418#include <stdlib.h>
  • trunk/psLib/src/types/psLookupTable.c

    r9745 r10999  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-10-25 04:58:38 $
     9*  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2007-01-09 22:38:53 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
    1313*/
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
     18
    1419#include <stdio.h>
    1520#include <string.h>
  • trunk/psLib/src/types/psMetadata.c

    r10707 r10999  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.147 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-12-14 04:46:45 $
     14 *  @version $Revision: 1.148 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-01-09 22:38:53 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1818 */
     19
     20#ifdef HAVE_CONFIG_H
     21# include "config.h"
     22#endif
    1923
    2024/******************************************************************************/
  • trunk/psLib/src/types/psMetadataConfig.c

    r10233 r10999  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.125 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2006-11-28 22:18:31 $
     12*  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-09 22:38:53 $
    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 <fitsio.h>
  • trunk/psLib/src/types/psMetadataItemCompare.c

    r8627 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <string.h>
  • trunk/psLib/src/types/psMetadataItemParse.c

    r10242 r10999  
     1#ifdef HAVE_CONFIG_H
     2# include "config.h"
     3#endif
     4
    15#include <stdio.h>
    26#include <stdlib.h>
  • trunk/psLib/src/types/psPixels.c

    r9538 r10999  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-10-13 21:13:48 $
     9 *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-01-09 22:38:53 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     14
     15#ifdef HAVE_CONFIG_H
     16# include "config.h"
     17#endif
    1418
    1519#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.