- test for NETFILTER headers (RTP proxy)

This commit is contained in:
Thomas Ries
2003-11-02 20:15:25 +00:00
parent c472d8d1b4
commit 5ba59ca603
2 changed files with 5 additions and 0 deletions

View File

@@ -105,6 +105,9 @@
/* Define if you have the <linux/ip_masq.h> header file. */
#undef HAVE_LINUX_IP_MASQ_H
/* Define if you have the <linux/netfilter.h> header file. */
#undef HAVE_LINUX_NETFILTER_H
/* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H

View File

@@ -16,6 +16,7 @@ dnl 31-Jul-2003 tries changed to support OSIP2 only
dnl 1-Sep-2003 tries check for IPCHAINS
dnl 5-Sep-2003 tries test for pthreads before libosip stuff
dnl 19-Sep-2003 tries DMALLOC support
dnl 1-Nov-2003 tries check for NETFILTER (IPTABLES)
dnl
dnl
dnl
@@ -99,6 +100,7 @@ case "$target" in
AC_MSG_RESULT("Linux")
AC_DEFINE(_LINUX,,[building on Linux platform])
AC_CHECK_HEADERS(linux/ip_masq.h)
AC_CHECK_HEADERS(linux/netfilter.h)
;;
*-*-freebsd*)
AC_MSG_RESULT("FreeBSD")