|
@@ -49,6 +49,10 @@
|
|
|
#define CROWN_DEFAULT_CONSOLE_PORT 10001
|
|
#define CROWN_DEFAULT_CONSOLE_PORT 10001
|
|
|
#endif // CROWN_DEFAULT_CONSOLE_PORT
|
|
#endif // CROWN_DEFAULT_CONSOLE_PORT
|
|
|
|
|
|
|
|
|
|
+#ifndef CROWN_BOOT_CONFIG
|
|
|
|
|
+ #define CROWN_BOOT_CONFIG "boot"
|
|
|
|
|
+#endif // CROWN_BOOT_CONFIG
|
|
|
|
|
+
|
|
|
#ifndef CROWN_DATA_DIRECTORY
|
|
#ifndef CROWN_DATA_DIRECTORY
|
|
|
#define CROWN_DATA_DIRECTORY "data"
|
|
#define CROWN_DATA_DIRECTORY "data"
|
|
|
#endif // CROWN_DATA_DIRECTORY
|
|
#endif // CROWN_DATA_DIRECTORY
|