From: Todd C. Miller Date: Mon, 15 Aug 1994 01:21:47 +0000 (+0000) Subject: took out libshadow check and added in sys/sockio.h check X-Git-Tag: SUDO_1_3_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca9133000095cf95aa915496af1c46f777c3808e;p=sudo took out libshadow check and added in sys/sockio.h check --- diff --git a/config.h.in b/config.h.in index 10324ec70..c91108eec 100644 --- a/config.h.in +++ b/config.h.in @@ -167,5 +167,5 @@ /* Define if you have the header file. */ #undef HAVE_TERMIOS_H -/* Define if you have the -lshadow library. */ -#undef HAVE_LIBSHADOW +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKIO_H