Skip to content

Commit

Permalink
config REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 13, 2024
1 parent 7306819 commit 0a7eb1c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
*/
#define NP2SRV_SUB_NTF_TERMINATE_YIELD_SLEEP 50

/** @brief Timeout for locking a user session structure (ms). */
/** @brief Timeout for locking a user session structure (ms).
*/
#define NP2SRV_USER_SESS_LOCK_TIMEOUT 5000

/** @brief URL capability support
Expand All @@ -77,10 +78,12 @@
*/
#cmakedefine NP2SRV_HAVE_SYSTEMD

/** @brief sshd-like pattern for path to the authorized_keys file */
/** @brief sshd-like pattern for path to the authorized_keys file
*/
#define NP2SRV_SSH_AUTHORIZED_KEYS_FORMAT "@SSH_AUTHORIZED_KEYS_FORMAT@"

/** @brief directory for server files (only confirmed-commit backups at the moment) */
/** @brief directory for server files (only confirmed-commit backups at the moment)
*/
#define SERVER_DIR "@SERVER_DIR@"

#endif /* NP2SRV_CONFIG_H_ */

0 comments on commit 0a7eb1c

Please sign in to comment.