mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 14:13:23 +00:00
Tweak some macro formatting for consistency
This commit is contained in:
@@ -28,10 +28,10 @@
|
|||||||
#define DEFAULT_MAX_LINE_LENGTH 32
|
#define DEFAULT_MAX_LINE_LENGTH 32
|
||||||
#define DEFAULT_MAX_CLIENTS 4096
|
#define DEFAULT_MAX_CLIENTS 4096
|
||||||
|
|
||||||
#if (defined(__FreeBSD__))
|
#if defined(__FreeBSD__)
|
||||||
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh.config"
|
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh.config"
|
||||||
#else
|
#else
|
||||||
# define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
|
# define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define DEFAULT_BIND_FAMILY AF_UNSPEC
|
#define DEFAULT_BIND_FAMILY AF_UNSPEC
|
||||||
|
|||||||
Reference in New Issue
Block a user