Searched refs:libwrap (Results 1 – 17 of 17) sorted by relevance
2 dnl check if libwrap (if exists), requires the caller to define the variables6 AC_CACHE_CHECK([if libwrap wants caller to define allow_severity and deny_severity], ac_cv_need_lib…
1097 [does libwrap exist?])1100 [does libwrap expect caller to define the variables allow_severity and deny_severity])
35 d=$2/libwrap
13 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
13 CPPFLAGS+= -I${TCPDCHK} -I${NETBSDSRCDIR}/lib/libwrap -DSYS_ERRLIST_DEFINED
17 LIBWRAP= ${NETBSDSRCDIR}/lib/libwrap
70 extern int libwrap;
124 if (libwrap && addr->sa_family != AF_LOCAL) { in check_access()
106 int libwrap = 0; variable923 libwrap = 1; in parseargs()
72 LIBWRAP?= /usr/lib/libwrap.a
1415 LIBWRAP?= ${DESTDIR}/usr/lib/libwrap.a
189 SUBDIR+= libwrap
97 # perform Amq service checks via tcpwrappers (tcpd/libwrap)
495 libwrap.497 * amd/amq_svc.c: some versions of libwrap require the caller to4488 libwrap includes the integer variables deny_severity and4489 allow_severity, since some libwrap implementations do and others4503 * amd/amq_svc.c: if libwrap does not include the severity4509 * configure.in: if libwrap is found, only define it in @WRAPLIB@,4511 Run test for existence of severity variables in libwrap.4518 * configure.in: move check for AC_CHECK_LIB(libwrap) as far down4858 for libwrap's hosts_ctl() (FreeBSD 5.0 doesn't have it).4860 * m4/macros/check_extern.m4: include tcpd.h if it and libwrap exist.[all …]
1443 dnl next, check if libwrap defines allow/deny_severity or expects the caller to define it
539 - support tcpd/libwrap tcpwrappers. If your system supports libwrap, then
4906 - removed libwrap stuff - superseded by acls.