IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 11, 2005, 10:27:34 AM (21 years ago)
Author:
desonia
Message:

made changes to allow use of older automake versions (>2 years)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fileUtils/psLookupTable.c

    r3115 r3191  
    77*  @author Ross Harman, MHPCC
    88*
    9 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2005-02-03 00:54:11 $
     9*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2005-02-11 20:27:33 $
    1111*
    1212*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1515#include <string.h>
    1616#include <ctype.h>
    17 #ifdef DARWIN
    1817#undef __STRICT_ANSI__
    19 #endif
    2018#include <stdlib.h>
    21 #ifdef DARWIN
    22 #define __STRICT_ANSI__
    23 #endif
     19#include <limits.h>
    2420#include <math.h>
    2521
Note: See TracChangeset for help on using the changeset viewer.