aboutsummaryrefslogtreecommitdiffstats
path: root/settings.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 01:18:33 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 01:18:33 +0900
commit031615ac866cc3c8f1900dd4b4aae2106ad31230 (patch)
treeb8b7206ffbd2043368580ec269c97436929fe452 /settings.h
parenta0c93f5b84cc11b30bc6320ac26127832ef8bf7a (diff)
downloadcrow-031615ac866cc3c8f1900dd4b4aae2106ad31230.tar.gz
crow-031615ac866cc3c8f1900dd4b4aae2106ad31230.zip
source resturcturing + CMake
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/settings.h b/settings.h
deleted file mode 100644
index 563fb1b..0000000
--- a/settings.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// settings for crow
-// TODO - replace with runtime config. libucl?
-
-/* #ifdef - enables debug mode */
-#define CROW_ENABLE_DEBUG
-
-/* #ifdef - enables logging */
-#define CROW_ENABLE_LOGGING
-
-/* #define - specifies log level */
-/*
- CRITICAL = 0
- ERROR = 1
- WARNING = 2
- INFO = 3
- DEBUG = 4
-*/
-#define CROW_LOG_LEVEL 4 \ No newline at end of file