configure: make SERVICE_DIR static
There is really no value in making this a configuration option since
nobody modifies it anywhere. Remove the configuration to simplify.
Change-Id: Ia36d5b45a7942c2f26f039b194f10fa5d08aa13c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/slp_message_handler.cpp b/slp_message_handler.cpp
index a99cd54..ea90a11 100644
--- a/slp_message_handler.cpp
+++ b/slp_message_handler.cpp
@@ -1,5 +1,3 @@
-#include "config.h"
-
#include "endian.hpp"
#include "slp.hpp"
#include "slp_meta.hpp"
@@ -20,6 +18,8 @@
namespace internal
{
+static constexpr auto SERVICE_DIR = "/etc/slp/services/";
+
buffer prepareHeader(const Message& req)
{
uint8_t length =