aboutsummaryrefslogtreecommitdiff
path: root/src/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilities.h')
-rw-r--r--src/utilities.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utilities.h b/src/utilities.h
index 7decd6f..b065cae 100644
--- a/src/utilities.h
+++ b/src/utilities.h
@@ -18,8 +18,10 @@
#ifndef UTILITIES_H
#define UTILITIES_H 1
+#define PREFIX "NONE"
+
#include <glib.h>
-#include "config.h"
+//#include "config.h"
/* > 0 if a > b, = 0 if a = b, < 0 if a < b*/
gint util_compare_gdouble(gdouble a, gdouble b);