aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy>2005-03-27 01:15:20 +0000
committerguy <guy>2005-03-27 01:15:20 +0000
commit216c14f34340311e7dfd830c0ff334f297f173fb (patch)
tree198ba4888348600d582d70647d2db5b46bf093ac
parent5277314c1e64dff111d669f402a80e147c3793b2 (diff)
One more header Solaris needs to get at ether_hostton().
-rwxr-xr-xconfigure3
-rw-r--r--configure.in5
2 files changed, 5 insertions, 3 deletions
diff --git a/configure b/configure
index 8a9684b..329a1dc 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.115 .
+# From configure.in Revision: 1.116 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
@@ -3556,6 +3556,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
struct mbuf;
struct rtentry;
#include <net/if.h>
diff --git a/configure.in b/configure.in
index 6e4c934..36bf929 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.115 2005-03-27 01:07:01 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.116 2005-03-27 01:15:20 guy Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
@@ -6,7 +6,7 @@ dnl
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.115 $)
+AC_REVISION($Revision: 1.116 $)
AC_PREREQ(2.50)
AC_INIT(pcap.c)
@@ -41,6 +41,7 @@ if test "$ac_cv_header_netinet_if_ether_h" != yes; then
unset ac_cv_header_netinet_if_ether_h
AC_CHECK_HEADERS(netinet/if_ether.h, , , [#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
struct mbuf;
struct rtentry;
#include <net/if.h>])