all the extra #includes and definitions nametoaddr.c has.
#! /bin/sh
-# From configure.in Revision: 1.118 .
+# From configure.in Revision: 1.119 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+struct mbuf;
+struct rtentry;
+#include <net/if.h>
#include <netinet/if_ether.h>
-dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.118 2005-03-27 03:36:36 guy Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/libpcap/configure.in,v 1.119 2005-03-27 21:51:23 guy Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.118 $)
+AC_REVISION($Revision: 1.119 $)
AC_PREREQ(2.50)
AC_INIT(pcap.c)
[
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+struct mbuf;
+struct rtentry;
+#include <net/if.h>
#include <netinet/if_ether.h>
])
fi