Tweak some macro formatting for consistency

This commit is contained in:
Christopher Wellons 2019-08-06 19:57:05 -04:00
parent df0ffbf629
commit f465f2dcbb

View File

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