Cleaning and reordering.
This commit is contained in:
parent
3b43c7aefe
commit
3b22502cbd
6 changed files with 38 additions and 25 deletions
|
@ -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
|
||||
|
|
Reference in a new issue