X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=src%2Fconfig.h;h=5ce22b0f0fdf89a4f2e0e5c6690201aacddd6579;hb=6e30239f4df65eb00da5e4e61785ea4453370026;hp=b83cc1f87d34f97a90fed8d5637a2cbaf219af8d;hpb=fdf0e45c309033c29b504a69dfe1e9ab0e2e2ff7;p=satune.git diff --git a/src/config.h b/src/config.h index b83cc1f..5ce22b0 100644 --- a/src/config.h +++ b/src/config.h @@ -11,16 +11,17 @@ * @brief Configuration file. */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef SATC_CONFIG_H +#define SATC_CONFIG_H /** Turn on debugging. */ #ifndef CONFIG_DEBUG //#define CONFIG_DEBUG #endif + #ifndef CONFIG_ASSERT -//#define CONFIG_ASSERT +#define CONFIG_ASSERT #endif #endif