IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8781 for trunk/pois


Ignore:
Timestamp:
Sep 8, 2006, 4:43:40 PM (20 years ago)
Author:
jhoblitt
Message:

enable config.h generation
enable large file support

Location:
trunk/pois
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/configure.ac

    r8683 r8781  
    66
    77AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    8 AM_CONFIG_HEADER([config.h])
     8AM_CONFIG_HEADER([src/config.h])
    99AM_MAINTAINER_MODE
    1010
     
    1313AC_PROG_INSTALL
    1414AC_PROG_LIBTOOL
     15
     16dnl enable largefile supports
     17AC_SYS_LARGEFILE
    1518
    1619dnl handle debug building
  • trunk/pois/src/errorCodes-skl.c

    r8480 r8781  
    66 * will be machine generated from errorCodes.dat
    77 */
     8
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include "pslib.h"
    914#include "poisErrorCodes.h"
  • trunk/pois/src/pois.c

    r8480 r8781  
    1818// along with this program; if not, write to the Free Software
    1919// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     20
     21#ifdef HAVE_CONFIG_H
     22#include <config.h>
     23#endif
    2024
    2125#include <stdio.h>
  • trunk/pois/src/poisAddPenalty.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCalculateDeviations.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCalculateEquation.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCheckKernel.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisConvolveImage.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisExtractKernel.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisFindStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisKernelBasisFunctions.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisMakeMask.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisMaskOps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721/*
  • trunk/pois/src/poisParseConfig.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisReadStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisRejectStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisSolveEquation.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisStamp.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.