dnl Configuration input file for Squid
dnl
-dnl $Id: configure.in,v 1.482 2007/10/01 05:04:21 wessels Exp $
+dnl $Id: configure.in,v 1.483 2007/11/07 10:20:46 amosjeffries Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AC_CONFIG_SRCDIR([src/main.cc])
AM_INIT_AUTOMAKE([tar-ustar])
-AC_REVISION($Revision: 1.482 $)dnl
+AC_REVISION($Revision: 1.483 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
math.h \
memory.h \
mount.h \
+ net/if.h \
net/pfvar.h \
netdb.h \
netinet/in.h \
- netinet/tcp.h \
netinet/ip_fil_compat.h \
+ netinet/tcp.h \
openssl/err.h \
openssl/md5.h \
openssl/ssl.h \
/*
- * $Id: IPInterception.cc,v 1.17 2007/05/20 04:22:45 adrian Exp $
+ * $Id: IPInterception.cc,v 1.18 2007/11/07 10:20:47 amosjeffries Exp $
*
* DEBUG: section 89 NAT / IP Interception
* AUTHOR: Robert Collins
#if HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
+#if HAVE_NETINET_TCP_H
#include <netinet/tcp.h>
+#endif
+#if HAVE_NET_IF_H
#include <net/if.h>
+#endif
#ifdef HAVE_IPL_H
#include <ipl.h>
#elif HAVE_NETINET_IPL_H