]> The Tcpdump Group git mirrors - tcpdump/blobdiff - configure.in
remove setting of umask and test for malloc.h, memory.h
[tcpdump] / configure.in
index 0de3f67f9a7e1672f64dc6547d8edab8c59fb04e..57b2615703f7be1992d74d896cf5a0f4e3795b40 100644 (file)
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.118 2000-06-26 21:27:17 assar Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.119 2000-07-01 03:39:54 assar Exp $ (LBL)
 dnl
 dnl Copyright (c) 1994, 1995, 1996, 1997
 dnl    The Regents of the University of California.  All rights reserved.
@@ -6,23 +6,17 @@ dnl
 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.13)
 AC_INIT(tcpdump.c)
 
 AC_CANONICAL_SYSTEM
 
-umask 002
-
-if test -z "$PWD" ; then
-       PWD=`pwd`
-fi
-
 AC_LBL_C_INIT(V_CCOPT, V_INCLS)
 AC_C_INLINE
 AC_C___ATTRIBUTE__
 
-AC_CHECK_HEADERS(fcntl.h malloc.h memory.h rpc/rpcent.h)
+AC_CHECK_HEADERS(fcntl.h rpc/rpcent.h)
 AC_HEADER_TIME
 
 case "$target_os" in