diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |