aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index a4132a07b26b..582c8b09a9d7 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1946,6 +1946,9 @@
/* Define as const if snprintf() can declare const char *fmt */
#define SNPRINTF_CONST const
+/* sockaddr_in has sin_len */
+#define SOCK_HAS_LEN 1
+
/* Define to a Set Process Title type if your system is supported by
bsd-setproctitle.c */
/* #undef SPT_TYPE */