summaryrefslogtreecommitdiff
path: root/h
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-12-18 15:33:18 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-12-18 15:33:18 +0000
commitbdebdf31d76e65ee7a45ffaea219510fc7b9a3a7 (patch)
treefeb9f50d68d1f8119b05c7b5a5539294e31d9a93 /h
parent88e556d598741de725a73b757c072dc473e3e9c0 (diff)
roleplay accordingly with sin_len and sin6_len values on BSD systems
Diffstat (limited to 'h')
-rw-r--r--h/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in
index 890dbbb..d8de8da 100644
--- a/h/config.h.in
+++ b/h/config.h.in
@@ -299,3 +299,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t
+
+/* Doefine to 1 if sockaddr_in has sin_len member */
+#undef HAVE_SOCKADDR_IN_SIN_LEN
+
+/* Doefine to 1 if sockaddr_in6 has sin6_len member */
+#undef HAVE_SOCKADDR_IN6_SIN6_LEN