From d0a2ee21569a354cb2c3cf53c8b56855aa8a8d22 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 12 Sep 1997 23:07:27 +0000 Subject: [PATCH] HAVE_SOCKADDR_IN6 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3481 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 93a0cc6e1..483fd36a7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -42,6 +42,9 @@ /* Define this if struct utmpx have ut_syslen */ #undef HAVE_UT_SYSLEN +/* Define this if you have a struct sockaddr_in6 */ +#undef HAVE_SOCKADDR_IN6 + /* define if you have h_errno */ #undef HAVE_H_ERRNO