From: Todd C. Miller Date: Thu, 17 Feb 2011 16:04:13 +0000 (-0500) Subject: No longer use vhangup X-Git-Tag: SUDO_1_7_5~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f74452678fe60cc52791e9565d40164bfc85a5bc;p=sudo No longer use vhangup --HG-- branch : 1.7 --- diff --git a/config.h.in b/config.h.in index a8e21ba80..2a7f22d3b 100644 --- a/config.h.in +++ b/config.h.in @@ -583,9 +583,6 @@ /* Define to 1 if you have the `vasprintf' function. */ #undef HAVE_VASPRINTF -/* Define to 1 if you have the `vhangup' function. */ -#undef HAVE_VHANGUP - /* Define to 1 if you have the `vsnprintf' function. */ #undef HAVE_VSNPRINTF diff --git a/configure b/configure index 58d7860bb..d64d12949 100755 --- a/configure +++ b/configure @@ -15133,7 +15133,7 @@ LIBS=$ac_save_LIBS for ac_func in strchr strrchr memchr memcpy memset sysconf tzset \ strftime setrlimit initgroups getgroups fstat gettimeofday \ - regcomp setlocale nl_langinfo getaddrinfo setenv vhangup \ + regcomp setlocale nl_langinfo getaddrinfo setenv \ mbr_check_membership setrlimit64 do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` diff --git a/configure.in b/configure.in index 54e5d9d48..3eac9dabb 100644 --- a/configure.in +++ b/configure.in @@ -1977,7 +1977,7 @@ dnl AC_FUNC_GETGROUPS AC_CHECK_FUNCS(strchr strrchr memchr memcpy memset sysconf tzset \ strftime setrlimit initgroups getgroups fstat gettimeofday \ - regcomp setlocale nl_langinfo getaddrinfo setenv vhangup \ + regcomp setlocale nl_langinfo getaddrinfo setenv \ mbr_check_membership setrlimit64) AC_CHECK_FUNCS(getline, [], [ AC_LIBOBJ(getline)