IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

consistently include config.h

File:
1 edited

Legend:

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