Merge branch 'hamed' of ssh://plrg.eecs.uci.edu/home/git/constraint_compiler into...
[satune.git] / src / config.h
index bd998c0a437fd69a3115897cbf06cfb2b2b60826..5ce22b0f0fdf89a4f2e0e5c6690201aacddd6579 100644 (file)
  * @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
 #endif