From: Jim Meyering Date: Mon, 15 Jul 2002 21:06:21 +0000 (+0000) Subject: (jm_MACROS): Check for the sysctl function. X-Git-Tag: FILEUTILS-4_1_10~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d348b20efa97d5612a9602a722fd575178d90c4;p=thirdparty%2Fcoreutils.git (jm_MACROS): Check for the sysctl function. (jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 788a16f657..64afb160f4 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 48 -*- autoconf -*- +#serial 49 -*- autoconf -*- dnl Misc type-related macros for fileutils, sh-utils, textutils. @@ -148,6 +148,7 @@ AC_DEFUN([jm_MACROS], strchr \ strerror \ strrchr \ + sysctl \ sysinfo \ wcrtomb \ tzset \ @@ -230,6 +231,7 @@ AC_DEFUN([jm_CHECK_ALL_HEADERS], sys/socket.h \ sys/statfs.h \ sys/statvfs.h \ + sys/sysctl.h \ sys/systeminfo.h \ sys/time.h \ sys/timeb.h \