it in "addrtoname.c", so that "bcmp()" and "bcopy()" are defined.
*/
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.78 2001-06-24 21:49:25 itojun Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.79 2001-06-26 06:36:08 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h> /* declare "bcmp()" and "bcopy()" */
+#endif
#include "interface.h"
#include "addrtoname.h"
/* Define if you have the <smi.h> header file. */
#undef HAVE_SMI_H
+/* Define if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
/* Define if you have the crypto library (-lcrypto). */
#undef HAVE_LIBCRYPTO
#! /bin/sh
-# From configure.in Revision: 1.137
+# From configure.in Revision: 1.138
fi
echo "$ac_t""$CPP" 1>&6
-for ac_hdr in fcntl.h rpc/rpcent.h netinet/if_ether.h
+for ac_hdr in fcntl.h rpc/rpcent.h netinet/if_ether.h strings.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.137 2001-06-24 21:39:10 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.138 2001-06-26 06:36:09 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.137 $)
+AC_REVISION($Revision: 1.138 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
AC_C_INLINE
AC_C___ATTRIBUTE__
-AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netinet/if_ether.h)
+AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netinet/if_ether.h strings.h)
AC_HEADER_TIME
case "$target_os" in