From 58ec4c4e8e3225b61122a33b198db9468cddf3a1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 16 Jan 2001 19:01:01 +0000 Subject: [PATCH] * acconfig.h (HAVE_SA_LEN): Undef git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12905 dc483132-0cff-0310-8789-dd5450dbe970 --- src/acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/acconfig.h b/src/acconfig.h index 0936d3b62..72a078313 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -23,6 +23,10 @@ #undef HAVE_STDARG_H #undef HAVE_VARARGS_H +/* Define if struct sockaddr and friends (sockaddr_in etc) have the + sa_len field. */ +#undef HAVE_SA_LEN + /* Define if MIT Project Athena default configuration should be used */ #undef KRB5_ATHENA_COMPAT -- 2.26.2