From 3b22502cbdfd0f1c2e58d6cb0a394a817a741f49 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 27 Mar 2019 14:09:12 +0100 Subject: Cleaning and reordering. --- common/config.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/config.h.in') diff --git a/common/config.h.in b/common/config.h.in index 189e725..a1fe21b 100644 --- a/common/config.h.in +++ b/common/config.h.in @@ -1,7 +1,8 @@ #ifndef COMMON_CONFIG_H_ #define COMMON_CONFIG_H_ -#define CONFIG_PATH "@CMAKE_INSTALL_PREFIX@/etc/bastion/bastion.conf" +#define CONFIG_DIR "@CMAKE_INSTALL_PREFIX@/etc/bastion/" +#define CONFIG_PATH CONFIG_DIR "bastion.conf" #define MAX_HOSTNAME_LENGTH 64 #define MAX_USERNAME_LENGTH 64 -- cgit v1.2.3