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/sc_interface.cc

    r1 r8  
    3434 */
    3535
    36 #include"sc_interface.h"
    37 #include"sc_event.h"
    38 #include"assert.h"
    39 #include<iostream>
    40 #include<map>
     36#include "sc_interface.h"
     37#include "sc_event.h"
     38#include "assert.h"
     39#include <iostream>
     40#include <map>
     41#ifdef HAVE_CONFIG_H
     42#include "config.h"
     43#endif
    4144
    4245using namespace std;
     
    105108{
    106109        interface2infos_t::iterator i = interface2infos.find (this);
    107 #ifdef DEBUG
     110#ifdef CONFIG_DEBUG
    108111        if (i == interface2infos.end ()) {
    109112                cerr << "Internal error : can't find data size of " << this << "\n";
     
    118121{
    119122        interface2infos_t::iterator i = interface2infos.find (this);
    120 #ifdef DEBUG
     123#ifdef CONFIG_DEBUG
    121124        if (i == interface2infos.end ()) {
    122125                cerr << "Internal error : can't find default event of " << this << "\n";
Note: See TracChangeset for help on using the changeset viewer.