aboutsummaryrefslogtreecommitdiffstats
path: root/settings.h
diff options
context:
space:
mode:
authorAntony Woods <acron1@gmail.com>2014-05-20 17:17:56 +0100
committerAntony Woods <acron1@gmail.com>2014-05-20 17:17:56 +0100
commitdccb246cf8ba7b5480320088a817c29a4a7c8da3 (patch)
treec251f3ab13aaf3b8a5f76afe0d3ddd100db0c3b6 /settings.h
parent62ace917d325040bbf3015536d2ad3725b711c6d (diff)
downloadcrow-dccb246cf8ba7b5480320088a817c29a4a7c8da3.tar.gz
crow-dccb246cf8ba7b5480320088a817c29a4a7c8da3.zip
Added primitive logging
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.h b/settings.h
new file mode 100644
index 0000000..251df69
--- /dev/null
+++ b/settings.h
@@ -0,0 +1,7 @@
+// settings for crow
+
+/* #ifdef - enables debug mode */
+#define CROW_ENABLE_DEBUG
+
+/* #ifdef - enables logging */
+#define CROW_ENABLE_LOGGING \ No newline at end of file