X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=56377fc921f5c79e86dd342bc207337930dbd580;hb=ae2876bba4e498d1f9054b044d0570626ea86e8f;hp=f2454b608683b3f9f53332334bfb63c37610f6ae;hpb=76c0c4f215716a69cebe49fbcba24c17a9595f32;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index f2454b608..56377fc92 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -11,9 +11,8 @@ #ifndef _BECOPYILP_T_H #define _BECOPYILP_T_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif +#include "firm_config.h" + #ifdef HAVE_ALLOCA_H #include #endif @@ -109,14 +108,13 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) *****************************************************************************/ +#ifdef WITH_ILP #include #define LPP_SOLVE_NET #ifdef LPP_SOLVE_NET # include -# define LPP_HOST "i44pc52" -# define LPP_SOLVER "cplex" #else # include #endif @@ -149,4 +147,6 @@ void free_ilp_env(ilp_env_t *ienv); #define name_cdd_sorted(buf, char1, int1, int2) \ name_cdd(buf, char1, MIN(int1, int2), MAX(int1, int2)) +#endif // WITH_ILP + #endif