Replace custom HAVE_SYSCTLBYNAME define with AC_CHECK_FUNCS call

This commit is contained in:
Ondřej Surý
2018-09-05 13:33:59 +02:00
parent 4a5ecad038
commit 78bb5761a0
4 changed files with 17 additions and 13 deletions

View File

@@ -17,9 +17,6 @@
*** it does not get installed.
***/
/** define if sysctlbyname() is available */
#undef HAVE_SYSCTLBYNAME
/** define if catgets() is available */
#undef HAVE_CATGETS
@@ -410,6 +407,9 @@
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
/* Define to 1 if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
/* Define to 1 if you have the <sys/capability.h> header file. */
#undef HAVE_SYS_CAPABILITY_H