]> granicus.if.org Git - sudo/commitdiff
Remove configure checks for strrchr() and strtoll() for which the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Feb 2015 18:17:22 +0000 (11:17 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 Feb 2015 18:17:22 +0000 (11:17 -0700)
HAVE_* defines are no longer used.

config.h.in
configure
configure.ac

index 1a2bceb3dffcc397ace4eb20dc84492b37ae428b..371c07a4abeceb76519356d01993418d19aeb34b 100644 (file)
 /* Define to 1 if you have the `strlcpy' function. */
 #undef HAVE_STRLCPY
 
-/* Define to 1 if you have the `strrchr' function. */
-#undef HAVE_STRRCHR
-
 /* Define to 1 if you have the `strsignal' function. */
 #undef HAVE_STRSIGNAL
 
-/* Define to 1 if you have the `strtoll' function. */
-#undef HAVE_STRTOLL
-
 /* Define to 1 if you have the `strtonum' function. */
 #undef HAVE_STRTONUM
 
index 944029fee029af91e0770734aaa95bdef09cfc73..5ac327f818afdc0a98c6c03697292ad2b2549c7e 100755 (executable)
--- a/configure
+++ b/configure
@@ -2829,8 +2829,6 @@ as_fn_append ac_header_list " sys/sysmacros.h"
 as_fn_append ac_func_list " killpg"
 as_fn_append ac_func_list " nl_langinfo"
 as_fn_append ac_func_list " strftime"
-as_fn_append ac_func_list " strrchr"
-as_fn_append ac_func_list " strtoll"
 as_fn_append ac_func_list " sysconf"
 as_fn_append ac_func_list " tzset"
 as_fn_append ac_func_list " seteuid"
@@ -18047,10 +18045,6 @@ done
 
 
 
-
-
-
-
 for ac_func in getgrouplist
 do :
   ac_fn_c_check_func "$LINENO" "getgrouplist" "ac_cv_func_getgrouplist"
index 979cab51d07f8f031b9bbf1fc124887020fb70a7..6dd791564f5dec4cb9139d1b4fe2e2c516b7b183 100644 (file)
@@ -2339,7 +2339,7 @@ dnl
 dnl Function checks
 dnl
 AC_FUNC_GETGROUPS
-AC_CHECK_FUNCS_ONCE([killpg nl_langinfo strftime strrchr strtoll sysconf tzset])
+AC_CHECK_FUNCS_ONCE([killpg nl_langinfo strftime sysconf tzset])
 AC_CHECK_FUNCS([getgrouplist], [], [
     case "$host_os" in
     aix*)