Ignore:
Timestamp:
Jun 25, 2008, 1:08:04 PM (16 years ago)
Author:
nipo
Message:

Checkin autotools magic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/with_autoconf/src/port_dependency.cc

    r1 r8  
    4444#include "sc_port.h"
    4545#include "sc_ver_ext.h"
     46#ifdef HAVE_CONFIG_H
     47#include "config.h"
     48#endif
    4649
    4750using namespace std;
     
    107110        p.destination = &b;
    108111        aPortDependencyGraph.push_back (p);
    109 #if DUMP_PORT_DEPENDENCY
     112#ifdef DUMP_PORT_DEPENDENCY
    110113        if (a) {
    111114                cerr << "'" << ((sc_object&)b).name()
Note: See TracChangeset for help on using the changeset viewer.