Changeset 8 for branches/with_autoconf/src/dump_used_options.cc
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/dump_used_options.cc
r1 r8 35 35 36 36 #include "dump_used_options.h" 37 #ifdef HAVE_CONFIG_H 38 #include "config.h" 39 #endif 37 40 38 41 namespace sc_core { … … 65 68 "DUMP_STAGE, " 66 69 #endif 67 #ifdef C HECK_FSM_RULES68 "C HECK_FSM_RULES, "70 #ifdef CONFIG_CHECK_FSM_RULES 71 "CONFIG_CHECK_FSM_RULES, " 69 72 #endif 70 73 #ifdef COMPIL_DEBUG 71 74 "COMPIL_DEBUG," 72 75 #endif 73 #ifdef DEBUG74 " DEBUG, "76 #ifdef CONFIG_DEBUG 77 "CONFIG_DEBUG, " 75 78 #endif 76 79 #ifdef UINT64
Note: See TracChangeset
for help on using the changeset viewer.