From: Todd C. Miller Date: Tue, 8 Oct 1996 23:21:28 +0000 (+0000) Subject: added HAVE_SYS_SELECT_H X-Git-Tag: SUDO_1_5_2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbb39c0ee833c82c789d6153df0b2c257e5f9283;p=sudo added HAVE_SYS_SELECT_H --- diff --git a/config.h.in b/config.h.in index 738b427e5..9b2dbf1df 100644 --- a/config.h.in +++ b/config.h.in @@ -238,6 +238,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_BSDTYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SELECT_H + /* Define if your struct sockadr has an sa_len field. */ #undef HAVE_SA_LEN