00001 #ifndef CONFIGURATION_H
00002 #define CONFIGURATION_H
00003 
00004 typedef unsigned int PriorityQueueSizeType;
00005 
00006 
00007 
00008 
00009 #ifdef QUEUESTATS
00010         #define _QUEUESTATS(x) x
00011 #else
00012         #define _QUEUESTATS(x)
00013 #endif
00014 
00015 
00016 #ifdef SHOWPROGRESS
00017     #define _SHOWPROGRESS(x) x
00018 #else
00019         #define _SHOWPROGRESS(x)
00020 #endif
00021 
00022 static std::string queueStatsFile = "/home/michai/Projects/thesis/include/CorrectnessCheckers/priorityQueue/stats.csv";
00023 
00024 #endif //CONFIGURATION_H