]> granicus.if.org Git - sudo/commitdiff
No longer use vhangup
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Feb 2011 16:04:13 +0000 (11:04 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 17 Feb 2011 16:04:13 +0000 (11:04 -0500)
--HG--
branch : 1.7

config.h.in
configure
configure.in

index a8e21ba80934a90e746944b1a038ef1e2bc67e52..2a7f22d3b426f84167adebab7e9ae2660bae25fc 100644 (file)
 /* 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
 
index 58d7860bb1bc7de106a2833c4592a7e322fafa51..d64d12949a2ae5be597204470d8402709391bd0f 100755 (executable)
--- 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`
index 54e5d9d482da1025a4dfb9eaa5814d54ea7db957..3eac9dabb920a87e8415d5c623975ad8203991b0 100644 (file)
@@ -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)