mirror of
https://github.com/skeeto/endlessh.git
synced 2024-11-07 15:13:59 +01:00
Tweak some macro formatting for consistency
This commit is contained in:
parent
df0ffbf629
commit
f465f2dcbb
@ -28,10 +28,10 @@
|
||||
#define DEFAULT_MAX_LINE_LENGTH 32
|
||||
#define DEFAULT_MAX_CLIENTS 4096
|
||||
|
||||
#if (defined(__FreeBSD__))
|
||||
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh.config"
|
||||
#if defined(__FreeBSD__)
|
||||
# define DEFAULT_CONFIG_FILE "/usr/local/etc/endlessh.config"
|
||||
#else
|
||||
# define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
|
||||
# define DEFAULT_CONFIG_FILE "/etc/endlessh/config"
|
||||
#endif
|
||||
|
||||
#define DEFAULT_BIND_FAMILY AF_UNSPEC
|
||||
|
Loading…
Reference in New Issue
Block a user