Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_ver.cc

    r17 r27  
    4040#include <cstdlib> //exit
    4141
     42#ifdef HAVE_CONFIG_H
     43#include "config.h"
     44#endif
     45
    4246namespace sc_core {
    4347
     
    6165        "\n"
    6266        "         Cycle Accurate System Simulator\n"
    63 #ifdef DEBUG
     67#ifdef CONFIG_DEBUG
    6468  "            DEBUG version\n"
    6569#endif
Note: See TracChangeset for help on using the changeset viewer.