Archived
1
0
Fork 0

Cleaning and reordering.

This commit is contained in:
Julien Dessaux 2019-03-27 14:09:12 +01:00
parent 3b43c7aefe
commit 3b22502cbd
6 changed files with 38 additions and 25 deletions

View file

@ -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