From 68b7dc5f92acb54bc4a721774e6586d12064d7b0 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 8 Jul 1997 23:18:07 +0000 Subject: [PATCH] new defines git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2050 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acconfig.h b/acconfig.h index 8d0560b6a..b7f357405 100644 --- a/acconfig.h +++ b/acconfig.h @@ -64,12 +64,15 @@ /* Define this if struct winsize is declared in sys/termios.h */ #undef HAVE_STRUCT_WINSIZE -/* Define this if struct winsize have ws_xpixel */ +/* Define this if struct winsize has ws_xpixel */ #undef HAVE_WS_XPIXEL -/* Define this if struct winsize have ws_ypixel */ +/* Define this if struct winsize has ws_ypixel */ #undef HAVE_WS_YPIXEL +/* Define this if struct sockaddr has sa_len */ +#undef SOCKADDR_HAS_SA_LEN + #undef VOID_RETSIGTYPE #ifdef VOID_RETSIGTYPE