diff options
-rw-r--r-- | addrtoname.c | 5 | ||||
-rw-r--r-- | config.h.in | 3 | ||||
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 6 |
4 files changed, 6 insertions, 12 deletions
diff --git a/addrtoname.c b/addrtoname.c index bb337a05..aff1c0fc 100644 --- a/addrtoname.c +++ b/addrtoname.c @@ -23,7 +23,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.81 2001-06-26 21:00:20 itojun Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/addrtoname.c,v 1.82 2001-06-28 10:27:08 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -54,9 +54,6 @@ struct rtentry; #include <string.h> #include <stdlib.h> #include <unistd.h> -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif #include "interface.h" #include "addrtoname.h" diff --git a/config.h.in b/config.h.in index 5f6ef0ca..d427e9dc 100644 --- a/config.h.in +++ b/config.h.in @@ -178,9 +178,6 @@ /* 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 @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.139 +# From configure.in Revision: 1.140 @@ -1299,7 +1299,7 @@ else fi echo "$ac_t""$CPP" 1>&6 -for ac_hdr in fcntl.h rpc/rpcent.h netinet/if_ether.h strings.h +for ac_hdr in fcntl.h rpc/rpcent.h netinet/if_ether.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 diff --git a/configure.in b/configure.in index 364f5770..c82f4ad4 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.139 2001-06-28 00:24:04 fenner Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.140 2001-06-28 10:27:09 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.139 $) +AC_REVISION($Revision: 1.140 $) AC_PREREQ(2.13) AC_INIT(tcpdump.c) @@ -16,7 +16,7 @@ AC_LBL_C_INIT(V_CCOPT, V_INCLS) AC_C_INLINE AC_C___ATTRIBUTE__ -AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netinet/if_ether.h strings.h) +AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h netinet/if_ether.h) AC_HEADER_TIME case "$target_os" in |