Changeset 79290f for pcp/src/output.h


Ignore:
Timestamp:
Jun 7, 2008, 1:13:29 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
02bc3c
Parents:
a97897
Message:

config.h is included in each and every file. After trying to compile on JUMP (with xlc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/output.h

    ra97897 r79290f  
    1414  $Id: output.h,v 1.17.2.1 2007-04-21 12:55:50 foo Exp $
    1515*/
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721static const char suffixdensdat[] = ".density.data";  //!< Suffix for density data file
Note: See TracChangeset for help on using the changeset viewer.