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/imageops
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.