From 100f4a7b7366fc6fc6b92426487be25af7b67a57 Mon Sep 17 00:00:00 2001 From: Gabriel Marinho Date: Mon, 13 Apr 2015 18:43:24 -0300 Subject: Suggestion: Change the server name variable to a constant on settings.h With this constant is very more easy to change the Crow server name. --- include/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/settings.h') diff --git a/include/settings.h b/include/settings.h index 31a39e3..fcccd56 100644 --- a/include/settings.h +++ b/include/settings.h @@ -2,6 +2,9 @@ // settings for crow // TODO - replace with runtime config. libucl? +// Server Name +#define CROW_SERVER_NAME "Crow/0.1" + /* #ifdef - enables debug mode */ #define CROW_ENABLE_DEBUG -- cgit v1.2.3-54-g00ecf