Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2022-06-30 10:23:22 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2022-06-30 10:23:22 +0300
commitc5af8e4f13985ce6834be9d97da6c6c3794e69d9 (patch)
tree0d183c15aed6b8786188278f7a2fac8c2dcf157f /configure.ac
parent2ee6199e8ff77b301f306702271ff9ad405a5b40 (diff)
...G...... [ZBXNEXT-1711] removed sys/jail include
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6592ace572c..fe84cdc6ccb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AC_CHECK_HEADERS(stdio.h stdlib.h string.h unistd.h netdb.h signal.h \
stdarg.h winsock2.h pdh.h psapi.h sys/sem.h sys/ipc.h sys/shm.h Winldap.h \
Winber.h lber.h ws2tcpip.h inttypes.h sys/file.h grp.h \
execinfo.h sys/systemcfg.h sys/mnttab.h mntent.h sys/times.h \
- dlfcn.h sys/utsname.h sys/un.h sys/protosw.h stddef.h limits.h float.h jail.h)
+ dlfcn.h sys/utsname.h sys/un.h sys/protosw.h stddef.h limits.h float.h)
AC_CHECK_HEADERS(resolv.h, [], [], [
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>