summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorguy <guy>2003-11-16 09:36:07 +0000
committerguy <guy>2003-11-16 09:36:07 +0000
commitbbc1cfa669a5f51ed26bae3784447076e3fbc80f (patch)
treefdeeb32833758e397bf3a06c41b99e09b22dbefb /configure.in
parent7d83ad1ef841c59ec7138413ea5b925de396950b (diff)
downloadtcpdump-bbc1cfa669a5f51ed26bae3784447076e3fbc80f.tar.gz
Have the configure script arrange that the Makefile define _U_
appropriately, and that GNUmakefile and the MSVC++ project file define it apppriately, as we do with libpcap, rather than defining it in "interface.h". Undo the rcsid-shuffling and addition of extra #includes, as we no longer need to arrange that "interface.h" be included before using _U_ in an RCS ID or copyright.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0532c1c2..99b3e525 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.169 2003-08-01 01:18:24 fenner Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.170 2003-11-16 09:36: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.169 $)
+AC_REVISION($Revision: 1.170 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
@@ -732,6 +732,7 @@ fi
])
AC_SUBST(V_CCOPT)
+AC_SUBST(V_DEFS)
AC_SUBST(V_GROUP)
AC_SUBST(V_INCLS)
AC_SUBST(V_PCAPDEP)